mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 23:12:07 +00:00
Attempt #727.
This commit is contained in:
parent
c6fa9547a2
commit
e79c83d7ba
5
.github/workflows/build.yaml
vendored
5
.github/workflows/build.yaml
vendored
@ -45,8 +45,7 @@ jobs:
|
|||||||
dockerfile="Dockerfile"
|
dockerfile="Dockerfile"
|
||||||
label_extension=""
|
label_extension=""
|
||||||
docker_devices=""
|
docker_devices=""
|
||||||
# runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
|
runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
|
||||||
runs_on="ubuntu-latest"
|
|
||||||
;;
|
;;
|
||||||
rocm)
|
rocm)
|
||||||
dockerfile="Dockerfile_amd"
|
dockerfile="Dockerfile_amd"
|
||||||
@ -151,7 +150,7 @@ jobs:
|
|||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.10
|
python-version: "3.10"
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
make install-integration-tests
|
make install-integration-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user