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 61b125b commit c4dfde6Copy full SHA for c4dfde6
packaging/pre_build_script_arm64.sh
@@ -6,8 +6,6 @@ echo "Building vision dependencies and wheel started."
6
export SRC_PATH="$GITHUB_WORKSPACE/$SRC_DIR"
7
export CMAKE_BUILD_TYPE="$BUILD_TYPE"
8
export VCVARSALL_PATH="$DEPENDENCIES_DIR/VSBuildTools/VC/Auxiliary/Build/vcvarsall.bat"
9
-export CONDA_PREFIX="$DEPENDENCIES_DIR/Library/"
10
-export PATH="$PATH:$CONDA_PREFIX/Library/bin"
11
export DISTUTILS_USE_SDK=1
12
export TRIPLET_FILE="triplets/x64-windows.cmake"
13
export PYTORCH_VERSION="$PYTORCH_VERSION"
0 commit comments