File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 56
56
export GPU_ARCH_TYPE="${{ matrix.gpu_arch_type }}"
57
57
export INSTALLATION="${{ matrix.installation }}"
58
58
export CUDA_VER="${{ matrix.desired_cuda }}"
59
+ export DESIRED_PYTHON="${{ matrix.python_version }}""
60
+ export DESIRED_CUDA="${{ matrix.desired_cuda }}"
61
+ export DESIRED_DEVTOOLSET="${{ matrix.dev_toolset }}""
62
+ export PACKAGE_TYPE="${{ matrix.package_type }}""
63
+ export TARGET_OS="linux"
59
64
60
65
if [[ ${{ matrix.package_type }} == "libtorch" ]]; then
61
66
curl ${{ matrix.installation }} -o libtorch.zip
65
70
conda activate ${ENV_NAME}
66
71
eval $INSTALLATION
67
72
export CONDA_LIBRARY_PATH="$(dirname $(which python))/../lib"
68
- strings $CONDA_LIBRARY_PATH/libstdc++.so.6 | grep CXXABI_1.3.9
69
73
export LD_LIBRARY_PATH=$CONDA_LIBRARY_PATH:$LD_LIBRARY_PATH
70
74
71
75
python --version
72
76
python ./test/smoke_test/smoke_test.py
77
+
78
+ ${PWD}/check_binary.sh
73
79
fi
You can’t perform that action at this time.
0 commit comments