Skip to content

Commit

Permalink
Update gguf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyschoelkopf committed Nov 3, 2023
1 parent 1fdc005 commit 05c2991
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lm_eval/models/gguf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ class GGUFLM(BaseLM):
def __init__(self, base_url, max_length=2048):
super().__init__()
self.base_url = base_url
self.truncate = truncate
self.logprobs = 10
self.temperature = 0.0
self.max_length = max_length
Expand Down

0 comments on commit 05c2991

Please sign in to comment.