llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Experimental quants for Model-Requests#35 - Hastagaras/Halu-8B-Llama3-Blackroot.
Requester decription: "I don't know what to say about this model... this model is very strange...Maybe because Blackroot's amazing Loras used human data and not synthetic data, hence the model turned out to be very human-like...even the actions or narrations.".
- Downloads last month
- 106
Hardware compatibility
Log In to add your hardware
3-bit
4-bit
5-bit
6-bit
8-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support

# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="Lewdiculous/Halu-8B-Llama3-Blackroot-GGUF-IQ-Imatrix", filename="", )