TinyLlama.cpp 1.0
A lightweight C++ implementation of the TinyLlama language model
Loading...
Searching...
No Matches
model_utils.h
Go to the documentation of this file.
1#pragma once
2
3#include "model.h"
4#include <vector>
5
7class GGUFData;
Main class for loading tensors from SafeTensors format files (single or sharded)
Complete representation of a GGUF file's contents.