-
Notifications
You must be signed in to change notification settings - Fork 477
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: aresnow <aresnow1@gmail.com>
- Loading branch information
1 parent
f42bc26
commit 34bb610
Showing
5 changed files
with
162 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _models_llm_skywork-math: | ||
|
||
======================================== | ||
Skywork-Math | ||
======================================== | ||
|
||
- **Context Length:** 4096 | ||
- **Model Name:** Skywork-Math | ||
- **Languages:** en, zh | ||
- **Abilities:** generate | ||
- **Description:** Skywork is a series of large models developed by the Kunlun Group · Skywork team. | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
|
||
Model Spec 1 (pytorch, 13 Billion) | ||
++++++++++++++++++++++++++++++++++++++++ | ||
|
||
- **Model Format:** pytorch | ||
- **Model Size (in billions):** 13 | ||
- **Quantizations:** 8-bit, none | ||
- **Model ID:** skywork/Skywork-13B-Math | ||
|
||
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 Skywork-Math --size-in-billions 13 --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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
.. _models_llm_skywork: | ||
|
||
======================================== | ||
Skywork | ||
======================================== | ||
|
||
- **Context Length:** 4096 | ||
- **Model Name:** Skywork | ||
- **Languages:** en, zh | ||
- **Abilities:** generate | ||
- **Description:** Skywork is a series of large models developed by the Kunlun Group · Skywork team. | ||
|
||
Specifications | ||
^^^^^^^^^^^^^^ | ||
|
||
|
||
Model Spec 1 (pytorch, 13 Billion) | ||
++++++++++++++++++++++++++++++++++++++++ | ||
|
||
- **Model Format:** pytorch | ||
- **Model Size (in billions):** 13 | ||
- **Quantizations:** 8-bit, none | ||
- **Model ID:** skywork/Skywork-13B-base | ||
|
||
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 Skywork --size-in-billions 13 --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