Add and list supported models in README (#161)

This commit is contained in:
Zhuohan Li
2023-06-20 10:57:46 +08:00
committed by GitHub
parent 570fb2e9cc
commit 0b32a987dd
3 changed files with 15 additions and 1 deletions

View File

@@ -53,7 +53,9 @@ copybutton_prompt_is_regexp = True
#
html_title = project
html_theme = 'sphinx_book_theme'
html_logo = 'assets/logos/vllm-logo-text-light.png'
html_theme_options = {
'logo_only': True,
'path_to_docs': 'docs/source',
'repository_url': 'https://github.com/WoosukKwon/vllm',
'use_repository_button': True,