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
change
sglang
Commits
eda7c090
"docs/vscode:/vscode.git/clone" did not exist on "16cc5287572ff1f6fbef464f491a810ebcefa9ad"
Unverified
Commit
eda7c090
authored
Sep 04, 2024
by
Lianmin Zheng
Committed by
GitHub
Sep 04, 2024
Browse files
Remove useless fields in global_config.py (#1328)
parent
5ab9418f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
python/sglang/global_config.py
python/sglang/global_config.py
+0
-4
No files found.
python/sglang/global_config.py
View file @
eda7c090
...
@@ -11,10 +11,6 @@ class GlobalConfig:
...
@@ -11,10 +11,6 @@ class GlobalConfig:
# Default backend of the language
# Default backend of the language
self
.
default_backend
=
None
self
.
default_backend
=
None
# Runtime constants: Request dependency time due to network delay
self
.
request_dependency_delay
=
0.02
self
.
wait_for_new_request_delay
=
0.0006
# Runtime constants: New generation token ratio estimation
# Runtime constants: New generation token ratio estimation
self
.
init_new_token_ratio
=
0.7
self
.
init_new_token_ratio
=
0.7
self
.
base_min_new_token_ratio
=
0.1
self
.
base_min_new_token_ratio
=
0.1
...
...
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