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
ModelZoo
Qwen_lmdeploy
Commits
fbd9770a
Unverified
Commit
fbd9770a
authored
Oct 10, 2023
by
Lyu Han
Committed by
GitHub
Oct 10, 2023
Browse files
set the default value of being 0 (#532)
parent
19fea86c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lmdeploy/turbomind/turbomind.py
lmdeploy/turbomind/turbomind.py
+1
-1
No files found.
lmdeploy/turbomind/turbomind.py
View file @
fbd9770a
...
@@ -229,7 +229,7 @@ class TurboMindInstance:
...
@@ -229,7 +229,7 @@ class TurboMindInstance:
request_output_len
:
int
=
512
,
request_output_len
:
int
=
512
,
sequence_start
:
bool
=
True
,
sequence_start
:
bool
=
True
,
sequence_end
:
bool
=
False
,
sequence_end
:
bool
=
False
,
step
=
1
,
step
=
0
,
stop
=
False
,
stop
=
False
,
top_p
=
0.8
,
top_p
=
0.8
,
top_k
=
40
,
top_k
=
40
,
...
...
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