fix: change to 50 examples
This commit is contained in:
parent
aa84dd1901
commit
85a4333662
46271
mindie_test/input.txt
46271
mindie_test/input.txt
File diff suppressed because it is too large
Load Diff
|
@ -54,9 +54,8 @@ bash npu_status_310p.sh ${output_dir} 60 0 &
|
|||
npu_status_pid=$!
|
||||
# echo "${npu_status_pid}"
|
||||
|
||||
# bash /usr/local/Ascend/llm_model/tests/modeltest/run.sh pa_fp16 performance_single [[64,64]] input.txt 1 ${model_name} ${model_path} ${gpu_cnt} &
|
||||
|
||||
bash /usr/local/Ascend/llm_model/tests/modeltest/run.sh pa_fp16 performance [[256,256]] 1 ${model_name} ${model_path} ${gpu_cnt} &
|
||||
bash /usr/local/Ascend/llm_model/tests/modeltest/run.sh pa_fp16 performance_single [[64,64]] input.txt 1 ${model_name} ${model_path} ${gpu_cnt} &
|
||||
# bash /usr/local/Ascend/llm_model/tests/modeltest/run.sh pa_fp16 performance [[256,256]] 1 ${model_name} ${model_path} ${gpu_cnt} &
|
||||
train_pid=$!
|
||||
|
||||
wait $train_pid
|
||||
|
@ -72,5 +71,7 @@ if [ $train_status -ne 0 ]; then
|
|||
output_dir="${output_dir}_fail"
|
||||
fi
|
||||
|
||||
cp "/usr/local/Ascend/llm_model/tests/modeltest/outputs/results/NPU/performance_test/performance/fp16/${result_folder_name}/performance_pa_batch1_tp${gpu_cnt}_formatted_result.csv" ${output_dir}
|
||||
cp "/usr/local/Ascend/llm_model/tests/modeltest/outputs/results/NPU/performance_test/performance/fp16/${result_folder_name}/performance_pa_batch1_tp${gpu_cnt}_result.csv" ${output_dir}
|
||||
# cp "/usr/local/Ascend/llm_model/tests/modeltest/outputs/results/NPU/performance_test/performance/fp16/${result_folder_name}/performance_pa_batch1_tp${gpu_cnt}_formatted_result.csv" ${output_dir}
|
||||
# cp "/usr/local/Ascend/llm_model/tests/modeltest/outputs/results/NPU/performance_test/performance/fp16/${result_folder_name}/performance_pa_batch1_tp${gpu_cnt}_result.csv" ${output_dir}
|
||||
cp "/usr/local/Ascend/llm_model/tests/modeltest/outputs/results/NPU/performance_test/performance_single/fp16/${result_folder_name}/performance_single_pa_batch1_tp${gpu_cnt}_formatted_result.csv" ${output_dir}
|
||||
cp "/usr/local/Ascend/llm_model/tests/modeltest/outputs/results/NPU/performance_test/performance_single/fp16/${result_folder_name}/performance_single_pa_batch1_tp${gpu_cnt}_result.csv" ${output_dir}
|
||||
|
|
Loading…
Reference in New Issue