"llama/llama.cpp/src/models/qwen3next.cpp" did not exist on "854d40edc5c5894014a9aea28fcca7b7aeba83bb"
Commit 875eb916 authored by Muyang Li's avatar Muyang Li
Browse files

chore: fix the nightly build ci

parent 4177e3d6
...@@ -108,7 +108,7 @@ jobs: ...@@ -108,7 +108,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Clean up - name: Clean up
if: always() && github.repository == 'nunchaku-tech/nunchaku' if: always()
run: bash scripts/linux_cleanup.sh run: bash scripts/linux_cleanup.sh
windows-wheels: windows-wheels:
name: Build the windows nightly wheels name: Build the windows nightly wheels
......
name: Release Build name: Release Build
on: on:
repository_dispatch: workflow_dispatch:
types: [release-build]
permissions: permissions:
contents: write contents: write
jobs: jobs:
release: release:
name: Tag Main Branch and Create Release name: Tag Main Branch and Create Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.repository == 'nunchaku-tech/nunchaku' && github.actor == 'lmxyy' if: github.repository == 'nunchaku-tech/nunchaku'
outputs: outputs:
tag_name: ${{ steps.set-tag.outputs.tag_name }} tag_name: ${{ steps.set-tag.outputs.tag_name }}
steps: steps:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment