mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +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
|
```rust
|
||||||
# extern crate candle;
|
# extern crate candle;
|
||||||
use candle::{DType, Device, Result, Tensor};
|
use candle::{DType, Device, Result, Tensor, xx};
|
||||||
|
|
||||||
struct Model {
|
struct Model {
|
||||||
first: Tensor,
|
first: Tensor,
|
||||||
|
Reference in New Issue
Block a user