Skip to content

Commit 59be944

Browse files
committed
Update onnxruntime-gpu==1.19.2
1 parent 7928f45 commit 59be944

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

requirements_linux.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ xformers==0.0.28.post2
88
bitsandbytes==0.44.0
99
tensorboard==2.15.2
1010
tensorflow==2.15.0.post1
11-
onnxruntime-gpu==1.17.1
11+
onnxruntime-gpu==1.19.2
1212

1313
-r requirements.txt

requirements_runpod.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ bitsandbytes==0.44.0
77
tensorboard==2.14.1
88
tensorflow==2.14.0 wheel
99
tensorrt
10-
onnxruntime-gpu==1.17.1
10+
onnxruntime-gpu==1.19.2
1111

1212
-r requirements.txt

requirements_windows.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
bitsandbytes==0.44.0
22
tensorboard
33
tensorflow>=2.16.1
4-
onnxruntime-gpu==1.17.1
4+
onnxruntime-gpu==1.19.2
55

66
-r requirements.txt

setup-3.10.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
IF NOT EXIST venv (
44
echo Creating venv...
5-
py -3.10 -m venv venv
5+
py -3.10.11 -m venv venv
66
)
77

88
:: Create the directory if it doesn't exist

venv-r/Scripts/python.exe

-262 KB
Binary file not shown.

0 commit comments

Comments
 (0)