Debil 1.5
Collection
3 items β’ Updated
How to use RaspizdAI/debil-1.5-GGUF with llama.cpp:
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf RaspizdAI/debil-1.5-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf RaspizdAI/debil-1.5-GGUF:Q4_K_M
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf RaspizdAI/debil-1.5-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf RaspizdAI/debil-1.5-GGUF:Q4_K_M
# 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 RaspizdAI/debil-1.5-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf RaspizdAI/debil-1.5-GGUF:Q4_K_M
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 RaspizdAI/debil-1.5-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf RaspizdAI/debil-1.5-GGUF:Q4_K_M
docker model run hf.co/RaspizdAI/debil-1.5-GGUF:Q4_K_M
How to use RaspizdAI/debil-1.5-GGUF with Ollama:
ollama run hf.co/RaspizdAI/debil-1.5-GGUF:Q4_K_M
How to use RaspizdAI/debil-1.5-GGUF with Unsloth Studio:
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RaspizdAI/debil-1.5-GGUF to start chatting
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for RaspizdAI/debil-1.5-GGUF to start chatting
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for RaspizdAI/debil-1.5-GGUF to start chatting
How to use RaspizdAI/debil-1.5-GGUF with Docker Model Runner:
docker model run hf.co/RaspizdAI/debil-1.5-GGUF:Q4_K_M
How to use RaspizdAI/debil-1.5-GGUF with Lemonade:
# Download Lemonade from https://lemonade-server.ai/ lemonade pull RaspizdAI/debil-1.5-GGUF:Q4_K_M
lemonade run user.debil-1.5-GGUF-Q4_K_M
lemonade list
debil-1.5 in GGUF format, available in multiple quantization levels.
| Quantization | File |
|---|---|
| FP16 | debil-1.5-fp16.gguf |
| Q8_0 | debil-1.5-Q8_0.gguf |
| Q4_K_M | debil-1.5-Q4_K_M.gguf |
| IQ2_XXS | debil-1.5-IQ2_XXS.gguf |
| IQ1_S | debil-1.5-IQ1_S.gguf |