Views
No views yet
viperprojects47 for custom software development assistance. It is distributed as a 4-bit quantized GGUF for use with llama.cpp, Ollama, and any OpenAI-compatible server.| File | Size | Quant | Description |
|---|---|---|---|
viper.gguf | 4.4GB | Q4_K_M | Quantized GGUF for llama.cpp etc. |
llama-server -m viper.gguf --port 8080 -c 2048 -ngl 991curl http://localhost:8080/v1/chat/completions \
2 -H "Content-Type: application/json" \
3 -d '{"messages": [{"role": "user", "content": "Who developed you?"}]}'ollama run hf.co/USERNAME/viper-aiollama create viper -f ./ModelfileQ4_K_Mviperprojects47