Adding Granite 7b Instruct model example (#2487)

* Adding Granite 7b Instruct model example

* Minor refactoring to make it a little more idiomatic

* Clippy fixes.

* * Adding a README with some information about supported Granite models
* Changing the default prompt to accomodate better the Language
  modality of the Granite 7b Instruct model

---------

Co-authored-by: Laurent <laurent.mazare@gmail.com>
This commit is contained in:
Juan Gomez
2024-09-21 05:52:01 -04:00
committed by GitHub
parent c58c5d5b01
commit 5fc4f17727
4 changed files with 730 additions and 0 deletions

View File

@ -24,6 +24,7 @@ pub mod flux;
pub mod gemma;
pub mod gemma2;
pub mod glm4;
pub mod granite;
pub mod hiera;
pub mod jina_bert;
pub mod llama;