mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
[Doc page] Fix launcher page highlighting
This commit is contained in:
parent
724199aaf1
commit
29e1576af2
@ -2,7 +2,7 @@
|
||||
|
||||
<!-- WRAP CODE BLOCKS -->
|
||||
|
||||
```
|
||||
```shell
|
||||
Text Generation Launcher
|
||||
|
||||
Usage: text-generation-launcher [OPTIONS]
|
||||
|
@ -12,7 +12,7 @@ def main():
|
||||
"utf-8"
|
||||
)
|
||||
wrap_code_blocks_flag = "<!-- WRAP CODE BLOCKS -->"
|
||||
final_doc = f"# Text-generation-launcher arguments\n\n{wrap_code_blocks_flag}\n\n```\n{output}\n```"
|
||||
final_doc = f"# Text-generation-launcher arguments\n\n{wrap_code_blocks_flag}\n\n```shell\n{output}\n```"
|
||||
|
||||
filename = "docs/source/basic_tutorials/launcher.md"
|
||||
if args.check:
|
||||
|
Loading…
Reference in New Issue
Block a user