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

Commit

Permalink
fix up reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
robertgshaw2-neuralmagic committed Jun 16, 2024
1 parent 6b6bd26 commit 69f4dc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ clang-format==18.1.5
# type checking
mypy==1.9.0
types-PyYAML
types-requests
types-requests==2.31.0.2
types-setuptools
4 changes: 3 additions & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ awscli
einops # required for MPT
httpx
peft
requests
requests==2.31 # required for python 3.8 testing
ray
sentence-transformers # required for embedding
optimum # required for hf gptq baselines
auto-gptq # required for hf gptq baselines

# Benchmarking
aiohttp
Expand Down

0 comments on commit 69f4dc1

Please sign in to comment.