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="shidowake/SwalMS7b-CVec-co0.5-mist-inst-v0.1-co0.5-openchat_3.5-co0.5-Hermes2Pro-gguf",
	filename="co05-mist-inst-co05-openchat_35-co05-Hermes2Pro-q8_0.gguf",
)
output = llm(
	"Once upon a time,",
	max_tokens=512,
	echo=True
)
print(output)

No model card

Downloads last month
3
GGUF
Model size
7B params
Architecture
llama
Hardware compatibility
Log In to add your hardware

8-bit

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