Views
No views yet
mistralai/Mistral-7B-Instruct-v0.3 using llama.cpp via
Convert Model to GGUF.brew install llama.cpp # For macOS/Linuxllama-cli --hf-repo dynomite567/Mistral-7B-Instruct-v0.3-Q4_K_M-GGUF --hf-file mistral-7b-instruct-v0.3-q4_k_m.gguf -p "Your prompt here"llama-server --hf-repo dynomite567/Mistral-7B-Instruct-v0.3-Q4_K_M-GGUF --hf-file mistral-7b-instruct-v0.3-q4_k_m.gguf -c 2048