This is a dirty demo in wasm of llama2.c, you can run the demo localy.
This demo relies on notables implementation higlighted in here under notable forks
->rust
section.
python3 -m http.server 8080
in www
folder.http://127.0.0.1:8080/
in your browser.or
wasm-pack build --release --target web --out-dir www/pkg/ --verbose
mkdir -p stories/ wget -P stories/ https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.bin wget -P stories/ https://huggingface.co/karpathy/tinyllamas/resolve/main/stories42M.bin wget -P stories/ https://huggingface.co/karpathy/tinyllamas/resolve/main/stories110M.bin for i in $(ls -d port*/www/) do cd $i ln -s ../../stories/stories15M.bin . ln -s ../../stories/stories42M.bin . ln -s ../../stories/stories110M.bin . done
python3 -m http.server 8080
in www
folder.http://127.0.0.1:8080/
in your browser.or
check it out live demo
CreditRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4