Views
No views yet
sarvamai/sarvam-2b-v0.5 using llama.cpp
Refer to the original model card for more details on the model.1brew install llama.cpp or !git clone https://github.com/ggerganov/llama.cpp.git
21! /content/llama.cpp/llama-cli -m ./sarvam-2b-v0.5-GGUF -n 90 --repeat_penalty 1.0 --color -i -r "User:" -f /content/llama.cpp/prompts/chat-with-bob.txt
2
3or
4
5llama-cli --hf-repo Sri-Vigneshwar-DJ/sarvam-2b-v0.5-GGUF --hf-file FP8.gguf -p "The meaning to life and the universe is"llama-server --hf-repo Sri-Vigneshwar-DJ/sarvam-2b-v0.5-GGUF --hf-file FP8.gguf -c 2048git clone https://github.com/ggerganov/llama.cppLLAMA_CURL=1 flag or ''!make GGML_OPENBLAS=1' along with other hardware-specific flags (for ex: LLAMA_CUDA=1 for Nvidia GPUs on Linux).cd llama.cpp && LLAMA_CURL=1 make
or
!make GGML_OPENBLAS=1./llama-cli --hf-repo Sri-Vigneshwar-DJ/sarvam-2b-v0.5-GGUF --hf-file FP8.gguf -p "The meaning to life and the universe is"./llama-server --hf-repo Sri-Vigneshwar-DJ/sarvam-2b-v0.5-GGUF --hf-file sFP8.gguf -c 2048