Skip to content

Commit

Permalink
fixed typo in mistral model configs
Browse files Browse the repository at this point in the history
  • Loading branch information
acylam committed Jan 8, 2025
1 parent 7327e3a commit 2a8e16a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from opencompass.models import VLLMwithChatTemplate


models = [
dict(
type=VLLMwithChatTemplate,
abbr='mixtral-large-instruct-2407-vllm',
abbr='mistral-large-instruct-2407-vllm',
path='mistralai/Mistral-Large-Instruct-2407',
model_kwargs=dict(tensor_parallel_size=8),
max_out_len=256,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
from opencompass.models import VLLMwithChatTemplate


models = [
dict(
type=VLLMwithChatTemplate,
abbr='mixtral-large-instruct-2407-vllm',
abbr='mistral-large-instruct-2407-vllm',
path='mistralai/Mistral-Large-Instruct-2407',
model_kwargs=dict(tensor_parallel_size=8),
max_out_len=256,
Expand Down

0 comments on commit 2a8e16a

Please sign in to comment.