output = llm(
"Once upon a time,",
max_tokens=512,
echo=True
)
print(output)This model was made for Kalomaze.
It's Mythomax with the LoRA LimaRP v2 applied at 0.40 weight.
Model and lora used
- Gryphe/MythoMax-L2-13b
- lemonilia/limarp-llama2-v2
Prompt template: Alpaca
Below is an instruction that describes a task. Write a response that completes the request.
### Instruction:
{prompt}
### Response:
- Downloads last month
- 10
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="Undi95/LimaBean-GGUF", filename="", )