mirror of
https://github.com/open-compass/opencompass.git
synced 2025-05-30 16:03:24 +08:00
Fix VLLM argument error (#1207)
This commit is contained in:
parent
2954913d9b
commit
808582d952
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=1, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=1, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -20,7 +20,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=2, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -21,6 +21,6 @@ models = [
|
||||
max_seq_len=4096,
|
||||
batch_size=32,
|
||||
run_cfg=dict(num_gpus=4, num_procs=1),
|
||||
end_str='<|endoftext|>',
|
||||
stop_words=['<|endoftext|>'],
|
||||
)
|
||||
]
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='<|im_end|>',
|
||||
stop_words=['<|im_end|>'],
|
||||
run_cfg=dict(num_gpus=2, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='<|im_end|>',
|
||||
stop_words=['<|im_end|>'],
|
||||
run_cfg=dict(num_gpus=4, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='<|im_end|>',
|
||||
stop_words=['<|im_end|>'],
|
||||
run_cfg=dict(num_gpus=4, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='<|im_end|>',
|
||||
stop_words=['<|im_end|>'],
|
||||
run_cfg=dict(num_gpus=4, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=2, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=1, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -18,7 +18,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=1,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=1, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -19,7 +19,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=4, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -18,7 +18,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=1, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
@ -17,7 +17,7 @@ models = [
|
||||
max_seq_len=2048,
|
||||
batch_size=32,
|
||||
generation_kwargs=dict(temperature=0),
|
||||
end_str='</s>',
|
||||
stop_words=['</s>'],
|
||||
run_cfg=dict(num_gpus=1, num_procs=1),
|
||||
)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user