mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
SSH to debug.
This commit is contained in:
16
.github/workflows/ci_cuda.yaml
vendored
16
.github/workflows/ci_cuda.yaml
vendored
@ -56,13 +56,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# - name: Install Rust Stable
|
- name: Setup tmate session
|
||||||
# uses: actions-rs/toolchain@v1
|
uses: mxschmitt/action-tmate@v3
|
||||||
# with:
|
- name: Install Rust Stable
|
||||||
# toolchain: stable
|
uses: actions-rs/toolchain@v1
|
||||||
# components: rustfmt, clippy
|
with:
|
||||||
# override: true
|
toolchain: stable
|
||||||
# - uses: Swatinem/rust-cache@v2
|
components: rustfmt, clippy
|
||||||
|
override: true
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
- name: Test (cuda)
|
- name: Test (cuda)
|
||||||
run: cargo test --features cuda
|
run: cargo test --features cuda
|
||||||
stop-runner:
|
stop-runner:
|
||||||
|
Reference in New Issue
Block a user