Skip to content

Commit 8f938f7

Browse files
committed
Update onnuxruntime to x86 only
Signed-off-by: Dong Hyuk Chang <9426164+thomasdhc@users.noreply.github.com>
1 parent 7fc9de4 commit 8f938f7

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ audio_cuda12 = [
113113
"nemo_curator[audio_common]",
114114
"nemo_curator[cuda12]",
115115
"nvidia-cudnn-cu12",
116-
"onnxruntime-gpu>=1.20.1,<1.24",
116+
"onnxruntime-gpu>=1.20.1,<1.24; platform_machine == 'x86_64'",
117117
"torchcodec",
118118
]
119119

uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)