Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rreece committed Aug 23, 2023
1 parent 8de6b01 commit 0f1b2c6
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 0f1b2c6

Please sign in to comment.