Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[V1] LM Eval With Streaming Integration Tests #11590

Merged
merged 5 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert
  • Loading branch information
robertgshaw2-redhat committed Jan 9, 2025
commit 6b9fecec01f9c717e2b20603cee98d01971de806
1 change: 0 additions & 1 deletion requirements-test.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ einops # required for MPT, qwen-vl and Mamba
httpx
librosa # required for audio tests
peft
pqdm
ray[adag]==2.40.0
sentence-transformers # required for embedding tests
soundfile # required for audio tests
Expand Down
4 changes: 0 additions & 4 deletions requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ botocore==1.35.57
# awscli
# boto3
# s3transfer
bounded-pool-executor==0.0.3
# via pqdm
buildkite-test-collector==0.1.9
# via -r requirements-test.in
certifi==2024.8.30
Expand Down Expand Up @@ -344,8 +342,6 @@ pooch==1.8.2
# via librosa
portalocker==2.10.1
# via sacrebleu
pqdm==0.2.0
# via -r requirements-test.in
propcache==0.2.0
# via yarl
protobuf==5.28.3
Expand Down
Loading