mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Adding a title
This commit is contained in:
parent
97bac44f39
commit
397726c9df
@ -1,3 +1,4 @@
|
|||||||
|
# Text-generation-launcher arguments
|
||||||
```
|
```
|
||||||
Text Generation Launcher
|
Text Generation Launcher
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ def main():
|
|||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
output = subprocess.check_output(["text-generation-launcher", "--help"]).decode("utf-8")
|
output = subprocess.check_output(["text-generation-launcher", "--help"]).decode("utf-8")
|
||||||
final_doc = f"```\n{output}\n```"
|
final_doc = f"# Text-generation-launcher arguments\n```\n{output}\n```"
|
||||||
|
|
||||||
filename = "docs/source/basic_tutorials/launcher.md"
|
filename = "docs/source/basic_tutorials/launcher.md"
|
||||||
if args.check:
|
if args.check:
|
||||||
|
Loading…
Reference in New Issue
Block a user