File size: 3,128 Bytes
fdf190d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
#python vllmans.py --path /home/aiscuser/fhw/model_weights/llama --datapath /home/aiscuser/fhw/data/athene_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/llama --datapath /home/aiscuser/fhw/data/deepseekcoder_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/llama --datapath /home/aiscuser/fhw/data/llama_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/llama --datapath /home/aiscuser/fhw/data/qwen_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/llama --datapath /home/aiscuser/fhw/data/qwq_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/deepseekcoder --datapath /home/aiscuser/fhw/data/athene_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/deepseekcoder --datapath /home/aiscuser/fhw/data/deepseekcoder_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/deepseekcoder --datapath /home/aiscuser/fhw/data/llama_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/deepseekcoder --datapath /home/aiscuser/fhw/data/qwen_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/deepseekcoder --datapath /home/aiscuser/fhw/data/qwq_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/athene --datapath /home/aiscuser/fhw/data/athene_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/athene --datapath /home/aiscuser/fhw/data/deepseekcoder_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/athene --datapath /home/aiscuser/fhw/data/llama_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/athene --datapath /home/aiscuser/fhw/data/qwen_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/athene --datapath /home/aiscuser/fhw/data/qwq_python_7w.json
python vllmans.py --path /home/aiscuser/fhw/model_weights/qwen --datapath /home/aiscuser/fhw/data/athene_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwen --datapath /home/aiscuser/fhw/data/deepseekcoder_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwen --datapath /home/aiscuser/fhw/data/llama_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwen --datapath /home/aiscuser/fhw/data/qwen_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwen --datapath /home/aiscuser/fhw/data/qwq_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwq --datapath /home/aiscuser/fhw/data/athene_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwq --datapath /home/aiscuser/fhw/data/deepseekcoder_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwq --datapath /home/aiscuser/fhw/data/llama_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwq --datapath /home/aiscuser/fhw/data/qwen_python_7w.json
#python vllmans.py --path /home/aiscuser/fhw/model_weights/qwq --datapath /home/aiscuser/fhw/data/qwq_python_7w.json
python /data/local/zhangdi/DPO/DPO_train.py
|