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 4fe5457 commit 1fded13Copy full SHA for 1fded13
.github/workflows/test.yml
@@ -51,4 +51,4 @@ jobs:
51
- name: GPU sanity check 1
52
run: sudo apt install tree; ls /usr/local; ls /usr/local/lib; tree /usr/lib -L 2
53
- name: Run CUDA crate tests
54
- run: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/cuda/lib64; curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"; sudo apt-get update && sudo apt-get install -y protobuf-compiler; rustup update; cargo test -p luminal_cuda --verbose
+ run: export LD_LIBRARY_PATH=/usr/local/cuda-12.8/lib64:$LD_LIBRARY_PATH; curl https://sh.rustup.rs -sSf | sh -s -- -y && source "$HOME/.cargo/env"; sudo apt-get update && sudo apt-get install -y protobuf-compiler; rustup update; cargo test -p luminal_cuda --verbose
0 commit comments