Skip to content

Commit 505bd11

Browse files
committed
removed make ref
1 parent 416216c commit 505bd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,6 @@ Environment variables used by the tests:
104104

105105
### Common issues
106106
- **vLLM server not reachable**: Ensure `make vllm-serve` is running; confirm `OPENAI_BASE_URL` and `PORT`.
107-
- **HF auth required**: Run `make hf-auth` to authenticate if `HF_TOKEN` is not set.
107+
- **HF auth required**: Run `hf auth login` to authenticate if `HF_TOKEN` is not set.
108108
- **GPU memory**: Adjust `GPU_MEM_UTIL` in `make vllm-serve` for your hardware.
109-
- **Dependencies**: Re-run `make sync` after modifying `pyproject.toml`.
109+
- **Dependencies**: Re-run `uv sync` after modifying `pyproject.toml`.

0 commit comments

Comments
 (0)