mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 02:58:50 +00:00
?
This commit is contained in:
@ -56,13 +56,13 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Install Rust Stable
|
# - name: Install Rust Stable
|
||||||
uses: actions-rs/toolchain@v1
|
# uses: actions-rs/toolchain@v1
|
||||||
with:
|
# with:
|
||||||
toolchain: stable
|
# toolchain: stable
|
||||||
components: rustfmt, clippy
|
# components: rustfmt, clippy
|
||||||
override: true
|
# override: true
|
||||||
- uses: Swatinem/rust-cache@v2
|
# - 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