-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[llama-3.1 70B]Open Interpreter's Preps did not complete after setting the model #1371
Comments
got the same |
same too |
same. |
It seems doesn't supported llama3.1 |
Maybe you can run |
This PR should fix this issue. |
I'm still facing this issue on Windows 11, even running the latest OI, Ollama and Llama 3.1 versions.
I'm not sure about what I'm doing wrong. |
@mickitty0511 @leafarilongamor I brought this up internally and it's being worked on! Thanks for raising the issue |
Hi @MikeBirdTech,
I am on macOS Version 15.0 Beta (24A5309e) if that makes any difference for you. |
same issue
|
@MikeBirdTech @leafarilongamor Did ya'll got the fix? I'm trying to load llama 3.2 and I'm getting the same error |
This will be fixed with the merge of this PR: #1524 If you want to try it early you can install it like this |
Describe the bug
When reading your official doc about using ollama's module, I tried using llama 3.1 for open interpreter. However, errors were produced during the preps made after the module setup. I need a detailed resolution or explanation about what happened in my case. I hope some developers would reproduce this error and then tell me about this case.
Reproduce
Follow your official doc
Used this command
Then, open interpreter asked me if I would have new profile file.
I did answer n.
Then error is as follows.
[2024-07-30T03:56:01Z ERROR cached_path::cache] ETAG fetch for https://huggingface.co/llama3.1/resolve/main/tokenizer.json failed with fatal error
Traceback (most recent call last):
json.decoder.JSONDecodeError: Unterminated string starting at: line 1 column 2 (char 1)
Expected behavior
I suppose it should complete the preps based on what I read from your official docs.
Screenshots
No response
Open Interpreter version
0.3.4
Python version
3.11.5
Operating System name and version
Windows 11
Additional context
No response
The text was updated successfully, but these errors were encountered: