Skip to content

Commit

Permalink
Add llama for test
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <[email protected]>
  • Loading branch information
Aisuko committed Nov 23, 2023
1 parent b210203 commit c990112
Show file tree
Hide file tree
Showing 3 changed files with 726 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/rust/models/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ use bunker::pb::{ModelOptions, PredictOptions};
pub(crate) mod mnist;
pub use mnist::mnist::MNINST;

pub(crate) mod llama;


/// Trait for implementing a Language Model.
pub trait LLM {

Expand Down
Loading

0 comments on commit c990112

Please sign in to comment.