Skip to content

Commit

Permalink
Patch cuda compilation - fix #918
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLBuehler committed Nov 19, 2024
1 parent 32ec1fb commit d4d9584
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mistralrs-core/src/paged_attention/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pub trait ModelConfigLike {
}
}

#[derive(Clone)]
pub struct ModelConfigMetadata {
pub num_layers: usize,
pub hidden_size: usize,
Expand Down

0 comments on commit d4d9584

Please sign in to comment.