mirror of
https://github.com/huggingface/candle.git
synced 2025-06-18 03:28:50 +00:00
Use num-cpus to enable parallelism.
This commit is contained in:
@ -12,6 +12,7 @@ mod shape;
|
||||
mod storage;
|
||||
mod strided_index;
|
||||
mod tensor;
|
||||
mod utils;
|
||||
|
||||
pub use cpu_backend::CpuStorage;
|
||||
pub use device::{Device, DeviceLocation};
|
||||
|
Reference in New Issue
Block a user