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

Note: THIS IS THE EXPERIMENTAL GGUF VERSION OF DorsetHeatwaveLLM! IT MAY BREAK OR HALUCINATE OR MAY NOT WORK AND IS NOT SIMPLE! EXPECT POTENTIAL DISSATISFACTION!

For the original non-GGUF version and the README, CLICK ME!

The URL is https://huggingface.co/Kype720184/DorsetHeatwaveLLM.

Building notes

  • Please download the Q4_K_M and Q8_0 files manually with the obviously corresponding README
  • To build the Q4 version: ollama create DorsetHeatwaveLLM-q4 -f ./Modelfile.q4_k_m
  • To build the Q8 version: ollama create DorsetHeatwaveLLM-q8 -f ./Modelfile.q8_0
Downloads last month
354
GGUF
Model size
2B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

8-bit

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

Model tree for Kype720184/DorsetHeatwaveLLM_GGUF

Quantized
(5)
this model

Dataset used to train Kype720184/DorsetHeatwaveLLM_GGUF