-
Notifications
You must be signed in to change notification settings - Fork 778
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
[WASI-NN] tensorrt: Add support for TensorRT-LLM #3878
base: master
Are you sure you want to change the base?
Conversation
Hello, I am a code review agent on flows.network. Here are my reviews of changed source code files in this PR. .github/workflows/matrix-extensions.jsonPotential issues
Summary of changes
.github/workflows/reusable-build-extensions.ymlPotential issues
Summary of changes
cmake/WASINNDeps.cmakePotential issuesN/A Summary of changes
plugins/wasi_nn/CMakeLists.txtPotential issues
Summary of changes
plugins/wasi_nn/wasinn_tensorrt.cppPotential issues
Summary of changes-### Key Changes
plugins/wasi_nn/wasinn_tensorrt.hPotential issues
Summary of changes
plugins/wasi_nn/wasinnenv.cppPotential issues
Summary of changes
plugins/wasi_nn/wasinnenv.hPotential issues
Summary of changes
plugins/wasi_nn/wasinntypes.hPotential issues
Summary of changes
utils/docker/Dockerfile.ubuntu-cudaPotential issues
Summary of changes
utils/docker/docker-bake.ubuntu.hclPotential issues
Summary of changes
|
5ca0fff
to
26dc4a6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3878 +/- ##
=======================================
Coverage 80.24% 80.25%
=======================================
Files 277 277
Lines 38535 38535
Branches 6721 6721
=======================================
+ Hits 30924 30927 +3
+ Misses 6030 6028 -2
+ Partials 1581 1580 -1 ☔ View full report in Codecov by Sentry. |
95f7564
to
0ffce71
Compare
0ffce71
to
1410951
Compare
Signed-off-by: Shen-Ta Hsieh <beststeve@secondstate.io>
* Add Docker image for tensorrt Signed-off-by: Shen-Ta Hsieh <beststeve@secondstate.io>
cc51d78
to
336a836
Compare
No description provided.