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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Vigogne models #2236

Merged
merged 1 commit into from
Aug 16, 2023
Merged

Conversation

bofenghuang
Copy link
Contributor

@bofenghuang bofenghuang commented Aug 16, 2023

Why are these changes needed?

Hi!

Thank you for your excellent work! I'm excited to contribute by adding support for the Vigogne models. Vigogne represents a collection of 馃嚝馃嚪 French LLMs specifically fine-tuned for instruction-following and interactive chat.

I have followed the steps outlined in the how-to-support-a-new-model section and managed to run the model using the following commands:

# For Vigogne-Instruct models
# python3 -m fastchat.serve.cli --model bofenghuang/vigogne-2-7b-instruct

# For Vigogne-Chat models
python3 -m fastchat.serve.cli --model bofenghuang/vigogne-2-7b-chat

Thanks in advance!

Related issue number (if applicable)

Checks

  • I've run format.sh to lint the changes in this PR.
  • I've included any doc changes needed.
  • I've made sure the relevant tests are passing (if applicable).

@merrymercy merrymercy merged commit d9c3970 into lm-sys:main Aug 16, 2023
1 check passed
@bofenghuang bofenghuang deleted the add-vigogne branch August 16, 2023 12: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.

None yet

2 participants