mirror of
https://github.com/huggingface/candle.git
synced 2025-06-17 11:08:52 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user