mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 11:37:51 +08:00
Remove debug extras from setup.py (#12751)
This commit is contained in:
@@ -91,7 +91,7 @@ class MemoryMonitor:
|
||||
if not psutil:
|
||||
logger.warn("WARNING: Not monitoring node memory since `psutil` "
|
||||
"is not installed. Install this with "
|
||||
"`pip install psutil` (or ray[debug]) to enable "
|
||||
"`pip install psutil` to enable "
|
||||
"debugging of memory-related crashes.")
|
||||
|
||||
def get_memory_usage(self):
|
||||
|
||||
Reference in New Issue
Block a user