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 da39044
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 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 Down

0 comments on commit da39044

Please sign in to comment.