mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
fix doc egeneration newline
This commit is contained in:
parent
d6c2d9570d
commit
3835d278dd
@ -11,7 +11,7 @@ def main():
|
||||
output = subprocess.check_output(["text-generation-launcher", "--help"]).decode(
|
||||
"utf-8"
|
||||
)
|
||||
final_doc = f"# Text-generation-launcher arguments\n```\n{output}\n```"
|
||||
final_doc = f"# Text-generation-launcher arguments\n\n```\n{output}\n```"
|
||||
|
||||
filename = "docs/source/basic_tutorials/launcher.md"
|
||||
if args.check:
|
||||
|
Loading…
Reference in New Issue
Block a user