mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 11:56:45 +00:00
Refactor to simplify our lives for settings the params in the encoder.
This commit is contained in:

committed by
Nicolas Patry

parent
39406a6721
commit
df6814f34e
@ -53,6 +53,8 @@ mod dummy_metal_backend;
|
||||
pub mod error;
|
||||
mod indexer;
|
||||
pub mod layout;
|
||||
#[cfg(feature = "metal")]
|
||||
pub mod metal_backend;
|
||||
#[cfg(feature = "mkl")]
|
||||
mod mkl;
|
||||
pub mod npy;
|
||||
|
Reference in New Issue
Block a user