mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-21 14:52:20 +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"
|
||||
label_extension=""
|
||||
docker_devices=""
|
||||
# runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
|
||||
runs_on="ubuntu-latest"
|
||||
runs_on="[self-hosted, nvidia-gpu , multi-gpu, 4-a10, ci]"
|
||||
;;
|
||||
rocm)
|
||||
dockerfile="Dockerfile_amd"
|
||||
@ -151,7 +150,7 @@ jobs:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.10
|
||||
python-version: "3.10"
|
||||
- name: Install
|
||||
run: |
|
||||
make install-integration-tests
|
||||
|
Loading…
Reference in New Issue
Block a user