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
ox696c
ktransformers
Commits
3aa0cfc2
Commit
3aa0cfc2
authored
Mar 01, 2025
by
Wix Woo
Browse files
fix typo for top_p
parent
69382e58
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ktransformers/server/backend/interfaces/ktransformers.py
ktransformers/server/backend/interfaces/ktransformers.py
+1
-1
No files found.
ktransformers/server/backend/interfaces/ktransformers.py
View file @
3aa0cfc2
...
@@ -35,7 +35,7 @@ class KTransformersInterface(TransformersInterface):
...
@@ -35,7 +35,7 @@ class KTransformersInterface(TransformersInterface):
generation_config
=
GenerationConfig
(
generation_config
=
GenerationConfig
(
max_length
=
args
.
max_new_tokens
,
max_length
=
args
.
max_new_tokens
,
temperature
=
args
.
temperature
,
temperature
=
args
.
temperature
,
top_p
=
args
.
t
emperature
,
top_p
=
args
.
t
op_p
,
do_sample
=
True
do_sample
=
True
)
)
...
...
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