TianboLiu666's Stars
ggerganov/llama.cpp
LLM inference in C/C++
dair-ai/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ggerganov/whisper.cpp
Port of OpenAI's Whisper model in C/C++
karpathy/LLM101n
LLM101n: Let's build a Storyteller
karpathy/llm.c
LLM training in simple, raw C/CUDA
karpathy/llama2.c
Inference Llama 2 in one file of pure C
CompVis/latent-diffusion
High-Resolution Image Synthesis with Latent Diffusion Models
karpathy/micrograd
A tiny scalar-valued autograd engine and a neural net library on top of it with PyTorch-like API
mistralai/mistral-inference
Official inference library for Mistral models
karpathy/minbpe
Minimal, clean code for the Byte Pair Encoding (BPE) algorithm commonly used in LLM tokenization.
abetlen/llama-cpp-python
Python bindings for llama.cpp
leptonai/search_with_lepton
Building a quick conversation-based search demo with Lepton AI.
google/gemma_pytorch
The official PyTorch implementation of Google's Gemma models
leejet/stable-diffusion.cpp
Stable Diffusion and Flux in pure C/C++
YangLing0818/Diffusion-Models-Papers-Survey-Taxonomy
Diffusion model papers, survey, and taxonomy
zslucky/algorithmic_trading_book
2 books and related source codes for algorithmic trading.
tairov/llama2.py
Inference Llama 2 in one file of pure Python
gautierdag/bpeasy
Fast bare-bones BPE for modern tokenizer training