We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e2c5f commit b34b151Copy full SHA for b34b151
1 file changed
README.md
@@ -258,7 +258,8 @@ Video query routing is stable by `video_id`: router caches `video_id -> worker`
258
| Method | Path | Description |
259
|---|---|---|
260
| `POST` | `/update_weights_from_disk` | Reload weights from disk on all healthy workers |
261
-
+| `POST` | `/release_memory_occupation` | Broadcast sleep to all healthy workers (release GPU memory occupation) |
262
+| `POST` | `/resume_memory_occupation` | Broadcast wake to all healthy workers (resume GPU memory occupation) |
263
264
## Acknowledgment
265
0 commit comments