pub use DType and Tensor

This commit is contained in:
jhqxxx
2026-04-17 19:46:34 +08:00
parent 6769ad376e
commit 0cb979145f
4 changed files with 108 additions and 1 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ pub mod position_embed;
pub mod tokenizer;
pub mod utils;
pub use candle_core::Device;
pub use candle_core::{DType, Device, Tensor};