-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix version number in Python example #643
Conversation
Replace `llama3` with `llama3.1` to avoid model not found error
Hi @wstnmssr! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at [email protected]. Thanks! |
Thanks @wstnmssr can you please sign the CLA? |
@wstnmssr Can you try with You should be checking at Let me know if you run into any issues |
@init27 That's the link I've been using, and I'm running into the same issue I described earlier. When I am redirected to the URL I mentioned, this is all I see: |
That's strange-can you try the same with a different browser please? |
Looks like it works in safari. I agree, odd that it is not working for me in chrome. |
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
What does this PR do?
Replace
llama3
withllama3.1
in code example to avoid model not found error.Feature/Issue validation/testing
Please describe the tests that you ran to verify your changes and relevant result summary. Provide instructions so it can be reproduced.
Please also list any relevant details for your test configuration.
To reproduce the error, copy and paste the sample python code. The response is
{'error': 'model "llama3" not found, try pulling it first'}
.This fix was tested manually by observing a proper, non-error response when using the appropriate version number.
Before submitting
Pull Request section?
to it if that's the case.
Thanks for contributing 🎉!