Skip to content

Commit 7af1f63

Browse files
authored
fix: markdown lint (#338)
Signed-off-by: Wen Zhou <wenzhou@redhat.com>
1 parent 40f2865 commit 7af1f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm-setup-helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The most important configuration parameters are listed below. For a full list of
5252

5353
### External Tokenizer on UDS
5454

55-
The KV Cache can optionally use an external tokenizer deployed as a sidecar container. This external tokenizer is implemented in Python using the same transformers library as vLLM for tokenization logic, which helps achieve better compatibility, especially for models like the DeepSeek series. See [the example UDS tokenizer service](../examples/uds_tokenizer/README.md) for more details.
55+
The KV Cache can optionally use an external tokenizer deployed as a sidecar container. This external tokenizer is implemented in Python using the same transformers library as vLLM for tokenization logic, which helps achieve better compatibility, especially for models like the DeepSeek series. See [the example UDS tokenizer service](../services/uds_tokenizer/README.md) for more details.
5656

5757
To enable the external tokenizer, set `kvCacheManager.externalTokenizer.enabled` to `true` in your `values.yaml`. The external tokenizer will be deployed as a sidecar container alongside the KV Cache.
5858

0 commit comments

Comments
 (0)