mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 10:38:54 +00:00
Making sure the CI actually works
This commit is contained in:
@ -6,7 +6,7 @@ Open `src/main.rs` and fill in with these contents:
|
||||
|
||||
```rust
|
||||
# extern crate candle;
|
||||
use candle::{DType, Device, Result, Tensor};
|
||||
use candle::{DType, Device, Result, Tensor, xx};
|
||||
|
||||
struct Model {
|
||||
first: Tensor,
|
||||
|
Reference in New Issue
Block a user