Instructions to use Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS # Run inference directly in the terminal: llama cli -hf Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS # Run inference directly in the terminal: llama cli -hf Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
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 Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS # Run inference directly in the terminal: ./llama-cli -hf Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
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 Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS # Run inference directly in the terminal: ./build/bin/llama-cli -hf Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
Use Docker
docker model run hf.co/Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
- LM Studio
- Jan
- Ollama
How to use Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf with Ollama:
ollama run hf.co/Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
- Unsloth Desktop
- Docker Model Runner
How to use Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf with Docker Model Runner:
docker model run hf.co/Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
- Lemonade
How to use Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf:IQ4_XS
Run and chat with the model
lemonade run user.Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf-IQ4_XS
List all available models
lemonade list
- Atomic Chat
Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf
I tried creating an imatrix on a calibration dataset for RP, so performance outside of RP might be slightly worse compared to regular IQ4_XS quants. Also, I kept the embeddings in better quality.
8 bit Output tensor/embed (That added about 200MB)
Use with llama.cpp
Install llama.cpp through brew (works on Mac and Linux)
brew install llama.cpp
Invoke the llama.cpp server or the CLI.
CLI:
build/bin/llama-cli --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -p "The meaning to life and the universe is"
Server:
build/bin/llama-server --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -c 2048
Note: You can also use this checkpoint directly through the usage steps listed in the Llama.cpp repo as well.
Step 1: Clone llama.cpp from GitHub.
git clone https://github.com/ggml-org/llama.cpp
Step 2: Move into the llama.cpp folder and build it with -DLLAMA_CURL=ON flag along with other hardware-specific flags (for ex: -DGGML_CUDA=ON for Nvidia GPUs on Linux).
cd llama.cpp && cmake -B build -DLLAMA_CURL=ON && cmake --build build --config Release -j
Step 3: Run inference through the main binary.
build/bin/llama-cli --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -p "The meaning to life and the universe is"
or
build/bin/llama-server --hf-repo Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf --hf-file Pantheon-Proto-RP-1.8-30B-A3B-IQ4_XS.gguf -c 2048
- Downloads last month
- 58
4-bit
Model tree for Disya/Gryphe-Pantheon-Proto-RP-1.8-30B-A3B-Q4_XS-gguf
Base model
Qwen/Qwen3-30B-A3B-Base