We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc05fc commit d2112b4Copy full SHA for d2112b4
server/setup.py
@@ -56,6 +56,7 @@
56
'onnx',
57
]
58
+ (['onnxruntime-gpu>=1.8.0'] if sys.platform != 'darwin' else []),
59
+ 'nebullvm': ['nebullvm>=0.2.1'],
60
'tensorrt': ['nvidia-tensorrt'],
61
},
62
classifiers=[
0 commit comments