mirror of
https://github.com/huggingface/candle.git
synced 2025-06-19 19:58:35 +00:00
Sketch the candle-nn crate. (#115)
* Sketch the candle-nn crate. * Tweak the cuda dependencies. * More cuda tweaks.
This commit is contained in:
5
candle-nn/src/lib.rs
Normal file
5
candle-nn/src/lib.rs
Normal file
@ -0,0 +1,5 @@
|
||||
mod layer_norm;
|
||||
mod linear;
|
||||
|
||||
pub use layer_norm::LayerNorm;
|
||||
pub use linear::Linear;
|
Reference in New Issue
Block a user