forked from xorbitsai/inference
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
919ffaa
commit 91ee9a0
Showing
9 changed files
with
245 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.. _models_builtin_chatglm3_32k: | ||
|
||
|
||
============ | ||
ChatGLM3-32K | ||
============ | ||
|
||
- **Context Length:** 32768 | ||
- **Model Name:** chatglm3-32k | ||
- **Languages:** en, zh | ||
- **Abilities:** chat | ||
- **Description:** ChatGLM3 is the third generation of ChatGLM, still open-source and trained on Chinese and English data. | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
Model Spec (pytorch, 6 Billion) | ||
+++++++++++++++++++++++++++++++ | ||
|
||
- **Model Format:** pytorch | ||
- **Model Size (in billions):** 6 | ||
- **Quantizations:** 4-bit, 8-bit, none | ||
- **Model ID:** THUDM/chatglm3-6b-32k | ||
|
||
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-name chatglm3-32k --size-in-billions 6 --model-format pytorch --quantization ${quantization} | ||
|
||
.. note:: | ||
|
||
4-bit quantization is not supported on macOS. |
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,32 @@ | ||
.. _models_builtin_chatglm3: | ||
|
||
|
||
======== | ||
ChatGLM3 | ||
======== | ||
|
||
- **Context Length:** 8192 | ||
- **Model Name:** chatglm3 | ||
- **Languages:** en, zh | ||
- **Abilities:** chat | ||
- **Description:** ChatGLM3 is the third generation of ChatGLM, still open-source and trained on Chinese and English data. | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
Model Spec (pytorch, 6 Billion) | ||
+++++++++++++++++++++++++++++++ | ||
|
||
- **Model Format:** pytorch | ||
- **Model Size (in billions):** 6 | ||
- **Quantizations:** 4-bit, 8-bit, none | ||
- **Model ID:** THUDM/chatglm3-6b | ||
|
||
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-name chatglm3 --size-in-billions 6 --model-format pytorch --quantization ${quantization} | ||
|
||
.. note:: | ||
|
||
4-bit quantization is not supported on macOS. |
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
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