mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:44:07 +08:00
Metrics Export Service (#7809)
This commit is contained in:
+1
-2
@@ -23,7 +23,6 @@ ray_files = [
|
||||
"ray/core/src/ray/raylet/raylet_monitor",
|
||||
"ray/core/src/ray/gcs/gcs_server",
|
||||
"ray/core/src/ray/raylet/raylet",
|
||||
"ray/dashboard/dashboard.py",
|
||||
"ray/streaming/_streaming.so",
|
||||
]
|
||||
|
||||
@@ -75,7 +74,7 @@ if "RAY_USE_NEW_GCS" in os.environ and os.environ["RAY_USE_NEW_GCS"] == "on":
|
||||
|
||||
extras = {
|
||||
"debug": [],
|
||||
"dashboard": [],
|
||||
"dashboard": ["requests"],
|
||||
"serve": ["uvicorn", "pygments", "werkzeug", "flask", "pandas", "blist"],
|
||||
"tune": ["tabulate", "tensorboardX", "pandas"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user