mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
fixed typo in mistral model configs
This commit is contained in:
parent
7327e3a467
commit
2a8e16a662
@ -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,
|
@ -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,
|
Loading…
Reference in New Issue
Block a user