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
norm
vllm
Commits
bf5f121c
Unverified
Commit
bf5f121c
authored
Jun 18, 2023
by
Zhuohan Li
Committed by
GitHub
Jun 18, 2023
Browse files
Reduce GPU memory utilization to make sure OOM doesn't happen (#153)
parent
bec7b2dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
bf5f121c
...
@@ -21,7 +21,7 @@ class EngineArgs:
...
@@ -21,7 +21,7 @@ class EngineArgs:
tensor_parallel_size
:
int
=
1
tensor_parallel_size
:
int
=
1
block_size
:
int
=
16
block_size
:
int
=
16
swap_space
:
int
=
4
# GiB
swap_space
:
int
=
4
# GiB
gpu_memory_utilization
:
float
=
0.9
5
gpu_memory_utilization
:
float
=
0.9
0
max_num_batched_tokens
:
int
=
2560
max_num_batched_tokens
:
int
=
2560
max_num_seqs
:
int
=
256
max_num_seqs
:
int
=
256
disable_log_stats
:
bool
=
False
disable_log_stats
:
bool
=
False
...
...
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