mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 03:54:56 +00:00
Split the tensor file.
This commit is contained in:
7
src/storage.rs
Normal file
7
src/storage.rs
Normal file
@ -0,0 +1,7 @@
|
||||
#[allow(dead_code)]
|
||||
pub(crate) enum Storage {
|
||||
Cpu {
|
||||
dtype: crate::DType,
|
||||
buffer: Vec<u8>,
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user