Skip to content

Commit

Permalink
update requirements in llm bench (openvinotoolkit#570)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaidova authored Jul 3, 2024
1 parent a5dd680 commit 98481c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion llm_bench/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ torch
transformers>=4.40.0
diffusers>=0.22.0
#optimum is in dependency list of optimum-intel
git+https://github.com/huggingface/optimum-intel.git@0a6075b44e2a6c721d6fbd7795b7804a0ce41d02#egg=optimum-intel
git+https://github.com/huggingface/optimum-intel.git@eeb1df05b4d05e902b9c26a9ee0f4f7f25061193#egg=optimum-intel
git+https://github.com/openvinotoolkit/nncf.git@develop#egg=nncf
packaging
psutil
Expand Down
1 change: 1 addition & 0 deletions llm_bench/python/utils/config_class.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
'decoder',
't5',
'falcon',
"glm",
'gpt-',
'gpt2',
'aquila',
Expand Down

0 comments on commit 98481c7

Please sign in to comment.