Fix the possible bug of decode out of memory (#36)
This commit is contained in:
@@ -119,7 +119,7 @@ class ServerArgs:
|
||||
"--schedule-conservativeness",
|
||||
type=float,
|
||||
default=ServerArgs.schedule_conservativeness,
|
||||
help="How conservative the schedule policy is. A larger value means more conservative scheduling. Use a larger value if you see out-of-memory errors.",
|
||||
help="How conservative the schedule policy is. A larger value means more conservative scheduling. Use a larger value if you see requests being retracted frequently.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--random-seed",
|
||||
|
||||
Reference in New Issue
Block a user