How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="SolidSnacke/Llama-3-Soliloquy-8B-v1.5-64k-i-GGUF")
messages = [
    {"role": "user", "content": "Who are you?"},
]
pipe(messages)
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("SolidSnacke/Llama-3-Soliloquy-8B-v1.5-64k-i-GGUF", dtype="auto")
Quick Links

An updated version of the previous model. In this one, I have not yet found any problems with word duplication.

02.05.24 Model updates, new versions are in the v1.1 branch.

Link to original model and script:

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

4-bit

5-bit

6-bit

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