mirror of
https://github.com/wassname/ray.git
synced 2026-07-27 11:26:41 +08:00
Remove debug extras from setup.py (#12751)
This commit is contained in:
@@ -460,7 +460,7 @@ def memory_debug_str():
|
||||
round(used_gb, 1), round(total_gb, 1), warn)
|
||||
except ImportError:
|
||||
return ("Unknown memory usage. Please run `pip install psutil` "
|
||||
"(or ray[debug]) to resolve)")
|
||||
"to resolve)")
|
||||
|
||||
|
||||
def _get_trials_by_state(trials: List[Trial]):
|
||||
|
||||
Reference in New Issue
Block a user