Skip to content

Commit f07ecc5

Browse files
committed
revert
1 parent 88920ab commit f07ecc5

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Adding `--extra dev` installs development tools (black, pytest, pylint).
132132
Adding `--extra visualize` installs matplotlib for visualization features.
133133
Adding `--extra hydra` installs `hydra-core` for the example scripts and `model_validation/` runners that use Hydra-based configuration.
134134

135-
To use vLLM for serving quantized models, add `--extra vllm`:
135+
To use vLLM for serving quantized models, add `--extra vllm` together with `--extra cu130`:
136136

137137
```bash
138138
uv sync --extra cu130 --extra dev --extra visualize --extra vllm

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ cu128 = ["torch", "torchvision"]
5555
cu130 = ["torch", "torchvision"]
5656
dev = [
5757
"black",
58+
"hydra-core",
5859
"pylint",
5960
"pytest",
6061
]

uv.lock

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)