File size: 902 Bytes
2a26d3b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
export CUDA_VISIBLE_DEVICES=0

python -m gen_baseline_tableinstruct \
    --model-path /data1/workspace/lly/liliyao/models/Qwen/Qwen2-7B-Instruct \
    --json-path /data4/workspace/lly/table_instruct_eval/data/TableInstruct/eval_data \
    --output-path /data4/workspace/lly/table_instruct_eval/eval/all/1-vLLM \
    --num-gpus-total 1 \
    --num-gpus-per-model 1 \
    --dataset-part all_test \
    --inference-type vLLM \
    --inference-config vLLM_config.json

wait

python -m gen_baseline_tableinstruct \
    --model-path /data1/workspace/lly/liliyao/models/Qwen/Qwen2-7B-Instruct \
    --json-path /data4/workspace/lly/table_instruct_eval/data/TableInstruct/eval_data \
    --output-path /data4/workspace/lly/table_instruct_eval/eval/all/1-TGI \
    --num-gpus-total 1 \
    --num-gpus-per-model 1 \
    --dataset-part all_test \
    --inference-type TGI \
    --inference-config TGI_config.json