Skip to content

Commit 2a41f00

Browse files
authored
functorch stable install fix (#233)
1 parent 7798294 commit 2a41f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/unittest/linux_stable/scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ else
4242
fi
4343

4444
printf "Installing functorch\n"
45-
pip install functorch
45+
pip install git+https://github.com/pytorch/functorch.git@release/0.2
4646

4747
# smoke test
4848
python -c "import functorch"

0 commit comments

Comments
 (0)