From 87c076e1c1a10d14cb4d7228034c4f58c8626899 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Thu, 21 Sep 2023 17:16:09 +0200 Subject: [PATCH] Update autodocs.yml --- .github/workflows/autodocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autodocs.yml b/.github/workflows/autodocs.yml index 32a84521..5895b96a 100644 --- a/.github/workflows/autodocs.yml +++ b/.github/workflows/autodocs.yml @@ -15,7 +15,7 @@ jobs: - name: Install Launcher id: install-launcher - run: cargo install --git git+https://github.com/huggingface/text-generation-inference + run: cargo install --git https://github.com/huggingface/text-generation-inference.git text-generation-launcher - name: Run TGI Launcher docs id: run-launcher-help