mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-27 21:12:07 +00:00
Checkout.
This commit is contained in:
parent
fa05db296a
commit
9376648c4f
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -130,6 +130,8 @@ jobs:
|
|||||||
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
runs-on: [self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]
|
||||||
needs: build-and-push-image
|
needs: build-and-push-image
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
@ -151,6 +153,8 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- build-and-push-image
|
- build-and-push-image
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v3
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
Loading…
Reference in New Issue
Block a user