Skip to content

Commit e4e6adb

Browse files
committed
docs(Makefile): trim TORCH_GROUP comment
The expanded rationale duplicated what's now self-evident from reading the three lock-target recipes directly.
1 parent 8bbeb83 commit e4e6adb

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@ VENV_TUTORIAL ?= .venv-tutorial
5555

5656
# Torch dependency group (pyproject.toml [dependency-groups]) that every
5757
# environment-building target (env, test, test-smoke, docs, ...) pins to.
58-
# Single source of truth for which torch/torchao/torchvision triple
59-
# setup_env.sh installs; override e.g. `make test-fast TORCH_GROUP=torch_2_8`.
60-
# test-highest-pytorch/test-lowest-pytorch/env-highest-torch lock this to a
61-
# specific group via `export TORCH_GROUP=... &&` at the top of their recipe,
62-
# so their name stays a promise regardless of a command-line value.
6358
TORCH_GROUP ?= torch_2_11
6459
export TORCH_GROUP
6560

0 commit comments

Comments
 (0)