21
tests/e2e/models/configs/internlm3-8b-instruct.yaml
Normal file
21
tests/e2e/models/configs/internlm3-8b-instruct.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
model_name: "Shanghai_AI_Laboratory/internlm3-8b-instruct"
|
||||
model_type: "vllm"
|
||||
hardware: "Atlas A2 Series"
|
||||
|
||||
serve:
|
||||
tensor_parallel_size: 1
|
||||
dtype: "bfloat16"
|
||||
max_model_len: 2048
|
||||
gpu_memory_utilization: 0.8
|
||||
trust_remote_code: true
|
||||
|
||||
tasks:
|
||||
- name: "ceval-valid"
|
||||
metrics:
|
||||
- name: "acc,none"
|
||||
value: 0.42
|
||||
|
||||
num_fewshot: 5
|
||||
apply_chat_template: false
|
||||
fewshot_as_multiturn: false
|
||||
batch_size: "auto"
|
||||
Reference in New Issue
Block a user