mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
Fix by hardcoding paths
This commit is contained in:
3
.github/workflows/ci_cuda.yaml
vendored
3
.github/workflows/ci_cuda.yaml
vendored
@ -62,7 +62,8 @@ jobs:
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
- name: Test (cuda)
|
||||
run: cargo test --features cuda
|
||||
run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --fe
|
||||
atures cuda
|
||||
stop-runner:
|
||||
name: Stop self-hosted EC2 runner
|
||||
needs:
|
||||
|
Reference in New Issue
Block a user