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 branch 'master' of
https://github.com/SciSharp/LLamaSharp
into upstream_master
tags/v0.5.1
sa_ddam213
2 years ago
parent
bac9cba01a
5e15077766
commit
e46646b8db
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
LLama/Native/SamplingApi.cs
+1
-1
LLama/Utils.cs
+ 1
- 1
LLama/Native/SamplingApi.cs
View File
@@ -3,7 +3,7 @@
namespace LLama.Native
{
using llama_token = Int32;
internal
unsafe class SamplingApi
public
unsafe class SamplingApi
{
/// <summary>
/// Repetition penalty described in CTRL academic paper https://arxiv.org/abs/1909.05858, with negative logit fix.
+ 1
- 1
LLama/Utils.cs
View File
@@ -11,7 +11,7 @@ using System.Text;
namespace LLama
{
using llama_token = Int32;
internal
static class Utils
public
static class Utils
{
public static SafeLLamaContextHandle InitLLamaContextFromModelParams(IModelParams @params)
{
Write
Preview
Loading…
Cancel
Save