Skip to content

Commit

Permalink
update plt start.sh, test=model
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeref996 committed Aug 5, 2024
1 parent c6ef08c commit 59430eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/e2e/PaddleLT_new/start_perf_a100.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ${python_ver} run.py

elif [ $PLT_PERF_CONTENT == "kernel" ];then
export docker_name=${DOCKER_NAME:-PaddleLayerTest_perf_${AGILE_PIPELINE_BUILD_NUMBER}}
docker container ls -a --filter "name=${docker_name}" --format "{{.ID}}" | xargs -r docker rm -f

docker exec -e "PLT_DEVICE_ID=${PLT_DEVICE_ID}" \
-e "AK=${AK}" -e "SK=${SK}" \
Expand Down

0 comments on commit 59430eb

Please sign in to comment.