| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Codecov Report❌ Patch coverage is 81.81818% with 2 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #2791 +/- ##
==========================================
- Coverage 83.04% 83.04% -0.01%
==========================================
Files 248 248
Lines 50874 50881 +7
Branches 4485 4485
==========================================
+ Hits 42250 42255 +5
- Misses 7857 7859 +2
Partials 767 767
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry.
|
Sorry, something went wrong.
| return visible_devices[logical_deviceid] | ||
| except IndexError: | ||
| errmsg = (f"A deviceid value of {logical_deviceid} is not valid " | ||
| f"with VISIBLE_DEVICES={visible_devices}. Note that " |
There was a problem hiding this comment.
since you're at it, fetch the self.platform and prefix it with CUDA_ or ROCM_ accordingly?
also, did you mean "with" or "within" ?
Sorry, something went wrong.
…ces, and improve errors for invalid combinations
…nd visible devices
There was a problem hiding this comment.
nice, approving and merging
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Also improves errors for invalid combinations.