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
c8db24d5
"vscode:/vscode.git/clone" did not exist on "340e71a4b1214d5b89d6b4c007bbbdb4059eeea7"
Unverified
Commit
c8db24d5
authored
Apr 16, 2025
by
kevin
Committed by
GitHub
Apr 16, 2025
Browse files
Update config.py
Update config.py
parent
badf7a1b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ktransformers/server/config/config.py
ktransformers/server/config/config.py
+1
-1
No files found.
ktransformers/server/config/config.py
View file @
c8db24d5
...
...
@@ -133,7 +133,7 @@ class Config(metaclass=Singleton):
self
.
smoothing_factor
=
self
.
model
.
get
(
"smoothing_factor"
,
0.0
)
self
.
dynamic_temperature
:
Optional
[
str
]
=
self
.
model
.
get
(
"dynamic_temperature"
,
None
)
self
.
top_k
=
self
.
model
.
get
(
"top_k"
,
50
)
self
.
top_p
=
self
.
model
.
get
(
"top_p"
,
1.0
)
self
.
top_p
=
self
.
model
.
get
(
"top_p"
,
0.8
)
self
.
top_a
=
self
.
model
.
get
(
"top_a"
,
0.0
)
self
.
skew
=
self
.
model
.
get
(
"skew"
,
0.0
)
self
.
typical
=
self
.
model
.
get
(
"typical"
,
0.0
)
...
...
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