Skip to content

Commit

Permalink
Bump certifi from 2022.12.7 to 2023.7.22 (#7)
Browse files Browse the repository at this point in the history
* Bump certifi from 2022.12.7 to 2023.7.22

Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22.
- [Commits](certifi/python-certifi@2022.12.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* gpt2-small

* gpt2-medium

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ryan Reece <[email protected]>
  • Loading branch information
dependabot[bot] and rreece authored Aug 2, 2023
1 parent fd2a011 commit 31fc007
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/hf_wrappers/models/gpt2.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class GPT2Handler(BaseHandler):

def __init__(self, model_name=None):
if model_name is None:
model_name = "gpt2-large"
model_name = "gpt2-medium"
super().__init__(model_name=model_name)

def setup_model(self, model_name):
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ aiohttp==3.8.5
aiosignal==1.3.1
async-timeout==4.0.2
attrs==22.1.0
certifi==2022.12.7
certifi==2023.7.22
charset-normalizer==2.1.1
datasets==2.10.1
dill==0.3.6
Expand Down

0 comments on commit 31fc007

Please sign in to comment.