Unverified Commit 724199aa authored by Mishig's avatar Mishig Committed by GitHub
Browse files
parent a7808ff8
# Text-generation-launcher arguments
<!-- WRAP CODE BLOCKS -->
```
Text Generation Launcher
......
......@@ -11,7 +11,8 @@ def main():
output = subprocess.check_output(["text-generation-launcher", "--help"]).decode(
"utf-8"
)
final_doc = f"# Text-generation-launcher arguments\n\n```\n{output}\n```"
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```"
filename = "docs/source/basic_tutorials/launcher.md"
if args.check:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment