output = llm(
"Once upon a time,",
max_tokens=512,
echo=True
)
print(output)Just messing around with OpenOrcaxOpenChat
Description
This repo contains contain quantized files of ZettaPi-13B.
Models and LoRA used
- Open-Orca/OpenOrcaxOpenChat-Preview2-13B
- The-Face-Of-Goonery/Huginn-13b-FP16
- CalderaAI/13B-Legerdemain-L2
- PygmalionAI/pygmalion-2-13b
- Undi95/MMSoul-13b-lora
Prompt template: Alpaca
Below is an instruction that describes a task. Write a response that appropriately completes the request.
### Instruction:
{prompt}
### Response:
- Downloads last month
- 16
Hardware compatibility
Log In to add your hardware
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="Undi95/ZettaPi-13B-GGUF", filename="", )