TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
Loading...
Searching...
No Matches
Classes
logger.h File Reference

Logging utilities for the TinyLlama implementation. More...

#include <string>
#include <vector>
#include <fstream>
#include <sstream>
#include <iomanip>
Include dependency graph for logger.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Logger
 Static logging class for application-wide logging. More...
 

Detailed Description

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.