Llama.cpp C++-to-Csharp wrapper from testedlines.com: C++ docs 1.0.1
Llama.cpp C++-to-Csharp wrapper is a minor extension to Llama.cpp tag b3490 codebase modified a bit by testedlines allowing it to be compiled for and called from Styled Lines Csharp unity asset store package.
Loading...
Searching...
No Matches
sampling-base.h File Reference
#include <random>
#include <string>
#include <unordered_map>
#include <vector>
+ Include dependency graph for sampling-base.h:

Go to the source code of this file.

Data Structures

struct  llama_sampling_params
 

Typedefs

typedef struct llama_sampling_params llama_sampling_params
 

Enumerations

enum class  llama_sampler_type : char {
  TOP_K = 'k' , TOP_P = 'p' , MIN_P = 'm' , TFS_Z = 'f' ,
  TYPICAL_P = 'y' , TEMPERATURE = 't'
}
 

Typedef Documentation

◆ llama_sampling_params

typedef struct llama_sampling_params llama_sampling_params

Enumeration Type Documentation

◆ llama_sampler_type

enum class llama_sampler_type : char
strong
Enumerator
TOP_K 
TOP_P 
MIN_P 
TFS_Z 
TYPICAL_P 
TEMPERATURE