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 "llama.h"
#include "sampling.h"
#include <cmath>
#include <string>
#include <vector>
#include <random>
#include <thread>
#include <unordered_map>
#include <tuple>
Go to the source code of this file.
Data Structures | |
struct | gpt_params |
Enumerations | |
enum | dimre_method { DIMRE_METHOD_PCA , DIMRE_METHOD_MEAN } |
Functions | |
int32_t | cpu_get_num_math () |
int32_t | cpu_get_num_physical_cores () |
enum dimre_method |
int32_t cpu_get_num_math | ( | ) |
int32_t cpu_get_num_physical_cores | ( | ) |