Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dc431ac

Browse files
committedOct 23, 2023
feat(readme): add of a llama2.rs.wasm, a WASM demo in one web page
1 parent d986206 commit dc431ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ If your candidate PRs have elements of these it doesn't mean they won't get merg
376376
- [llama2.dart](https://github.com/yiminghan/llama2.dart) by @[yiminghan](https://github.com/yiminghan/llama2.dart): one-file dart port of this project, works with Flutter!
377377
- Web
378378
- [llama2c-web](https://github.com/dmarcos/llama2.c-web) by @[dmarcos](https://github.com/dmarcos): Super simple way to build unmodified llama2.c to WASM and run it in the browser. [Demo](https://diegomarcos.com/llama2.c-web/)
379+
- [llama2.rs.wasm](https://github.com/mtb0x1/llama2.rs.wasm) by @[mtb0x1](https://github.com/mtb0x1/) : a [Demo](https://mtb0x1.github.io/llama2.rs.wasm/) of all listed rust ports to WASM, all in one web page.
379380
- WebAssembly
380381
- [icpp-llm](https://github.com/icppWorld/icpp-llm): LLMs for the Internet Computer
381382
- Fortran

0 commit comments

Comments
 (0)
Please sign in to comment.