Skip to content

Commit ae9a9d4

Browse files
committed
Add a standalone e2e test, r4
1 parent d30d33c commit ae9a9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-inductor.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -vx
66
test -d pytorch || {
77
git clone https://github.com/pytorch/pytorch
88
cd pytorch
9-
TRANSFORMERS_VERSION=$(.ci/docker/ci_commit_pins/huggingface.txt)
9+
TRANSFORMERS_VERSION=$(cat .ci/docker/ci_commit_pins/huggingface.txt)
1010
pip install transformers=$TRANSFORMERS_VERSION
1111
python -c "import transformers; print(transformers.__version__)"
1212
}

0 commit comments

Comments
 (0)