Move the llama2-c model in transformers. (#1205)

This commit is contained in:
Laurent Mazare
2023-10-28 17:51:19 +02:00
committed by GitHub
parent 612f5b8156
commit 95a857cf57
6 changed files with 12 additions and 9 deletions

View File

@ -8,6 +8,8 @@ pub mod efficientnet;
pub mod falcon;
pub mod jina_bert;
pub mod llama;
pub mod llama2_c;
pub mod llama2_c_weights;
pub mod mistral;
pub mod mixformer;
pub mod mpt;
@ -15,6 +17,7 @@ pub mod persimmon;
pub mod quantized_blip;
pub mod quantized_blip_text;
pub mod quantized_llama;
pub mod quantized_llama2_c;
pub mod quantized_mistral;
pub mod quantized_mixformer;
pub mod quantized_mpt;