mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
ssl update.
This commit is contained in:
6
.github/workflows/ci_cuda.yaml
vendored
6
.github/workflows/ci_cuda.yaml
vendored
@ -59,11 +59,9 @@ jobs:
|
|||||||
- name: Install Rust Stable
|
- name: Install Rust Stable
|
||||||
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Setup tmate session
|
- run: apt update -y && apt install libssl-dev -y
|
||||||
uses: mxschmitt/action-tmate@v3
|
|
||||||
- name: Test (cuda)
|
- name: Test (cuda)
|
||||||
run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --fe
|
run: PATH=$PATH:/usr/local/cuda-11.8/bin/ /root/.cargo/bin/cargo test --features cuda
|
||||||
atures cuda
|
|
||||||
stop-runner:
|
stop-runner:
|
||||||
name: Stop self-hosted EC2 runner
|
name: Stop self-hosted EC2 runner
|
||||||
needs:
|
needs:
|
||||||
|
Reference in New Issue
Block a user