Skip to content

Commit f9248f4

Browse files
committed
Add comment on where to find the slurm logs
1 parent 406bba6 commit f9248f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ You should see an output like the following:
1818
<img width="450" alt="launch_img" src="https://github.com/user-attachments/assets/557eb421-47db-4810-bccd-c49c526b1b43">
1919

2020
The model would be launched using the [default parameters](vec-inf/models/models.csv), you can override these values by providing additional options, use `--help` to see the full list.
21+
If you'd like to see the Slurm logs, they are located in the `.vec-inf-logs` folder in your home directory. The log folder path can be modified by using the `--log-dir` option.
2122

2223
You can check the inference server status by providing the Slurm job ID to the `status` command:
2324
```bash
@@ -36,7 +37,7 @@ There are 5 possible states:
3637
* **FAILED**: Inference server in an unhealthy state. Job failed reason will be shown.
3738
* **SHUTDOWN**: Inference server is shutdown/cancelled.
3839

39-
Note that the base URL is only available when model is in `READY` state.
40+
Note that the base URL is only available when model is in `READY` state, and if you've changed the Slurm log directory path, you also need to specify it when using the `status` command.
4041

4142
Finally, when you're finished using a model, you can shut it down by providing the Slurm job ID:
4243
```bash

0 commit comments

Comments
 (0)