Views
No views yet
canopylabs/orpheus-3b-0.1-ft using llama.cpp via the ggml.ai's GGUF-my-repo space.
Refer to the original model card for more details on the model.1brew install llama.cpp
2llama-cli --hf-repo TheVisitorX/orpheus-3b-0.1-ft-Q6_K-GGUF --hf-file orpheus-3b-0.1-ft-q6_k.gguf -p "<|audio|>tara: This is a test.<|eot_id|>"llama-server --hf-repo TheVisitorX/orpheus-3b-0.1-ft-Q6_K-GGUF --hf-file orpheus-3b-0.1-ft-q6_k.gguf -c 8192git clone https://github.com/ggerganov/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 TheVisitorX/orpheus-3b-0.1-ft-Q6_K-GGUF --hf-file orpheus-3b-0.1-ft-q6_k.gguf -p "<|audio|>tara: This is a test.<|eot_id|>"