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
Processing AVX512 branch on all dotnet versions
tags/v0.8.1
Martin Evans
2 years ago
parent
e850115b5f
commit
e9f5dbba89
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
LLama/Native/NativeLibraryConfig.cs
+ 0
- 2
LLama/Native/NativeLibraryConfig.cs
View File
@@ -136,9 +136,7 @@ namespace LLama.Native
AvxLevel.None => string.Empty,
AvxLevel.Avx => "avx",
AvxLevel.Avx2 => "avx2",
#if NET8_0_OR_GREATER
AvxLevel.Avx512 => "avx512",
#endif
_ => throw new ArgumentException($"Unknown AvxLevel '{level}'")
};
}
Write
Preview
Loading…
Cancel
Save