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
common-base.h File Reference
#include "llama.h"
#include "sampling.h"
#include <cmath>
#include <string>
#include <vector>
#include <random>
#include <thread>
#include <unordered_map>
#include <tuple>
+ Include dependency graph for common-base.h:

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 ()
 

Enumeration Type Documentation

◆ dimre_method

Enumerator
DIMRE_METHOD_PCA 
DIMRE_METHOD_MEAN 

Function Documentation

◆ cpu_get_num_math()

int32_t cpu_get_num_math ( )

◆ cpu_get_num_physical_cores()

int32_t cpu_get_num_physical_cores ( )