Update dependencies
This commit is contained in:
parent
13761af044
commit
54d75dde18
@ -17,7 +17,7 @@ if is_macos():
|
|||||||
else:
|
else:
|
||||||
ONNXRUNTIMES['default'] = ('onnxruntime', '1.19.2')
|
ONNXRUNTIMES['default'] = ('onnxruntime', '1.19.2')
|
||||||
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.19.2')
|
ONNXRUNTIMES['cuda'] = ('onnxruntime-gpu', '1.19.2')
|
||||||
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.18.0')
|
ONNXRUNTIMES['openvino'] = ('onnxruntime-openvino', '1.19.0')
|
||||||
if is_linux():
|
if is_linux():
|
||||||
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
|
ONNXRUNTIMES['rocm'] = ('onnxruntime-rocm', '1.18.0')
|
||||||
if is_windows():
|
if is_windows():
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
filetype==1.2.0
|
filetype==1.2.0
|
||||||
gradio==4.44.0
|
gradio==4.44.0
|
||||||
gradio_rangeslider==0.0.6
|
gradio-rangeslider==0.0.6
|
||||||
numpy==2.1.0
|
numpy==2.1.0
|
||||||
onnx==1.16.2
|
onnx==1.16.2
|
||||||
onnxruntime==1.19.2
|
onnxruntime==1.19.2
|
||||||
|
Loading…
Reference in New Issue
Block a user