We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3be74a commit c1f9ee5Copy full SHA for c1f9ee5
.github/workflows/release-testing.yaml
@@ -55,6 +55,8 @@ jobs:
55
run: echo "VERSION=${{ github.sha }}" >> $GITHUB_ENV
56
- run: |
57
./scripts/build_linux.sh
58
+ env:
59
+ OLLAMA_SKIP_ROCM_GENERATE: true
60
- uses: actions/upload-artifact@v4
61
with:
62
name: dist-linux-amd64
0 commit comments