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

Update mistral-chat to v02 to enable larger context window #255

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions mistral/mistral-7b-chat/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ model_cache:
- '*.json'
- '*.safetensors'
- '*.model'
repo_id: mistralai/Mistral-7B-Instruct-v0.1
repo_id: mistralai/Mistral-7B-Instruct-v0.2
model_metadata:
avatar_url: https://cdn.baseten.co/production/static/explore/mistral_logo.png
cover_image_url: https://cdn.baseten.co/production/static/explore/mistral.png
example_model_input:
messages:
- content: What is the mistral wind?
role: user
model: mistralai/Mistral-7B-Instruct-v0.1
model: mistralai/Mistral-7B-Instruct-v0.2
pretty_name: Mistral 7B Chat
tags:
- text-generation
Expand All @@ -24,7 +24,7 @@ python_version: py311
requirements:
- sentencepiece
- accelerate
- transformers==4.34.0
- transformers==4.38.1
- torch==2.0.1
- hf_transfer==0.1.4
resources:
Expand Down
Loading