Skip to content

Commit

Permalink
Adding a title
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Sep 27, 2023
1 parent 97bac44 commit 397726c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/source/basic_tutorials/launcher.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Text-generation-launcher arguments
```
Text Generation Launcher
Expand Down
2 changes: 1 addition & 1 deletion update_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def main():
args = parser.parse_args()

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"
if args.check:
Expand Down

0 comments on commit 397726c

Please sign in to comment.