mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 11:56:45 +00:00
Revert "Making sure the CI actually works"
This reverts commit 699346b603cec1f279d94e9aa3210c193ba973f8.
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, xx};
|
||||
use candle::{DType, Device, Result, Tensor};
|
||||
|
||||
struct Model {
|
||||
first: Tensor,
|
||||
|
Reference in New Issue
Block a user