Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-llm-cpp

An exploration of building a large language model in C++.

How to build

This project uses bazel to build. For debugging purposes, build with:

bazel build //... --config debug

Using the debug mode disables optimizations, turns on debug symbols, and uses address sanitizer checks.

build-llm-cpp will be produced in bazel-bin/build-llm-cpp.

About

Building a Large Language Model in C++

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages