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 21f8ace commit db9597cCopy full SHA for db9597c
.github/workflows/linux-x64-gpu.yml
@@ -58,5 +58,4 @@ jobs:
58
make -j$(nproc) && make install
59
cd ..
60
rm -rf build
61
- export CUDAVER=$(nvcc --version | sed -n 's/^.*release \([0-9]\+\).*$/\1/p')
62
- python setup.py bdist_wheel --cuda=${{ matrix.cudaver }} --plat-name $PLAT_NAME -d /tmp
+ python setup.py bdist_wheel --plat-name manylinux2014_x86_64 -d /tmp
0 commit comments