diff options
author | Pierrick Hymbert <pierrick.hymbert@gmail.com> | 2024-04-10 08:58:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 09:58:48 +0300 |
commit | 67fac4b95fcccfda8ab965e9ba4992a9ddf3a25f (patch) | |
tree | 8271c699614c542d3f15b9ec2aa1b9ec9ffc13a9 /README.md | |
parent | 29122d32ac8075ad27b7a8be05dcad2b7e7a5f9e (diff) |
docs : how to add a model (#6565)
* docs: how to add a model
* docs: model: typo and docs
* docs: model: add prevision on RoPE
* docs: model: rephrasing README.md
* docs: model: rephrasing README.md
* docs: model: README.md fix trailing spaces
* docs : some fixes
* Update README.md
---------
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -122,6 +122,8 @@ Typically finetunes of the base models below are supported as well. - [x] [SEA-LION](https://huggingface.co/models?search=sea-lion) - [x] [GritLM-7B](https://huggingface.co/GritLM/GritLM-7B) + [GritLM-8x7B](https://huggingface.co/GritLM/GritLM-8x7B) +(instructions for supporting more models: [HOWTO-add-model.md](./docs/HOWTO-add-model.md)) + **Multimodal models:** - [x] [LLaVA 1.5 models](https://huggingface.co/collections/liuhaotian/llava-15-653aac15d994e992e2677a7e), [LLaVA 1.6 models](https://huggingface.co/collections/liuhaotian/llava-16-65b9e40155f60fd046a5ccf2) |