Text Generation
GGUF
English
1.5b
coder
domain-specialist
fableforge
imatrix
llama.cpp
lm-studio
nexus
no-refusals
ollama
uncensored
Instructions to use King3Djbl/nexus-coder-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 King3Djbl/nexus-coder-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 King3Djbl/nexus-coder-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf King3Djbl/nexus-coder-GGUF:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf King3Djbl/nexus-coder-GGUF:Q4_K_M # Run inference directly in the terminal: llama cli -hf King3Djbl/nexus-coder-GGUF:Q4_K_M
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 King3Djbl/nexus-coder-GGUF:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf King3Djbl/nexus-coder-GGUF:Q4_K_M
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 King3Djbl/nexus-coder-GGUF:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf King3Djbl/nexus-coder-GGUF:Q4_K_M
Use Docker
docker model run hf.co/King3Djbl/nexus-coder-GGUF:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use King3Djbl/nexus-coder-GGUF with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "King3Djbl/nexus-coder-GGUF" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "King3Djbl/nexus-coder-GGUF", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/King3Djbl/nexus-coder-GGUF:Q4_K_M
- Ollama
How to use King3Djbl/nexus-coder-GGUF with Ollama:
ollama run hf.co/King3Djbl/nexus-coder-GGUF:Q4_K_M
- Unsloth Desktop
- Docker Model Runner
How to use King3Djbl/nexus-coder-GGUF with Docker Model Runner:
docker model run hf.co/King3Djbl/nexus-coder-GGUF:Q4_K_M
- Lemonade
How to use King3Djbl/nexus-coder-GGUF with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull King3Djbl/nexus-coder-GGUF:Q4_K_M
Run and chat with the model
lemonade run user.nexus-coder-GGUF-Q4_K_M
List all available models
lemonade list
- Atomic Chat
Upload nexus-coder-iq4_xs.gguf with huggingface_hub
Browse files- .gitattributes +1 -0
- nexus-coder-iq4_xs.gguf +3 -0
.gitattributes
CHANGED
|
@@ -37,3 +37,4 @@ nexus-coder-q2_k.gguf filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
nexus-coder-iq2_xxs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
nexus-coder-iq3_xxs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
nexus-coder-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 37 |
nexus-coder-iq2_xxs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
nexus-coder-iq3_xxs.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
nexus-coder-q3_k_m.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
nexus-coder-iq4_xs.gguf filter=lfs diff=lfs merge=lfs -text
|
nexus-coder-iq4_xs.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f5a5225e678d5181f8170ab147510860d9be0e76f51c9baad3ef256f187fd222
|
| 3 |
+
size 895728672
|