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 d30d33c commit ae9a9d4Copy full SHA for ae9a9d4
scripts/test-inductor.sh
@@ -6,7 +6,7 @@ set -vx
6
test -d pytorch || {
7
git clone https://github.com/pytorch/pytorch
8
cd pytorch
9
- TRANSFORMERS_VERSION=$(.ci/docker/ci_commit_pins/huggingface.txt)
+ TRANSFORMERS_VERSION=$(cat .ci/docker/ci_commit_pins/huggingface.txt)
10
pip install transformers=$TRANSFORMERS_VERSION
11
python -c "import transformers; print(transformers.__version__)"
12
}
0 commit comments