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