-
Notifications
You must be signed in to change notification settings - Fork 2.1k
feat: add fp16 inference support (trt) #875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
af15a6b
to
1fe3a5a
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #875 +/- ##
===========================================
- Coverage 83.06% 68.83% -14.23%
===========================================
Files 22 22
Lines 1529 1534 +5
===========================================
- Hits 1270 1056 -214
- Misses 259 478 +219
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Please fix open_clip version to v2.7.0 for now. I will take a look a the latset 2.8 |
@@ -113,6 +113,7 @@ jobs: | |||
pip install --no-cache-dir "server/[onnx]" | |||
pip install --no-cache-dir "server/[transformers]" | |||
pip install --no-cache-dir "server/[search]" | |||
pip install open-clip-torch==2.7.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please specify the open-clip-torch
and tensorrt
version in setup
Add float16 inference support for tensorrt.