worker-vllm icon indicating copy to clipboard operation
worker-vllm copied to clipboard

Documentation incorrect regarding boolean

Open scriptcoded opened this issue 6 months ago • 0 comments

Hey!

Following the closing of #91 I noticed that the documentation still says that boolean environment variables can be substituted with 0 or 1. Looking at the environment variable parsing, this is not the case.

Suggested fix: Update the following comment to not mention the number format and instead that the parsing is case-insensitive.

+ > Note:  `0` is equivalent to `False` and `1` is equivalent to `True` for boolean as int values.
- > Note:  Boolean values are case insensitive. For example, `True` and `true` are equivalent.

scriptcoded avatar Aug 21 '24 19:08 scriptcoded