Instructions to use captainkyd/whiteRabbitNeo-7B.gguf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use captainkyd/whiteRabbitNeo-7B.gguf with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf captainkyd/whiteRabbitNeo-7B.gguf # Run inference directly in the terminal: llama cli -hf captainkyd/whiteRabbitNeo-7B.gguf
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf captainkyd/whiteRabbitNeo-7B.gguf # Run inference directly in the terminal: llama cli -hf captainkyd/whiteRabbitNeo-7B.gguf
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf captainkyd/whiteRabbitNeo-7B.gguf # Run inference directly in the terminal: ./llama-cli -hf captainkyd/whiteRabbitNeo-7B.gguf
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf captainkyd/whiteRabbitNeo-7B.gguf # Run inference directly in the terminal: ./build/bin/llama-cli -hf captainkyd/whiteRabbitNeo-7B.gguf
Use Docker
docker model run hf.co/captainkyd/whiteRabbitNeo-7B.gguf
- LM Studio
- Jan
- Ollama
How to use captainkyd/whiteRabbitNeo-7B.gguf with Ollama:
ollama run hf.co/captainkyd/whiteRabbitNeo-7B.gguf
- Unsloth Desktop
- Docker Model Runner
How to use captainkyd/whiteRabbitNeo-7B.gguf with Docker Model Runner:
docker model run hf.co/captainkyd/whiteRabbitNeo-7B.gguf
- Lemonade
How to use captainkyd/whiteRabbitNeo-7B.gguf with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull captainkyd/whiteRabbitNeo-7B.gguf
Run and chat with the model
lemonade run user.whiteRabbitNeo-7B.gguf-{{QUANT_TAG}}List all available models
lemonade list
- Atomic Chat
This is the gguf for the amazing WhiteRabbitNeo/WhiteRabbitNeo-7B-v1.5a model be sure to check out https://huggingface.co/WhiteRabbitNeo/WhiteRabbitNeo-7B-v1.5a for the extended model card.
This model is also up on ollama with both the 13B and 7B models represented. As of the time of writing the 13B model is still uploading but the 7B model can be found https://ollama.com/captainkyd/whiterabbitneo7b and run directly with 'ollama run captainkyd/whiterabbitneo7b'
- Downloads last month
- 623
We're not able to determine the quantization variants.