Skip to content

Commit d2112b4

Browse files
author
morgoth95
committed
build: add nebullvm to the list of requirements
1 parent bfc05fc commit d2112b4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
'onnx',
5757
]
5858
+ (['onnxruntime-gpu>=1.8.0'] if sys.platform != 'darwin' else []),
59+
'nebullvm': ['nebullvm>=0.2.1'],
5960
'tensorrt': ['nvidia-tensorrt'],
6061
},
6162
classifiers=[

0 commit comments

Comments
 (0)