-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DOC: Add doc for fish speech and cogvlm2 video (#2149)
- Loading branch information
1 parent
e672767
commit 16d1193
Showing
6 changed files
with
69 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
.. _models_builtin_fishspeech-1.2-sft: | ||
|
||
================== | ||
FishSpeech-1.2-SFT | ||
================== | ||
|
||
- **Model Name:** FishSpeech-1.2-SFT | ||
- **Model Family:** FishAudio | ||
- **Abilities:** text-to-audio | ||
- **Multilingual:** True | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
- **Model ID:** fishaudio/fish-speech-1.2-sft | ||
|
||
Execute the following command to launch the model:: | ||
|
||
xinference launch --model-name FishSpeech-1.2-SFT --model-type audio |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 31 additions & 0 deletions
31
doc/source/models/builtin/llm/cogvlm2-video-llama3-chat.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
.. _models_llm_cogvlm2-video-llama3-chat: | ||
|
||
======================================== | ||
cogvlm2-video-llama3-chat | ||
======================================== | ||
|
||
- **Context Length:** 8192 | ||
- **Model Name:** cogvlm2-video-llama3-chat | ||
- **Languages:** en, zh | ||
- **Abilities:** chat, vision | ||
- **Description:** CogVLM2-Video achieves state-of-the-art performance on multiple video question answering tasks. | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
|
||
Model Spec 1 (pytorch, 12 Billion) | ||
++++++++++++++++++++++++++++++++++++++++ | ||
|
||
- **Model Format:** pytorch | ||
- **Model Size (in billions):** 12 | ||
- **Quantizations:** 4-bit, 8-bit, none | ||
- **Engines**: Transformers | ||
- **Model ID:** THUDM/cogvlm2-video-llama3-chat | ||
- **Model Hubs**: `Hugging Face <https://huggingface.co/THUDM/cogvlm2-video-llama3-chat>`__, `ModelScope <https://modelscope.cn/models/ZhipuAI/cogvlm2-video-llama3-chat>`__ | ||
|
||
Execute the following command to launch the model, remember to replace ``${quantization}`` with your | ||
chosen quantization method from the options listed above:: | ||
|
||
xinference launch --model-engine ${engine} --model-name cogvlm2-video-llama3-chat --size-in-billions 12 --model-format pytorch --quantization ${quantization} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters