Skip to content

Commit

Permalink
Merge pull request huggingface#154 from kdamaszk/rebase-tgi-2-0-1
Browse files Browse the repository at this point in the history
Rebase with TGI 2.0.1
  • Loading branch information
regisss authored Jun 6, 2024
2 parents ecd1cf1 + a7c7446 commit b3309ab
Show file tree
Hide file tree
Showing 35 changed files with 2,270 additions and 873 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

- name: Install Launcher
id: install-launcher
run: cargo install --git https://github.com/${{ github.repository }} --branch ${{ github.head_ref }} text-generation-launcher
env:
REF: ${{ github.head_ref }}
REPO: ${{ github.repository }}
run: cargo install --git "https://github.com/$REPO" --branch "$REF" text-generation-launcher

- name: Check launcher Docs are up-to-date
run: |
Expand Down
Loading

0 comments on commit b3309ab

Please sign in to comment.