add run_in_docker

This commit is contained in:
2025-09-09 11:41:59 +08:00
parent 434159b16b
commit aead975ce4
5 changed files with 48 additions and 4 deletions

16
clear.sh Normal file
View File

@@ -0,0 +1,16 @@
own=mlu370
for device in a100 ascend bi100 mlu370 r200
do
git rm run_in_docker_"$device".sh
if [[ $device == $own ]]; then
continue
fi
git rm Dockerfile.$device
git rm patch.$device
done
git rm diffusers_video.py
git rm iic.py
git rm test_ms.sh
git mv Dockerfile.$own Dockerfile