mirror of
https://github.com/trholding/llama2.c.git
synced 2026-02-06 11:26:53 +00:00
Update README.md
This commit is contained in:
parent
7e589f83a6
commit
733a625b29
24
README.md
24
README.md
@ -34,6 +34,22 @@ It's a chicken and egg problem. This has to be explored and figured out on the w
|
||||
|
||||
# Features
|
||||
|
||||
#### NEW - L2E OS (Linux Kernel)
|
||||
|
||||
Have you ever wanted to really boot and inference a baby Llama 2 model on a computer? No? Well, now you can!
|
||||
|
||||

|
||||
|
||||
#### Probably Releasing today!
|
||||
|
||||
### NEW - Linux Kernel Module
|
||||
|
||||
Have you ever wanted to do `cat /dev/llama` and `echo "Sudo make me a sandwich!" > /dev/llama` or pass a kernel parameter such as `l2e.quest="What is the meaning of life?"` ? No? Well, as luck would have, it now you can!
|
||||
|
||||

|
||||
|
||||
#### Probably Releasing today! (WIP)
|
||||
|
||||
### NEW - Unikernel Build
|
||||
|
||||
Have you ever wanted to boot and inference a herd of 1000's of Virtual baby Llama 2 models on big ass enterprise servers? No? Well, now you can!
|
||||
@ -75,6 +91,9 @@ Download and try this and the cosmocc build in the latest release.
|
||||
+ Standalone
|
||||
- [x] Embedded model and tokenizer via ZipOS (cosmocc), INCBIN, strliteral
|
||||
|
||||
+ Usability
|
||||
- [x] Hacky CLI Chat - use any _incbin, _strlit or _zipos build.
|
||||
|
||||
Some combined features depend on a specific cosmocc toolchain: https://github.com/jart/cosmopolitan
|
||||
|
||||
Building this with gcc or clang would result in normal binaries similar to upstream.
|
||||
@ -464,12 +483,7 @@ wget https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin -O o
|
||||
- [ ] GNU/Linux kernel + efistub + cpio + l2e as init boot image (priority)
|
||||
- [ ] Users need better docs / howto / example, especially VM related.
|
||||
- [ ] Train a small test model on open books. (I need to figure out sourcing the compute)
|
||||
- [x] Alt model embedding (_incbin, _strlit) (done)
|
||||
- [x] CLI Chat - use any _incbin, _strlit or _zipos build. - Hacky prompt loop (done)
|
||||
- [x] Clang builds (Makefile) (done)
|
||||
- [x] Optimize OpenMP & OpenACC (done)
|
||||
- [x] Unikraft unikernel Boot (WIP/Testing) (Task: Multi Arch + Firecracker VM support)
|
||||
- [ ] Rename unikernel to Virtual Llama 2000 : Close to the Metal Part 1
|
||||
- [ ] Intel MKL BLAS Acceleration (WIP)
|
||||
- [ ] Arm Performance Libraries (WIP)
|
||||
- [ ] Apple Accelerate BLAS (WIP/Testing)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user