Views
No views yet
MuXodious/Qwen3.5-4B-PaperWitch-heresy using the latest llama.cpp.
Refer to the original model card for more details on the model.brew install llama.cppllama-cli --hf-repo chenly124/Qwen3.5-4B-PaperWitch-heresy-Q8_0-GGUF --hf-file qwen35-4b-paperwitch-q8.gguf -p "The meaning to life and the universe is"llama-server --hf-repo chenly124/Qwen3.5-4B-PaperWitch-heresy-Q8_0-GGUF --hf-file qwen35-4b-paperwitch-q8.gguf -c 2048git clone https://github.com/ggml-org/llama.cppLLAMA_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./llama-cli --hf-repo chenly124/Qwen3.5-4B-PaperWitch-heresy-Q8_0-GGUF --hf-file qwen35-4b-paperwitch-q8.gguf -p "The meaning to life and the universe is"./llama-server --hf-repo chenly124/Qwen3.5-4B-PaperWitch-heresy-Q8_0-GGUF --hf-file qwen35-4b-paperwitch-q8.gguf -c 2048