Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
lm-evaluation-harness
Commits
05c29914
Unverified
Commit
05c29914
authored
Nov 03, 2023
by
Hailey Schoelkopf
Committed by
GitHub
Nov 03, 2023
Browse files
Update gguf.py
parent
1fdc005e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lm_eval/models/gguf.py
lm_eval/models/gguf.py
+0
-1
No files found.
lm_eval/models/gguf.py
View file @
05c29914
...
@@ -35,7 +35,6 @@ class GGUFLM(BaseLM):
...
@@ -35,7 +35,6 @@ class GGUFLM(BaseLM):
def
__init__
(
self
,
base_url
,
max_length
=
2048
):
def
__init__
(
self
,
base_url
,
max_length
=
2048
):
super
().
__init__
()
super
().
__init__
()
self
.
base_url
=
base_url
self
.
base_url
=
base_url
self
.
truncate
=
truncate
self
.
logprobs
=
10
self
.
logprobs
=
10
self
.
temperature
=
0.0
self
.
temperature
=
0.0
self
.
max_length
=
max_length
self
.
max_length
=
max_length
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment