Quantized version of StableLM. (#1058)

* Quantized version of StableLM.

* Adapt the stable-lm example to support quantizsed.

* Use some separate hub repo.

* Another repo name tweak.
This commit is contained in:
Laurent Mazare
2023-10-08 15:42:38 +01:00
committed by GitHub
parent 783735cf22
commit 59ab6d7832
4 changed files with 331 additions and 14 deletions

View File

@ -9,6 +9,7 @@ pub mod mixformer;
pub mod quantized_llama;
pub mod quantized_mistral;
pub mod quantized_mixformer;
pub mod quantized_stable_lm;
pub mod quantized_t5;
pub mod segment_anything;
pub mod stable_diffusion;