This repository was archived by the owner on Aug 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ export PYTORCH_VISION_BUILD_NUMBER=$VISION_BUILD_NUMBER
27
27
# time conda build -c $ANACONDA_USER --no-anaconda-upload --python 2.7 torchvision-$VISION_BUILD_VERSION
28
28
# time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.5 torchvision-$VISION_BUILD_VERSION
29
29
# time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.6 torchvision-$VISION_BUILD_VERSION
30
+ time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.7 torchvision-$VISION_BUILD_VERSION
30
31
31
- time conda build -c $ANACONDA_USER --no-anaconda-upload --python 2.7 torchvision-cpu-$VISION_BUILD_VERSION
32
- time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.5 torchvision-cpu-$VISION_BUILD_VERSION
33
- time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.6 torchvision-cpu-$VISION_BUILD_VERSION
32
+ # time conda build -c $ANACONDA_USER --no-anaconda-upload --python 2.7 torchvision-cpu-$VISION_BUILD_VERSION
33
+ # time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.5 torchvision-cpu-$VISION_BUILD_VERSION
34
+ # time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.6 torchvision-cpu-$VISION_BUILD_VERSION
35
+ time conda build -c $ANACONDA_USER --no-anaconda-upload --python 3.7 torchvision-cpu-$VISION_BUILD_VERSION
34
36
35
37
set +e
36
38
You can’t perform that action at this time.
0 commit comments