Display GPU Utilization in the Dashboard (#8564)

This commit is contained in:
Max Fitton
2020-06-15 13:27:44 -07:00
committed by GitHub
parent 6c49c01837
commit ddb9368f2c
13 changed files with 313 additions and 48 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ if "RAY_USE_NEW_GCS" in os.environ and os.environ["RAY_USE_NEW_GCS"] == "on":
extras = {
"debug": [],
"dashboard": ["requests"],
"dashboard": ["requests", "gpustat"],
"serve": ["uvicorn", "flask", "blist"],
"tune": ["tabulate", "tensorboardX", "pandas"]
}