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.
|
#include <random>
#include <string>
#include <unordered_map>
#include <vector>
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 struct llama_sampling_params llama_sampling_params |
|
strong |