Skip to content

Commit

Permalink
oops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecoconut committed May 19, 2023
1 parent 2029ef6 commit ee8f01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdaprompt/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def __init__(self, model_name, torch_dtype=None, trust_remote_code=True, use_aut
torch_dtype = torch_dtype or torch.bfloat16
super().__init__(**param_override)
config = AutoConfig.from_pretrained(
"HuggingFaceH4/starchat-alpha",
model_name,
trust_remote_code=True
)
self.model = AutoModelForCausalLM.from_pretrained(
Expand Down

0 comments on commit ee8f01d

Please sign in to comment.