feat: tract & candle backends (#333)

This commit is contained in:
decahedron1
2025-01-13 16:16:06 -06:00
committed by GitHub
parent d5acc5abb2
commit 3345b520b2
22 changed files with 5252 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
- name: Check fmt
run: cargo fmt --all -- --check
- name: Run clippy
run: cargo clippy -p ort --all-targets --workspace --features fetch-models
run: cargo clippy -p ort --all-targets --features fetch-models
coverage:
name: Code coverage
runs-on: ubuntu-24.04