You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/stable/serve/storage_aware_scheduling.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Replace `/path/to/your/models` with the actual path where you want to store the
33
33
34
34
### Step 3: Enable Storage Aware Scheduling in Docker Compose
35
35
36
-
The Docker Compose configuration is already located in the `examples/storage_aware_scheduling` directory. To activate storage-aware scheduling, ensure the `docker-compose.yml` file includes the necessary configurations(`sllm_head` service should include the `--enable_storage_aware` command).
36
+
The Docker Compose configuration is already located in the `examples/storage_aware_scheduling` directory. To activate storage-aware scheduling, ensure the `docker-compose.yml` file includes the necessary configurations(`sllm_head` service should include the `--enable-storage-aware` command).
37
37
38
38
:::tip
39
39
Recommend to adjust the number of GPUs and `mem_pool_size` based on the resources available on your machine.
0 commit comments