mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
remove comments
This commit is contained in:
parent
91abcfe0a4
commit
91baf507bb
17
.github/workflows/build.yaml
vendored
17
.github/workflows/build.yaml
vendored
@ -70,12 +70,6 @@ jobs:
|
|||||||
echo "LABEL=${label_extension}" >> $GITHUB_ENV
|
echo "LABEL=${label_extension}" >> $GITHUB_ENV
|
||||||
echo "DOCKER_DEVICES=${docker_devices}" >> $GITHUB_ENV
|
echo "DOCKER_DEVICES=${docker_devices}" >> $GITHUB_ENV
|
||||||
echo "RUNS_ON=${runs_on}" >> $GITHUB_ENV
|
echo "RUNS_ON=${runs_on}" >> $GITHUB_ENV
|
||||||
# - name: Tailscale
|
|
||||||
# uses: huggingface/tailscale-action@main
|
|
||||||
# with:
|
|
||||||
# authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
|
||||||
# slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
|
|
||||||
# slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
|
|
||||||
- name: Initialize Docker Buildx
|
- name: Initialize Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
@ -90,12 +84,6 @@ jobs:
|
|||||||
registry: ghcr.io
|
registry: ghcr.io
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
# - name: Login to internal Container Registry
|
|
||||||
# uses: docker/login-action@v3
|
|
||||||
# with:
|
|
||||||
# username: ${{ secrets.TAILSCALE_DOCKER_USERNAME }}
|
|
||||||
# password: ${{ secrets.TAILSCALE_DOCKER_PASSWORD }}
|
|
||||||
# registry: registry.internal.huggingface.tech
|
|
||||||
- name: Login to Azure Container Registry
|
- name: Login to Azure Container Registry
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
@ -173,11 +161,6 @@ jobs:
|
|||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
make install-integration-tests
|
make install-integration-tests
|
||||||
# - name: Tailscale
|
|
||||||
# uses: huggingface/tailscale-action@main
|
|
||||||
# if: needs.build-and-push.outputs.runs_on != 'amd-gpu-tgi'
|
|
||||||
# with:
|
|
||||||
# authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
export DOCKER_VOLUME=/mnt/cache
|
export DOCKER_VOLUME=/mnt/cache
|
||||||
|
Loading…
Reference in New Issue
Block a user