Downloads · 30 days
20
24% of all-time downloads
AdvRahul/Axion-Pro-30B
Axion-Pro-30B is a text generation model from AdvRahul. Use it when you need the model to write or continue text. It is set up for transformers. The card lists the license as apache-2.0.
This model is finetuned from Qwen/Qwen3-30B-A3B-Instruct-2507, making it safer through red team testing with advanced protocols.
Downloads · 30 days
20
24% of all-time downloads
All-time downloads
84
Public
Repo size
18.6 GB
Likes
0
Public
Click a slice to open those files.
.gguf18.6 GB · 100%
From the Hugging Face model README
This model is finetuned from Qwen/Qwen3-30B-A3B-Instruct-2507, making it safer through red team testing with advanced protocols.
Install llama.cpp through brew (works on Mac and Linux)
brew install llama.cpp
Invoke the llama.cpp server or the CLI.
llama-cli --hf-repo AdvRahul/Axion-Pro-30B-Q4_K_M-GGUF --hf-file axion-pro-30B-q4_k_m.gguf -p "The meaning to life and the universe is"
llama-server --hf-repo AdvRahul/Axion-Pro-30B-Q4_K_M-GGUF --hf-file axion-pro-30B-q4_k_m.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/ggerganov/llama.cpp
Step 2: Move into the llama.cpp folder and build it with LLAMA_CURL=1 flag along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).
cd llama.cpp && LLAMA_CURL=1 make
Step 3: Run inference through the main binary.
./llama-cli --hf-repo AdvRahul/Axion-Pro-30B-Q4_K_M-GGUF --hf-file axion-pro-30B-q4_k_m.gguf -p "The meaning to life and the universe is"
or
./llama-server --hf-repo AdvRahul/Axion-Pro-30B-Q4_K_M-GGUF --hf-file axion-pro-30B-q4_k_m.gguf -c 2048