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 f9a9939 commit ae23868Copy full SHA for ae23868
packaging/pre_build_script.sh
@@ -26,7 +26,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
26
cp "$bin_path/Library/bin/libjpeg.dll" torchvision
27
28
# issue with Building torchvision on py3.13
29
- if[[ "$PYTHON_VERSION" == 3.13 ]]; then
+ if [[ "$PYTHON_VERSION" == 3.13 ]]; then
30
mkdir -p build\\temp.win-amd64-cpython-313\\Release
31
fi
32
0 commit comments