Add the relu2 and relu6 activations. (#1201)

This commit is contained in:
Laurent Mazare
2023-10-27 21:51:16 +02:00
committed by GitHub
parent 85bea43e5b
commit c8face3f95
3 changed files with 61 additions and 0 deletions

View File

@ -11,6 +11,7 @@ pub mod llama;
pub mod mistral;
pub mod mixformer;
pub mod mpt;
pub mod persimmon;
pub mod quantized_blip;
pub mod quantized_blip_text;
pub mod quantized_llama;