|
TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
|
#include "model_utils.h"#include "logger.h"#include "utils.h"#include "quantization.h"#include "model_constants.h"#include "model_macros.h"#include <algorithm>#include <cstring>#include <cmath>