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

Add support for llama 3.1 #58

Merged
merged 3 commits into from
Jul 24, 2024
Merged

Add support for llama 3.1 #58

merged 3 commits into from
Jul 24, 2024

Conversation

rickzx
Copy link
Collaborator

@rickzx rickzx commented Jul 24, 2024

No description provided.

Copy link
Member

@larme larme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just update reqs.txt and other LGTM

bitsandbytes==0.43.1
fastapi==0.111.1
openai==1.35.14
vllm==0.5.3.post1; sys_platform == "linux"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's stick with 0.5.0.post1 for now, or openai endpoints will break

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has to be updated to 0.5.3.post1 due to backward incompatible API change in llama model.
See: vllm-project/vllm#6690
I fixed the openai endpoint. Does it not work?

Copy link
Member

@larme larme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@larme larme merged commit 568f094 into main Jul 24, 2024
@aarnphm aarnphm deleted the pr-rick-llama-31 branch September 26, 2024 04:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants