Making sure the CI actually works

This commit is contained in:
Nicolas Patry 2023-07-27 12:45:25 +02:00
parent 6242a1470e
commit ba37de94d4
1 changed files with 1 additions and 1 deletions

View File

@ -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,