Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into hengguo/h2o
Browse files Browse the repository at this point in the history
  • Loading branch information
changwangss authored Jul 3, 2024
2 parents 2618e6f + 86087dc commit cedcd43
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 118 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/script/formatScan/pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else
echo "Not found requirements.txt file."
fi
# install packages
pip install lm-eval
pip install lm-eval==0.4.2
pip install accelerate nlpaug nltk schema optimum-intel optimum peft
pip install --upgrade --force-reinstall transformers==4.36.2
pip install optimum-habana
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
transformers
accelerate
sentencepiece != 0.1.92
lm-eval
lm-eval==0.4.2
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ transformers
torch==2.0.1
tqdm
neural_compressor
lm-eval
lm-eval==0.4.2

Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ wandb
einops
neural-compressor
pytest==8.0.0
lm-eval
lm-eval==0.4.2
git+https://github.com/huggingface/peft.git@6c44096c7b8d55a2ecf24be9bc68393467e1584a
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ neural-compressor
optimum-intel > 1.12.0
onnxruntime
intel-extension-for-pytorch
lm-eval
lm-eval==0.4.2
2 changes: 1 addition & 1 deletion examples/modelscope/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
intel_extension_for_transformers
neural-speed
lm-eval
lm-eval==0.4.2
sentencepiece
gguf
--extra-index-url https://download.pytorch.org/whl/cpu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ fastapi
fschat==0.2.32
huggingface_hub
intel_extension_for_pytorch==2.3.0
lm-eval
lm-eval==0.4.2
neural-compressor
neural_speed==1.0a0
numpy==1.23.5
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ evaluate
fastapi
fschat==0.2.35
huggingface_hub
lm-eval
lm-eval==0.4.2
neural-compressor
numpy==1.23.5
optimum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fastapi
fschat==0.2.35
huggingface_hub
intel-extension-for-transformers
lm-eval
lm-eval==0.4.2
neural-compressor
numpy==1.23.5
optimum
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ langchain-community==0.0.27
langchain_core==0.1.35
langid
librosa
lm-eval
lm-eval==0.4.2
markdown
neural-compressor
neural_speed==1.0a0
Expand Down
2 changes: 1 addition & 1 deletion intel_extension_for_transformers/transformers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import yaml
from enum import Enum

from neural_compressor.conf.dotdict import DotDict
from neural_compressor.utils.utility import DotDict
from .utils.metrics import Metric
from .utils.objectives import Objective, performance

Expand Down
107 changes: 0 additions & 107 deletions intel_extension_for_transformers/transformers/utils/utility_tf.py

This file was deleted.

0 comments on commit cedcd43

Please sign in to comment.