|
TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
|
Logging utilities for the TinyLlama implementation. More...
#include <string>#include <vector>#include <fstream>#include <sstream>#include <iomanip>

Go to the source code of this file.
Classes | |
| class | Logger |
| Static logging class for application-wide logging. More... | |
Logging utilities for the TinyLlama implementation.
This file provides a static Logger class that handles different types of log messages with various severity levels. It also includes utilities for logging vector statistics, which is useful for debugging model operations.
Definition in file logger.h.