Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverwolf-x committed Nov 23, 2024
1 parent 679accc commit 17002b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/lightgbm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,13 @@ jobs:


# Disable caching of the CUDA binaries, since it does not give us any significant performance improvement
use-github-cache: true
use-github-cache: false
use-local-cache: false
# 在GITHUB_ENV中输出CUDA_PATH

- name: echo version
run: |
nvcc -V
nvidia-smi
echo ${{ steps.cuda-toolkit.outputs.cuda }}
echo "${{ env.CUDA_PATH }}"
echo ${{ steps.install-boost.outputs.BOOST_VER }}
Expand All @@ -62,7 +61,7 @@ jobs:
git clone --recursive https://github.com/Microsoft/LightGBM
cd LightGBM
sh ./build-python.sh bdist_wheel --gpu --boost-include-dir=$BOOST_ROOT ----opencl-include-dir="$CUDA_PATH/include"
sh ./build-python.sh bdist_wheel --gpu --boost-include-dir=$BOOST_ROOT --opencl-include-dir="$CUDA_PATH\include"
env:
BOOST_ROOT: ${{ steps.install-boost.outputs.BOOST_ROOT }}
- run: tree LightGBM/dist
Expand Down

0 comments on commit 17002b5

Please sign in to comment.