We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416216c commit 505bd11Copy full SHA for 505bd11
README.md
@@ -104,6 +104,6 @@ Environment variables used by the tests:
104
105
### Common issues
106
- **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.
+- **HF auth required**: Run `hf auth login` to authenticate if `HF_TOKEN` is not set.
108
- **GPU memory**: Adjust `GPU_MEM_UTIL` in `make vllm-serve` for your hardware.
109
-- **Dependencies**: Re-run `make sync` after modifying `pyproject.toml`.
+- **Dependencies**: Re-run `uv sync` after modifying `pyproject.toml`.
0 commit comments