Document deployment and expose weight manifest
This commit is contained in:
@@ -78,6 +78,11 @@ def evaluate_project() -> dict:
|
||||
and "runtimeSelector" in frontend_text
|
||||
and "conda_env" in frontend_text
|
||||
and "request.conda_env" in jobs_text,
|
||||
"weight_manifest_ui": "WeightPanel" in frontend_text
|
||||
and "/api/weights" in frontend_text
|
||||
and "/api/weights/verify" in frontend_text
|
||||
and "weightList" in frontend_text
|
||||
and "weightFamilies" in frontend_text,
|
||||
"live_log_stream_ui": "EventSource" in frontend_text
|
||||
and "eventSourceRef" in frontend_text
|
||||
and "log_size" in frontend_text
|
||||
|
||||
Reference in New Issue
Block a user