Move the stable-diffusion modeling code so that it's easier to re-use. (#812)

This commit is contained in:
Laurent Mazare
2023-09-11 11:45:57 +01:00
committed by GitHub
parent 84ee870efd
commit d7b9fec849
13 changed files with 28 additions and 28 deletions

View File

@ -6,4 +6,5 @@ pub mod falcon;
pub mod llama;
pub mod quantized_llama;
pub mod segment_anything;
pub mod stable_diffusion;
pub mod whisper;