joennlae / tensorliLinks
Absolute minimalistic implementation of a GPT-like transformer using only numpy (<650 lines).
☆253Updated last year
Alternatives and similar repositories for tensorli
Users that are interested in tensorli are comparing it to the libraries listed below
Sorting:
- A BERT that you can train on a (gaming) laptop.☆209Updated last year
- Run and explore Llama models locally with minimal dependencies on CPU☆191Updated 9 months ago
- Bayesian Optimization as a Coverage Tool for Evaluating LLMs. Accurate evaluation (benchmarking) that's 10 times faster with just a few l…☆286Updated last month
- ☆252Updated 2 years ago
- ☆249Updated last year
- Revealing example of self-attention, the building block of transformer AI models☆131Updated 2 years ago
- Docker-based inference engine for AMD GPUs☆231Updated 9 months ago
- Algebraic enhancements for GEMM & AI accelerators☆278Updated 5 months ago
- R.L. methods and techniques.☆199Updated 8 months ago
- Generate Cool-Looking Mazes and Animations Illustrating the A* Pathfinding Algorithm☆177Updated 5 months ago
- A Detailed Introduction to My Favorite Statistical Measure, Hoeffding's D☆98Updated last year
- Lamport's Bakery Algorithm Demonstrated in Python☆96Updated last year
- A copy of ONNX models, datasets, and code all in one GitHub repository. Follow the README to learn more.☆105Updated last year
- This is a numpy implementation of the Skip-gram algorithm described in Mikolov et al's Word2Vec paper. It is intended for didactic purpos…☆36Updated 2 years ago
- The Fast Vector Similarity Library is designed to provide efficient computation of various similarity measures between vectors.☆397Updated 5 months ago
- Automated, smooth, N'th order derivatives of non-uniformly sampled time series data☆227Updated 9 months ago
- DiscoGrad - automatically differentiate across conditional branches in C++ programs☆204Updated 10 months ago
- A pure NumPy implementation of Mamba.