-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "[Dashboard] Remove gpustats dependencies from Ray[default] (#…
…41044)" (#41375) Reverts #41044 premerge is busted and potentially blocking people from merging into branch cut. Revert to unblock Failing test: linux://python/ray/tests:test_streaming_generator_2 This reverts commit 9b9fb55.
- Loading branch information
1 parent
d3ac31e
commit 1fbfa07
Showing
11 changed files
with
1,380 additions
and
188 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,7 @@ | |
"aiohttp_cors", | ||
"colorful", | ||
"py-spy", | ||
"gpustat", | ||
"opencensus", | ||
"prometheus_client", | ||
"smart_open", | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
from ray._private.thirdparty.pynvml.pynvml import * | ||
# nvdia-ml-py version | ||
# Note: we pick this version to use the V2 API which is supported by older drivers | ||
__version__ = "11.495.46" | ||
# current version | ||
__version__ = "12.535.133" |
Oops, something went wrong.