Unverified Commit 05c29914 authored by Hailey Schoelkopf's avatar Hailey Schoelkopf Committed by GitHub
Browse files

Update gguf.py

parent 1fdc005e
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment