This commit is contained in:
Nicolas Patry 2023-09-27 09:18:30 +00:00
parent 6de3b949d8
commit efd0ce3cba

View File

@ -15,7 +15,7 @@ jobs:
- name: Install Launcher
id: install-launcher
run: cargo install --git git+https://github.com/${{ github.repository }}/text-generation-inference.git --branch ${{ github.head_ref }} text-generation-launcher
run: cargo install --git git+https://github.com/${{ github.repository }} --branch ${{ github.head_ref }} text-generation-launcher
- name: Update Docs
run: |