File size: 2,407 Bytes
fdf190d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/athene --model /home/aiscuser/fhw/model_weights/deepseekcoder
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/athene --model /home/aiscuser/fhw/model_weights/llama
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/athene --model /home/aiscuser/fhw/model_weights/qwen
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/athene --model /home/aiscuser/fhw/model_weights/qwq
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/deepseekcoder --model /home/aiscuser/fhw/model_weights/athene
python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/deepseekcoder --model /home/aiscuser/fhw/model_weights/llama
python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/deepseekcoder --model /home/aiscuser/fhw/model_weights/qwen
python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/deepseekcoder --model /home/aiscuser/fhw/model_weights/qwq
python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/llama --model /home/aiscuser/fhw/model_weights/athene
python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/llama --model /home/aiscuser/fhw/model_weights/deepseekcoder
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/llama --model /home/aiscuser/fhw/model_weights/qwen
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/llama --model /home/aiscuser/fhw/model_weights/qwq
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwen --model /home/aiscuser/fhw/model_weights/athene
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwen --model /home/aiscuser/fhw/model_weights/deepseekcoder
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwen --model /home/aiscuser/fhw/model_weights/llama
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwen --model /home/aiscuser/fhw/model_weights/qwq
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwq --model /home/aiscuser/fhw/model_weights/athene
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwq --model /home/aiscuser/fhw/model_weights/deepseekcoder
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwq --model /home/aiscuser/fhw/model_weights/llama
#python vllmbattle.py --judge /home/aiscuser/fhw/model_weights/qwq --model /home/aiscuser/fhw/model_weights/qwen
python /data/local/zhangdi/DPO/DPO_train.py
|