Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 2 updates (#2564)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yifan Mai <yifan@cs.stanford.edu>
  • Loading branch information
dependabot[bot] and yifanmai authored Apr 11, 2024
1 parent 094544e commit fa63691
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ pyext==0.7
pyflakes==2.5.0
Pygments==2.17.2
pyhocon==0.3.60
pymongo==4.2.0
pymongo==4.6.3
pyparsing==3.1.1
pypinyin==0.49.0
PySocks==1.7.1
Expand Down Expand Up @@ -276,7 +276,7 @@ torch-fidelity==0.3.0
torchmetrics==0.11.4
torchvision~=0.16.2
tqdm==4.66.2
transformers==4.37.2
transformers==4.38.0
triton==2.1.0
typer==0.9.0
typing_extensions==4.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ images =
pillow~=10.2

mongo =
pymongo~=4.2.0
pymongo~=4.2

# Model extras
aleph-alpha =
Expand Down
2 changes: 1 addition & 1 deletion src/helm/clients/test_huggingface_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def test_gpt2(self):
prompt=prompt,
num_completions=3,
top_k_per_token=5,
max_tokens=0,
max_tokens=1,
echo_prompt=True,
)
)
Expand Down

0 comments on commit fa63691

Please sign in to comment.