Skip to content

friedhar/laggml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A GGML Derived Tensor Library

GGML Architecture

Context

A "container" which holds computational graphs, tensors, and in some cases data.

Graph

A computation graph. eg. a scaled dot product attention would look something like this:

Backend

Underlying accelerator device - CUDA, TPUs, CPUs, TT, MPS, AMD GPUs etc..

Quick Guide

About

GGML Derived Rust Tensor Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages