mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
I'm dumb.
This commit is contained in:
parent
2890026c5a
commit
18da570060
2
.github/workflows/autodocs.yml
vendored
2
.github/workflows/autodocs.yml
vendored
@ -14,8 +14,6 @@ jobs:
|
|||||||
- name: Install Launcher
|
- name: Install Launcher
|
||||||
id: install-launcher
|
id: install-launcher
|
||||||
run: cargo install --path launcher/
|
run: cargo install --path launcher/
|
||||||
- name: Setup tmate session
|
|
||||||
uses: mxschmitt/action-tmate@v3
|
|
||||||
- name: Check launcher Docs are up-to-date
|
- name: Check launcher Docs are up-to-date
|
||||||
run: |
|
run: |
|
||||||
echo text-generation-launcher --help
|
echo text-generation-launcher --help
|
||||||
|
@ -142,7 +142,7 @@ def main():
|
|||||||
|
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
# check_cli(args.check)
|
check_cli(args.check)
|
||||||
check_supported_models(args.check)
|
check_supported_models(args.check)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user