This commit is contained in:
2025-09-11 13:52:06 +08:00
parent cc00e13198
commit 6a5cb30551

View File

@@ -1,18 +0,0 @@
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 -r patch.$device
git rm -r whls.$device
done
git rm diffusers_video.py
git rm iic.py
git rm test_ms.sh
git mv Dockerfile.$own Dockerfile
git rm clear.sh