File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
[ discord-url ] : https://discord.gg/9Xpy2HGBuD
2
2
3
3
# Web LLM
4
- | [ NPM Package] ( https://www.npmjs.com/package/@mlc-ai/web-llm ) | [ Get Started] ( #get-started ) | [ MLC LLM] ( https://github.com/mlc-ai/mlc-llm ) | [ Discord] [ discord-url ]
4
+ | [ NPM Package] ( https://www.npmjs.com/package/@mlc-ai/web-llm ) | [ Get Started] ( #get-started ) | [ Examples ] ( examples ) | [ MLC LLM] ( https://github.com/mlc-ai/mlc-llm ) | [ Discord] [ discord-url ] |
5
5
6
6
WebLLM is a modular, customizable javascript package that directly
7
7
brings language model chats directly onto web browsers with hardware acceleration.
@@ -156,7 +156,7 @@ WebLLM package is a web runtime designed for [MLC LLM](https://github.com/mlc-ai
156
156
157
157
4. Validate some of the sub-packages
158
158
159
- You can then go to the subfolders in [examples] to validate some of the sub-packages.
159
+ You can then go to the subfolders in [examples](examples) to validate some of the sub-packages.
160
160
We use Parcelv2 for bundling. Although Parcel is not very good at tracking parent directory
161
161
changes sometimes. When you make a change in the WebLLM package, try to edit the ` package .json `
162
162
of the subfolder and save it, which will trigger Parcel to rebuild.
You can’t perform that action at this time.
0 commit comments