Skip to content

Commit 79e44c1

Browse files
committed
fix typo
1 parent 089f31a commit 79e44c1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.ci/docker/common/install_conda.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ install_pip_dependencies() {
4343
pip_install -r /opt/conda/requirements.txt
4444
pip_install -r /opt/conda/requirements-flux.txt
4545
pip_install -r /opt/conda/requirements-vlm.txt
46-
pip_install -r /opt/conda/requirements-transformers-backend.txt
46+
pip_install -r /opt/conda/requirements-transformers-modeling-backend.txt
4747
popd
4848
}
4949

torchtitan/experiments/transformers_modeling_backend/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Huggingface Transformers backend
1+
# Huggingface Transformers Modeling backend
2+
3+
This enables HF transformers models to be trained with `4D parallelism + torch.compile`
24

35
## Quick start
46

0 commit comments

Comments
 (0)