This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
scisharp
/
LLamaSharp
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
17
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Added AVX and AVX2 to MacOS x86_64 builds
tags/0.9.1
Martin Evans
1 year ago
parent
d87d654a34
commit
0b8422ea7f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/compile.yml
+ 1
- 1
.github/workflows/compile.yml
View File
@@ -140,7 +140,7 @@ jobs:
- build: 'arm64'
defines: '-DCMAKE_OSX_ARCHITECTURES=arm64'
- build: 'x64'
defines: '-DCMAKE_OSX_ARCHITECTURES=x86_64 -DLLAMA_METAL=OFF'
defines: '-DCMAKE_OSX_ARCHITECTURES=x86_64 -DLLAMA_METAL=OFF
-DLLAMA_AVX=ON -DLLAMA_AVX2=ON
'
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
Write
Preview
Loading…
Cancel
Save