|
TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
|
#include <memory>#include <stdexcept>#include <string>#include <vector>#include <random>#include <sstream>#include "model.h"#include "tokenizer.h"

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 |