Experiments
Collection
Experimental models. • 3 items • Updated • 2
output = llm(
"Once upon a time,",
max_tokens=512,
echo=True
)
print(output)YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
quants of some experimental models, feedback is appreciated!, its a mixed bag with these models.
We're not able to determine the quantization variants.
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="KatyTheCutie/Various-Quants", filename="", )