ci: update DirectML to 1.15.2 for Windows (#10827)

This commit is contained in:
MistEO
2024-10-17 12:54:57 +08:00
committed by GitHub
parent f45ddc4a70
commit e5874b581b

View File

@@ -11,9 +11,9 @@ import shutil
import http.client
TARGET_TAG = "2024-08-17"
# FIXME: temporarily hold maadeps version for windows package
# FIXME: update DirectML to 1.15.2 for Windows
if platform.system() == "Windows":
TARGET_TAG = "2024-05-30"
TARGET_TAG = "2024-10-16"
basedir = Path(__file__).parent