Skip to content

Commit

Permalink
add nightly requirement for mamba-minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
swfsql committed Feb 9, 2024
1 parent f2bd77e commit 165abc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dfdx/src/nn/layers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ mod leaky_relu;
mod linear;
mod ln;
mod log_softmax;
#[cfg(feature = "nightly")]
mod mamba_minimal;
mod matmul;
mod multi_head_attention;
Expand Down Expand Up @@ -80,6 +81,7 @@ pub use leaky_relu::LeakyReLU;
pub use linear::{Linear, LinearConfig, LinearConstConfig};
pub use ln::Ln;
pub use log_softmax::LogSoftmax;
#[cfg(feature = "nightly")]
pub use mamba_minimal::{
stateful::{MambaStateCache, MambaStateCacheConfig},
MambaBlock, MambaBlockConfig, MambaBlockConstConfig,
Expand Down

0 comments on commit 165abc9

Please sign in to comment.