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="xlelords/orbis-coder",
	filename="orbis-coding.gguf",
)
llm.create_chat_completion(
	messages = "No input example has been defined for this model task."
)

Not recommended Yet As it's still in construction so expect bugs and bad performance

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

We're not able to determine the quantization variants.

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Dataset used to train xlelords/orbis-coder