Compare commits

...

2 Commits

Author SHA1 Message Date
Atinoda 994e701bf2 Rephrase ROCM and Arc variants support 3 months ago
Atinoda 6f2d496213 Delete `arc` and `rocm` nightlies 4 months ago

@ -1,45 +0,0 @@
name: Build arc-nightly
#on:
# push:
# schedule:
# - cron: '22 12 * * *'
jobs:
nightly-build-and-push-default:
runs-on: ubuntu-latest
steps:
-
name: Maximize build space
uses: easimon/maximize-build-space@master
with:
overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Set build date
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
-
name: Set version
run: echo "VERSION_TAG=nightly" >> $GITHUB_ENV
-
name: Build and push - default
uses: docker/build-push-action@v4
with:
push: true
target: default-arc
build-args: BUILD_DATE=${{ env.BUILD_DATE }},VERSION_TAG=${{ env.VERSION_TAG }}
tags: atinoda/text-generation-webui:default-arc-nightly

@ -1,45 +0,0 @@
name: Build rocm-nightly
#on:
# push:
# schedule:
# - cron: '22 12 * * *'
jobs:
nightly-build-and-push-default:
runs-on: ubuntu-latest
steps:
-
name: Maximize build space
uses: easimon/maximize-build-space@master
with:
overprovision-lvm: 'true'
remove-dotnet: 'true'
remove-android: 'true'
-
name: Set up QEMU
uses: docker/setup-qemu-action@v2
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to Docker Hub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Set build date
run: echo "BUILD_DATE=$(date -u +'%Y-%m-%dT%H:%M:%SZ')" >> $GITHUB_ENV
-
name: Set version
run: echo "VERSION_TAG=nightly" >> $GITHUB_ENV
-
name: Build and push - default
uses: docker/build-push-action@v4
with:
push: true
target: default-rocm
build-args: BUILD_DATE=${{ env.BUILD_DATE }},VERSION_TAG=${{ env.VERSION_TAG }}
tags: atinoda/text-generation-webui:default-rocm-nightly

@ -138,12 +138,12 @@ Run the local image with local network access (and destroy it upon completion):
# Known Issues # Known Issues
## AMD GPU ROCM ## AMD GPU ROCM
The `rocm` variant is reported to be working, but it is blind built and cannot be tested due to a lack of hardware. User reports and insights are welcomed. The `rocm` variant is reported to be working, but it is blind-built and not regularly tested due to a lack of hardware. User reports and insights are welcomed.
*Thanks to [@Alkali-V2](https://github.com/Alkali-V2) for confirming successful deployment with RX 6800 on Unraid.* *Thanks to [@Alkali-V2](https://github.com/Alkali-V2) for confirming successful deployment with RX 6800 on Unraid.*
## Intel Arc GPU ## Intel Arc GPU
The `arc` variant is blind built and cannot be tested due to a lack of hardware. User reports and insights are welcomed. The `arc` variant is blind-built and untested due to a lack of hardware. User reports and insights are welcomed.
## Extensions ## Extensions
The following are known issues and they are planned to be investigated. Testing and insights are welcomed! The following are known issues and they are planned to be investigated. Testing and insights are welcomed!

Loading…
Cancel
Save