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

  • Log In
  • Sign Up

Gryphe
/
Various-Quants

GGUF
English
conversational
Model card Files Files and versions
xet
Community
3

Instructions to use Gryphe/Various-Quants with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • llama-cpp-python

    How to use Gryphe/Various-Quants with llama-cpp-python:

    # !pip install llama-cpp-python
    
    from llama_cpp import Llama
    
    llm = Llama.from_pretrained(
    	repo_id="Gryphe/Various-Quants",
    	filename="pantheon-instruct-l3-8b.q6_K.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 Gryphe/Various-Quants with llama.cpp:

    Install from brew
    brew install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf Gryphe/Various-Quants:Q6_K
    # Run inference directly in the terminal:
    llama-cli -hf Gryphe/Various-Quants:Q6_K
    Install from WinGet (Windows)
    winget install llama.cpp
    # Start a local OpenAI-compatible server with a web UI:
    llama-server -hf Gryphe/Various-Quants:Q6_K
    # Run inference directly in the terminal:
    llama-cli -hf Gryphe/Various-Quants:Q6_K
    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 Gryphe/Various-Quants:Q6_K
    # Run inference directly in the terminal:
    ./llama-cli -hf Gryphe/Various-Quants:Q6_K
    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 Gryphe/Various-Quants:Q6_K
    # Run inference directly in the terminal:
    ./build/bin/llama-cli -hf Gryphe/Various-Quants:Q6_K
    Use Docker
    docker model run hf.co/Gryphe/Various-Quants:Q6_K
  • LM Studio
  • Jan
  • Ollama

    How to use Gryphe/Various-Quants with Ollama:

    ollama run hf.co/Gryphe/Various-Quants:Q6_K
  • Unsloth Studio new

    How to use Gryphe/Various-Quants 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 Gryphe/Various-Quants 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 Gryphe/Various-Quants to start chatting
    Using HuggingFace Spaces for Unsloth
    # No setup required
    # Open https://huggingface.co/spaces/unsloth/studio in your browser
    # Search for Gryphe/Various-Quants to start chatting
  • Docker Model Runner

    How to use Gryphe/Various-Quants with Docker Model Runner:

    docker model run hf.co/Gryphe/Various-Quants:Q6_K
  • Lemonade

    How to use Gryphe/Various-Quants with Lemonade:

    Pull the model
    # Download Lemonade from https://lemonade-server.ai/
    lemonade pull Gryphe/Various-Quants:Q6_K
    Run and chat with the model
    lemonade run user.Various-Quants-Q6_K
    List all available models
    lemonade list
Various-Quants
14.1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 50 commits
Gryphe's picture
Gryphe
Update README.md
7de2e16 verified over 1 year ago
  • .gitattributes
    2.27 kB
    Upload pantheon-rp-l3-8b.q6_K.gguf almost 2 years ago
  • README.md
    331 Bytes
    Update README.md over 1 year ago
  • pantheon-instruct-l3-8b.q6_K.gguf
    6.6 GB
    xet
    Upload pantheon-instruct-l3-8b.q6_K.gguf about 2 years ago
  • pantheon-rp-l3-8b.q6_K.gguf
    6.6 GB
    xet
    Upload pantheon-rp-l3-8b.q6_K.gguf almost 2 years ago
  • tiny-aesir-1.1b.Q6_K.gguf
    903 MB
    xet
    Upload tiny-aesir-1.1b.Q6_K.gguf over 2 years ago