Sketch the stable-lm model. (#1045)

This commit is contained in:
Laurent Mazare
2023-10-06 18:19:06 +01:00
committed by GitHub
parent 4631c48273
commit b0442eff8a
2 changed files with 365 additions and 0 deletions

View File

@ -12,6 +12,7 @@ pub mod quantized_mixformer;
pub mod quantized_t5;
pub mod segment_anything;
pub mod stable_diffusion;
pub mod stable_lm;
pub mod t5;
pub mod whisper;
pub mod with_tracing;