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
Removed `MarshalAs` on array
tags/v0.4.2-preview
Martin Evans
2 years ago
parent
2245b84906
commit
add3d5528b
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
LLama/Native/LLamaContextParams.cs
+ 0
- 1
LLama/Native/LLamaContextParams.cs
View File
@@ -47,7 +47,6 @@ namespace LLama.Native
/// <summary>
/// how to split layers across multiple GPUs
/// </summary>
[MarshalAs(UnmanagedType.LPArray)]
public float[] tensor_split;
/// <summary>
Write
Preview
Loading…
Cancel
Save