Revert "Making sure the CI actually works"

This reverts commit 699346b603cec1f279d94e9aa3210c193ba973f8.
This commit is contained in:
Nicolas Patry
2023-07-27 14:48:32 +02:00
parent ba37de94d4
commit 5bc5716b85

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, xx};
use candle::{DType, Device, Result, Tensor};
struct Model {
first: Tensor,