Skip to content

Commit 293bf89

Browse files
authored
【master】 update model ci benchmark dali (#1734)
* fix model_ci * update models commit * update models commit * Update run_models.sh 20230904 paddle下线 fluid api,已同步修改dali库开发分支,因此在dali发版之前使用dali 0901版本
1 parent f0e0a30 commit 293bf89

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/benchmark_ci/run_models.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ ResNet50_pure_fp16_bs64(){
2323
cd ${cur_model_path}
2424
pip install -r requirements.txt
2525
# install dali
26-
pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110
26+
# pip install --extra-index-url https://developer.download.nvidia.com/compute/redist nvidia-dali-cuda110 # 20230904 paddle下线 fluid api,已同步修改dali库开发分支,因此在dali发版之前使用dali 0901版本
27+
pip install https://paddle-qa.bj.bcebos.com/benchmark/dali_temp_20230904/nvidia_dali_nightly_cuda110-1.30.0.dev20230901-9606845-py3-none-manylinux2014_x86_64.whl
2728
# Prepare data
2829
ln -s ${data_path}/imagenet100_data/ ${cur_model_path}/dataset
2930
# Copy run_benchmark.sh and running ...

0 commit comments

Comments
 (0)