mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
limit concurrency
This commit is contained in:
parent
abb498a907
commit
1503de86ac
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@ -77,6 +77,9 @@ jobs:
|
|||||||
uses: docker/setup-buildx-action@v2.0.0
|
uses: docker/setup-buildx-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
install: true
|
install: true
|
||||||
|
config-inline: |
|
||||||
|
[worker.oci]
|
||||||
|
max-parallelism = 1
|
||||||
- name: Inject slug/short variables
|
- name: Inject slug/short variables
|
||||||
uses: rlespinasse/github-slug-action@v4.4.1
|
uses: rlespinasse/github-slug-action@v4.4.1
|
||||||
- name: Tailscale
|
- name: Tailscale
|
||||||
|
@ -43,7 +43,7 @@ ARG PYTORCH_VERSION=2.1.0
|
|||||||
ARG PYTHON_VERSION=3.10
|
ARG PYTHON_VERSION=3.10
|
||||||
# Keep in sync with `server/pyproject.toml
|
# Keep in sync with `server/pyproject.toml
|
||||||
ARG CUDA_VERSION=12.1
|
ARG CUDA_VERSION=12.1
|
||||||
ARG MAMBA_VERSION=23.1.0-1
|
ARG MAMBA_VERSION=23.3.1-1
|
||||||
ARG CUDA_CHANNEL=nvidia
|
ARG CUDA_CHANNEL=nvidia
|
||||||
ARG INSTALL_CHANNEL=pytorch
|
ARG INSTALL_CHANNEL=pytorch
|
||||||
# Automatically set by buildx
|
# Automatically set by buildx
|
||||||
|
Loading…
Reference in New Issue
Block a user