-
Notifications
You must be signed in to change notification settings - Fork 262
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refine docs, update requirements (#1493)
Signed-off-by: Zhang, Weiwei1 <weiwei1.zhang@intel.com>
- Loading branch information
1 parent
699d644
commit 9d41a7d
Showing
5 changed files
with
50 additions
and
86 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
10 changes: 8 additions & 2 deletions
10
.../pytorch/nlp/huggingface_models/language-modeling/quantization/autoround/requirements.txt
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,11 +1,17 @@ | ||
transformers==4.34.1 | ||
transformers==4.36.0 | ||
torch==2.0.1 | ||
git+https://github.com/EleutherAI/lm-evaluation-harness.git@008fc2a23245c40384f2312718433eeb1e0f87a9 | ||
fsspec==2023.9.2 | ||
tiktoken | ||
transformers_stream_generator | ||
peft | ||
sentencepiece | ||
einops | ||
|
||
##the following is for intel neural compressor | ||
schema | ||
py-cpuinfo | ||
prettytable | ||
Pillow | ||
opencv-python-headless | ||
pycocotools | ||
pycocotools |
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
4 changes: 2 additions & 2 deletions
4
.../pytorch/nlp/huggingface_models/language-modeling/quantization/signround/requirements.txt
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,5 +1,5 @@ | ||
accelerate | ||
datasets==2.12.0 | ||
torch==1.13.1 | ||
transformers==4.30.0 | ||
git+https://github.com/EleutherAI/lm-evaluation-harness.git@e81d3cce155e93ba2445068767c738891ad97024 | ||
transformers==4.36.0 | ||
git+https://github.com/EleutherAI/lm-evaluation-harness.git@008fc2a23245c40384f2312718433eeb1e0f87a9 |