-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feature/qwen' into feature/dev3_qwen
- Loading branch information
Showing
143 changed files
with
3,798 additions
and
1,055 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,16 +14,16 @@ jobs: | |
matrix: | ||
dotnet-version: ['8.0'] | ||
config: | ||
# - {name: aarch64-macos, os: macos-14, shell: bash, rid: osx-arm64, buildType: Release} | ||
- {name: aarch64-macos, os: macos-14, shell: bash, rid: osx-arm64, buildType: Release} | ||
- {name: x86_64-linux, os: ubuntu-24.04, shell: bash, rid: linux-x64, buildType: Release} | ||
# - {name: x86_64-windows, os: windows-latest, shell: bash, rid: win-x64, buildType: Release} | ||
- {name: x86_64-windows, os: windows-latest, shell: bash, rid: win-x64, buildType: Release} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: ${{matrix.dotnet-version}} | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Cache NuGet packages | ||
uses: actions/cache@v3 | ||
|
@@ -53,20 +53,19 @@ jobs: | |
matrix: | ||
dotnet-version: ['8.0'] | ||
config: | ||
# - {name: aarch64-macos, os: macos-14} | ||
- {name: aarch64-macos, os: macos-14} | ||
- {name: x86_64-linux, os: ubuntu-24.04} | ||
# - {name: x86_64-windows, os: windows-latest, arch: x64} | ||
|
||
env: | ||
VULKANSDK_VER: 1.3.268.0 | ||
- {name: x86_64-windows, os: windows-latest, arch: x64} | ||
|
||
steps: | ||
- uses: actions/checkout@v3 | ||
|
||
- uses: seanmiddleditch/gha-setup-ninja@master | ||
|
||
- name: Setup .NET | ||
uses: actions/setup-dotnet@v1 | ||
with: | ||
dotnet-version: ${{matrix.dotnet-version}} | ||
dotnet-version: '7.0.x' | ||
|
||
- name: Install nncase | ||
uses: actions/download-artifact@v4 | ||
|
@@ -80,19 +79,14 @@ jobs: | |
arch: ${{matrix.config.arch}} | ||
if: runner.os == 'Windows' | ||
|
||
- name: Set up build environment (Macos) | ||
run: | | ||
brew install sunnycase/core/[email protected] | ||
if: runner.os == 'Macos' | ||
|
||
- name: Setup Python | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: '3.10' | ||
|
||
- name: Install cibuildwheel | ||
run: pip install cibuildwheel | ||
|
||
- name: Build wheel | ||
run: python -m cibuildwheel --output-dir wheelhouse | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.