--- license: apache-2.0 base_model: - sarvamai/sarvam-m --- # Sarvam-M

Chat on Sarvam Playground

# Model Information > [!Note] > This repository contains gguf version of [`sarvam-m`](https://huggingface.co/sarvamai/sarvam-m) in q8 precision. Learn more about sarvam-m in our detailed [blog post](https://www.sarvam.ai/blogs/sarvam-m). # Running the model on a CPU You can use the model on your local machine (without gpu) as explained [here](https://github.com/ggml-org/llama.cpp/tree/master/tools/main). Example Command: ``` ./build/bin/llama-cli -i -m /your/folder/path/sarvam-m-q8_0.gguf -c 8192 -t 16 ```