Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

llmware
/
dragon-llama-answer-tool

Transformers
GGUF
llama
conversational
Model card Files Files and versions
xet
Community

Instructions to use llmware/dragon-llama-answer-tool with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use llmware/dragon-llama-answer-tool with Transformers:

    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("llmware/dragon-llama-answer-tool", dtype="auto")
  • llama-cpp-python

    How to use llmware/dragon-llama-answer-tool with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="llmware/dragon-llama-answer-tool",
    	filename="dragon-llama.gguf",
    )
    
    llm.create_chat_completion(
    	messages = "No input example has been defined for this model task."
    )
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • llama.cpp

    How to use llmware/dragon-llama-answer-tool with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf llmware/dragon-llama-answer-tool
    # Run inference directly in the terminal:
    llama-cli -hf llmware/dragon-llama-answer-tool
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf llmware/dragon-llama-answer-tool
    # Run inference directly in the terminal:
    llama-cli -hf llmware/dragon-llama-answer-tool
    Use pre-built binary
    # Download pre-built binary from:
    # https://github.com/ggerganov/llama.cpp/releases
    # Start a local OpenAI-compatible server with a web UI:
    ./llama-server -hf llmware/dragon-llama-answer-tool
    # Run inference directly in the terminal:
    ./llama-cli -hf llmware/dragon-llama-answer-tool
    Build from source code
    git clone https://github.com/ggerganov/llama.cpp.git
    cd llama.cpp
    cmake -B build
    cmake --build build -j --target llama-server llama-cli
    # Start a local OpenAI-compatible server with a web UI:
    ./build/bin/llama-server -hf llmware/dragon-llama-answer-tool
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf llmware/dragon-llama-answer-tool
    Use Docker
    docker model run hf.co/llmware/dragon-llama-answer-tool
  • LM Studio
  • Jan
  • Ollama

    How to use llmware/dragon-llama-answer-tool with Ollama:

    ollama run hf.co/llmware/dragon-llama-answer-tool
  • Unsloth Studio new

    How to use llmware/dragon-llama-answer-tool with Unsloth Studio:

    Install Unsloth Studio (macOS, Linux, WSL)
    curl -fsSL https://unsloth.ai/install.sh | sh
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for llmware/dragon-llama-answer-tool to start chatting
    Install Unsloth Studio (Windows)
    irm https://unsloth.ai/install.ps1 | iex
    # Run unsloth studio
    unsloth studio -H 0.0.0.0 -p 8888
    # Then open http://localhost:8888 in your browser
    # Search for llmware/dragon-llama-answer-tool to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for llmware/dragon-llama-answer-tool to start chatting
  • Docker Model Runner

    How to use llmware/dragon-llama-answer-tool with Docker Model Runner:

    docker model run hf.co/llmware/dragon-llama-answer-tool
  • Lemonade

    How to use llmware/dragon-llama-answer-tool with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull llmware/dragon-llama-answer-tool
    Run and chat with the model
    lemonade run user.dragon-llama-answer-tool-{{QUANT_TAG}}
    List all available models
    lemonade list
dragon-llama-answer-tool
4.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 12 commits
doberst's picture
doberst
Update README.md
ff79dfc verified over 2 years ago
  • .gitattributes
    1.57 kB
    Upload dragon-llama.gguf over 2 years ago
  • README.md
    1.52 kB
    Update README.md over 2 years ago
  • config.json
    247 kB
    Update config.json over 2 years ago
  • dragon-llama.gguf
    4.08 GB
    xet
    Upload dragon-llama.gguf over 2 years ago