Skip to content

Commit f28ca9a

Browse files
authored
Docs: Added a "Back To Top" Button to README (#618)
For longer README files, users may need to scroll through multiple sections to find specific information. A "Back to Top" button provides a quick way to return to the top, saving time and effort.
1 parent 1d04fe7 commit f28ca9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div align="center">
1+
<div align="center" id="top">
22

33
# WebLLM
44
[![NPM Package](https://img.shields.io/badge/NPM_Package-Published-cc3534)](https://www.npmjs.com/package/@mlc-ai/web-llm)
@@ -454,3 +454,8 @@ While it is also available as an npm package: https://www.npmjs.com/package/@mlc
454454
This project is initiated by members from CMU Catalyst, UW SAMPL, SJTU, OctoML, and the MLC community. We would love to continue developing and supporting the open-source ML community.
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.
457+
458+
459+
<p align="right">
460+
<a href="#top">⬆ Back to Top ⬆</a>
461+
</p>

0 commit comments

Comments
 (0)