-
Notifications
You must be signed in to change notification settings - Fork 580
Burn-remote to_device function #3189
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
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #3189 +/- ##
==========================================
+ Coverage 82.19% 82.21% +0.01%
==========================================
Files 962 962
Lines 122542 122547 +5
==========================================
+ Hits 100727 100748 +21
+ Misses 21815 21799 -16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -131,3 +132,4 @@ burn-remote = { path = "../burn-remote", version = "0.18.0", default-features = | |||
burn-router = { path = "../burn-router", version = "0.18.0", default-features = false, optional = true } | |||
burn-tch = { path = "../burn-tch", version = "0.18.0", optional = true } | |||
burn-wgpu = { path = "../burn-wgpu", version = "0.18.0", optional = true, default-features = false } | |||
burn-ir = { path = "../burn-ir", version = "0.18.0", default-features = false } |
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.
This should be optional, since it's not usefull all of the time.
No description provided.