mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 20:04:52 +00:00
Update autodocs.yml
This commit is contained in:
parent
e34cdba4d7
commit
ee4c029d9f
1
.github/workflows/autodocs.yml
vendored
1
.github/workflows/autodocs.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
id: install-launcher
|
||||
run: |
|
||||
repo_owner=${{ github.event.pull_request.user.login }}
|
||||
echo "Repo owner is $repo_owner"
|
||||
branch=${{ github.event.pull_request.ref }}
|
||||
cargo install --git git+https://github.com/$repo_owner/text-generation-inference.git --branch $branch text-generation-launcher
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user