Skip to content

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

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Burn-remote to_device function #3189

wants to merge 14 commits into from

Conversation

Cielbird
Copy link
Contributor

No description provided.

Copy link

codecov bot commented May 13, 2025

Codecov Report

Attention: Patch coverage is 0% with 8 lines in your changes missing coverage. Please review.

Project coverage is 82.21%. Comparing base (db3fb49) to head (72267ab).

Files with missing lines Patch % Lines
crates/burn-remote/src/server/base.rs 0.00% 8 Missing ⚠️

❌ 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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@@ -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 }
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants