You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks
That is the solution.
I acutally used instead
model = models.llamacpp(
"bartowski/Llama-3.2-1B-Instruct-GGUF", "Llama-3.2-1B-Instruct-Q4_K_M.gguf"
## tokenizer needs to be set manually
, tokenizer=llama_cpp.llama_tokenizer.LlamaHFTokenizer.from_pretrained(
"unsloth/Llama-3.2-1B-Instruct"
))
Since you need to use credentials to get things from the meta-llama repo
Describe the issue as clearly as possible:
When trying to use
generate.json
withllama 3.2
andllamaccp
I get a runtime error:RuntimeError: Cannot convert token ` �` (30433) to bytes: �"
Steps/code to reproduce the bug:
Expected result:
Error message:
Outlines/Python version information:
Version information
0.0.46
Context for the issue:
No response
The text was updated successfully, but these errors were encountered: