Views
No views yet
basilisk78/nomic-v2-tuned-1 using llama.cpp via
Convert Model to GGUF.brew install llama.cpp # For macOS/Linuxllama-cli --hf-repo dmitry7kol/nomic-v2-tuned-Q8-GGUF --hf-file nomic-v2-tuned-Q8-GGUF-32bit.gguf -p "Your prompt here"llama-server --hf-repo dmitry7kol/nomic-v2-tuned-Q8-GGUF --hf-file nomic-v2-tuned-Q8-GGUF-32bit.gguf -c 2048