Views
No views yet
sarvamai/sarvam-105b using llama.cpp via
Convert Model to GGUF.brew install llama.cpp # For macOS/Linuxllama-cli --hf-repo rishisachdev/sarvam-105b-GGUF --hf-file sarvam-105b-GGUF-4bit.gguf -p "Your prompt here"llama-server --hf-repo rishisachdev/sarvam-105b-GGUF --hf-file sarvam-105b-GGUF-4bit.gguf -c 2048