How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="King3Djbl/nexus-coder-GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

NEXUS-Coder โ€” GGUF Quantizations

GGUF quantized version of NEXUS-Coder.

Available Quantizations

File Size
IQ2_XXS.gguf 488 MB
Q2_K.gguf 645 MB
IQ3_XXS.gguf 638 MB
Q3_K_M.gguf 786 MB
Q4_0.gguf 895 MB
Q4_K_M.gguf 940 MB
IQ4_XS.gguf 860 MB
Q5_K_M.gguf 1.0 GB
Q6_K.gguf 1.2 GB
Q8_0.gguf 1.5 GB
F16.gguf 2.9 GB

Usage

Ollama

ollama run hf.co/fableforge-ai/NEXUS-Coder

llama.cpp

./llama-cli -m nexus-coder-Q4_K_M.gguf --prompt "Write a Python function to merge two sorted lists" -n 512

Python (llama-cpp-python)

from llama_cpp import Llama
llm = Llama.from_pretrained(
    repo_id="King3Djbl/nexus-coder-GGUF",
    filename="nexus-coder-Q4_K_M.gguf",
)

License

Apache 2.0 โ€” commercial use allowed.

Downloads last month
-
GGUF
Model size
2B params
Architecture
qwen2
Hardware compatibility
Log In to add your hardware

2-bit

3-bit

4-bit

5-bit

6-bit

8-bit

16-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support

Model tree for King3Djbl/nexus-coder-GGUF

Quantized
(1)
this model