TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
Loading...
Searching...
No Matches
Classes | Namespaces
api.h File Reference
#include <memory>
#include <stdexcept>
#include <string>
#include <vector>
#include <random>
#include <sstream>
#include "model.h"
#include "tokenizer.h"
Include dependency graph for api.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  tinyllama::TinyLlamaSession
 Represents an active TinyLlama session holding the loaded model and tokenizer. More...
 

Namespaces

namespace  tinyllama