Replies: 2 comments 1 reply
-
|
@quanqigu to reduce dependencies, consider creating a custom environment by installing only the necessary components for your use case. You can manually install Ultralytics without optional dependencies and avoid installing CUDA-related packages if they are not needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@glenn-jocher I finally get the answer from this issue. https://github.com/ultralytics/ultralytics/issues/2542 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using ultralytics with triton, it actually no need torch or tlops, which make the docker image too bigger.
Is there anyway to reduce the decencies?
In ubuntu, it also install cuda related package, how can I remove such related dependencies?
Beta Was this translation helpful? Give feedback.
All reactions