-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* disable warning + sed cuda mem every 60 sec * SDK 6.72.71 * fix missing gpu_info * send gpu mem in agent's process * torch.cuda.init() * added nvidia nvidia-ml-py to reqs * added get_gpu_info using pynvml * upd fields names in get_gpu_info * add debug log msg --------- Co-authored-by: Maxim Kolomeychenko <[email protected]> Co-authored-by: TheoLisin <[email protected]>
- Loading branch information
1 parent
bbf60c8
commit a63a4db
Showing
5 changed files
with
169 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,4 +13,5 @@ black | |
python-slugify==6.1.2 | ||
requests==2.28.1 | ||
urllib3==1.26.11 | ||
torch==1.7.1 | ||
torch==1.7.1 | ||
nvidia-ml-py==12.535.77 |