You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug fix: cpu metrics missing functionality restored (#12)
* bug fix: missing functions
* mps device support
* bump version
* return formatting to ruff standard
* silence ruff checks in locations that could impede functionality if we do not cleanly fix.
* add pytest to dev dependencies
* add other requirements files for cuda versions
* correct typo in Readme
---------
Co-authored-by: nbovee <12849851+nbovee@users.noreply.github.com>
pip install -r requirements.txt# alternatively, use the requirements-cu###.txt file for your cuda version.
48
48
```
49
49
50
50
2.**Configure devices** by copying and editing the template
@@ -327,7 +327,10 @@ Select optimal split points based on:
327
327
<summary>Unit Testing</summary>
328
328
- If issues present themselves, the provided unit tests may have some insight to the error. Please run the following, and refine to individual files for further details:
0 commit comments