https://github.com/caiomadeira/llama3.psp
Llama 3 inference in C on the PlayStation Portable (PSP).
https://github.com/caiomadeira/llama3.psp
inference llama2 llama3 meta playstation psp pspsdk
Last synced: 30 days ago
JSON representation
Llama 3 inference in C on the PlayStation Portable (PSP).
- Host: GitHub
- URL: https://github.com/caiomadeira/llama3.psp
- Owner: caiomadeira
- License: mit
- Created: 2025-08-30T22:42:54.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-06T01:29:58.000Z (9 months ago)
- Last Synced: 2025-09-06T03:27:50.676Z (9 months ago)
- Topics: inference, llama2, llama3, meta, playstation, psp, pspsdk
- Language: C++
- Homepage:
- Size: 1.88 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Llama-3 PSP
Inference Llama-3 in C on Playstation Portable (PSP) by Caio Madeira.
Based on the inference work by ytmytm for [Llama 2 for c64](https://github.com/ytmytm/llama2.c64), which is
based in a port of [llama2.c](https://github.com/karpathy/llama2.c).
Thanks to [hackday for posting](https://hackaday.com/2025/08/17/llama-habitat-continues-to-expand-now-includes-the-psp/)
[Reposted by Yann LeCun](https://www.facebook.com/yann.lecun/posts/llama-2-has-been-ported-to-the-psp-in-addition-to-the-raspberry-pi-486-pc-commod/10161114909482143/)

## Summary
- [Supported Models](#supported-models)
- [Screenshots](#supported-models)
- [How to run](#supported-models)
- [About](#supported-models)
## Extra docs
- [Changelog](CHANGELOG.md)
## Supported models
| Model | Params | Series | Link |
|----------|:----------:|----------:| ----------:|
| TinyStories | 260K | Tiny Llamas |[ model](https://huggingface.co/karpathy/tinyllamas/tree/main/stories260K)
## Screenshots
## How to run
Go to release and download your prefered version.
Copy the __Llama3PSP__ folder to ```PSP/GAME```.
For __.ISO__ just copy to ```ISO``` on PSP ROOT.
## About
[Linkedln](https://www.linkedin.com/in/caio-madeira/)
[My blog](https://caiomadeira.github.io/)
[NLP Post](https://nlp.pucrs.br/news)
[Llama 2 PSP version Reposted by Yann LeCun](https://www.facebook.com/yann.lecun/posts/llama-2-has-been-ported-to-the-psp-in-addition-to-the-raspberry-pi-486-pc-commod/10161114909482143/)
[Post on hackday](https://hackaday.com/2025/08/17/llama-habitat-continues-to-expand-now-includes-the-psp/)