Skip to content

Commit 8b77b3d

Browse files
authored
Update README.md
1 parent ca13d15 commit 8b77b3d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

Diff for: README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
**High-Performance In-Browser LLM Inference Engine.**
1111

1212

13-
[Documentation](https://webllm.mlc.ai/docs/) | [Blogpost](https://blog.mlc.ai/2024/06/13/webllm-a-high-performance-in-browser-llm-inference-engine) | [Examples](examples)
13+
[Documentation](https://webllm.mlc.ai/docs/) | [Blogpost](https://blog.mlc.ai/2024/06/13/webllm-a-high-performance-in-browser-llm-inference-engine) | [Paper](https://arxiv.org/abs/2412.15803) | [Examples](examples)
1414

1515
</div>
1616

@@ -455,6 +455,21 @@ This project is initiated by members from CMU Catalyst, UW SAMPL, SJTU, OctoML,
455455

456456
This project is only possible thanks to the shoulders open-source ecosystems that we stand on. We want to thank the Apache TVM community and developers of the TVM Unity effort. The open-source ML community members made these models publicly available. PyTorch and Hugging Face communities make these models accessible. We would like to thank the teams behind Vicuna, SentencePiece, LLaMA, and Alpaca. We also would like to thank the WebAssembly, Emscripten, and WebGPU communities. Finally, thanks to Dawn and WebGPU developers.
457457

458+
## Citation
459+
If you find this project to be useful, please cite:
460+
461+
```
462+
@misc{ruan2024webllmhighperformanceinbrowserllm,
463+
title={WebLLM: A High-Performance In-Browser LLM Inference Engine},
464+
author={Charlie F. Ruan and Yucheng Qin and Xun Zhou and Ruihang Lai and Hongyi Jin and Yixin Dong and Bohan Hou and Meng-Shiun Yu and Yiyan Zhai and Sudeep Agarwal and Hangrui Cao and Siyuan Feng and Tianqi Chen},
465+
year={2024},
466+
eprint={2412.15803},
467+
archivePrefix={arXiv},
468+
primaryClass={cs.LG},
469+
url={https://arxiv.org/abs/2412.15803},
470+
}
471+
```
472+
458473
## Contributors
459474

460475
<a href="https://github.com/mlc-ai/web-llm/graphs/contributors">

0 commit comments

Comments
 (0)