Skip to content
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 examples #14

Merged
merged 3 commits into from
Sep 3, 2024
Merged

Fix examples #14

merged 3 commits into from
Sep 3, 2024

Conversation

fcogidi
Copy link
Contributor

@fcogidi fcogidi commented Sep 3, 2024

PR Type

Fix.

Short Description

  • Using /model-weights/{MODEL_NAME} as the model path for completions results in the following error:
{"object":"error","message":"The model `/model-weights/Meta-Llama-3.1-8B-Instruct` does not exist.","type":"NotFoundError","param":null,"code":404}

This PR fixes the error by removing the model-weights prefix from the path.

  • Additionally, most examples are updated to use Meta-Llama-3.1-8B-Instruct.

Tests Added

...

@fcogidi fcogidi added the bug Something isn't working label Sep 3, 2024
@fcogidi fcogidi changed the base branch from main to develop September 3, 2024 21:15
@fcogidi fcogidi requested a review from XkunW September 3, 2024 21:15
README.md Outdated Show resolved Hide resolved
@XkunW XkunW merged commit 67aa606 into develop Sep 3, 2024
@XkunW XkunW deleted the fco/fix_examples branch September 3, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants