Skip to main content

rnn/lora/
errors.rs

1#[derive(Clone, Copy, Debug, PartialEq, Eq)]
2pub enum LoraError {
3    ShapeMismatch,
4}