This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
Merge pull request
#453
from martindevans/fix_bad_merge_nseqmax
Fix Master Build Fail
tags/v0.10.0
Martin Evans
GitHub
2 years ago
parent
96c26c25f5
a690db5d3e
commit
8dfd07f67b
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
LLama/LLamaStatelessExecutor.cs
+ 1
- 1
LLama/LLamaStatelessExecutor.cs
View File
@@ -40,7 +40,7 @@ namespace LLama
_weights = weights;
_params = @params;
_logger = logger;
_batch = new LLamaBatch(
1
);
_batch = new LLamaBatch();
Context = _weights.CreateContext(_params, logger);
Context.Dispose();
Write
Preview
Loading…
Cancel
Save