GGUF
Norwegian
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="MarsupialAI/NorLlama-3B_GGUF",
	filename="",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

GGUFs for NorLlama 3b: https://huggingface.co/NorGLM/NorLlama-3B

I don't speak Norwegian and have no clue if this model even works. I just needed something conveniently-small to test my quantizing script, and this didn't have any GGUFs yet. Seemed silly to just throw the quants away, so here they are.

Downloads last month
1
GGUF
Model size
3B params
Architecture
llama
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