forked from InternLM/xtuner
-
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.
[Improve] Add notes for requirements; Improve badges (InternLM#277)
* Update README.md * Update README_zh-CN.md * Update README.md * Update deepspeed.txt * Update runtime.txt * Update runtime.txt * Update README.md * Update README_zh-CN.md * Update README.md * Update README.md * Update README.md * Update README_zh-CN.md * fix pre-commit * Update runtime.txt * Update runtime.txt
- Loading branch information
Showing
5 changed files
with
45 additions
and
16 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
# Minimum 0.12.3, see https://github.com/microsoft/DeepSpeed/pull/4587 | ||
deepspeed>=0.12.3 | ||
mpi4py-mpich |
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 |
---|---|---|
@@ -1,12 +1,21 @@ | ||
bitsandbytes>=0.40.0 | ||
datasets | ||
# Minimum 0.40.0.post4 to fix some 4-bit precision bugs | ||
bitsandbytes>=0.40.0.post4 | ||
# Minimum 2.16.0 to fix some bugs, see https://github.com/huggingface/datasets/pull/6444 | ||
datasets>=2.16.0 | ||
einops | ||
# Minimum 0.1.2 to fix some bugs, see https://github.com/InternLM/lagent/pull/44 | ||
lagent>=0.1.2 | ||
# Minimum 0.10.1 to support exclude_frozen_parameters for DeepSpeedStrategy, | ||
# see https://github.com/open-mmlab/mmengine/pull/1415, https://github.com/open-mmlab/mmengine/pull/1424 | ||
mmengine>=0.10.1 | ||
# Minimum 0.4.0 to support QLoRA, see https://github.com/huggingface/peft/pull/476 | ||
peft>=0.4.0 | ||
scipy | ||
SentencePiece | ||
tiktoken | ||
torch | ||
# Minimum 4.32.1 to support the QLoRA fine-tune of ChatGLM2 | ||
# Exclude 4.34.1, 4.35.0, 4.35.1, 4.35.2 to avoid BC-break, | ||
# see https://github.com/huggingface/transformers/pull/27020, https://github.com/huggingface/transformers/pull/27073 | ||
transformers>=4.32.1,!=4.34.1,!=4.35.0,!=4.35.1,!=4.35.2 | ||
transformers_stream_generator |
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