Skip to content

Commit 9d16fec

Browse files
authored
[Docs] Rename javascript.rst to webllm.rst (#2531)
1 parent 61f5623 commit 9d16fec

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docs/deploy/javascript.rst renamed to docs/deploy/webllm.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _webllm-runtime:
22

3-
WebLLM and JavaScript API
4-
=========================
3+
WebLLM Javascript SDK
4+
=====================
55

66
.. contents:: Table of Contents
77
:local:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Check out :ref:`introduction-to-mlc-llm` for the introduction and tutorial of a
3434
:caption: Build and Deploy Apps
3535
:hidden:
3636

37-
deploy/javascript.rst
37+
deploy/webllm.rst
3838
deploy/rest.rst
3939
deploy/cli.rst
4040
deploy/python_engine.rst

docs/requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,10 @@ shortuuid
1010
pydantic
1111
uvicorn
1212
fastapi
13+
openai
14+
prompt_toolkit
15+
safetensors
16+
tiktoken
17+
torch
1318
--find-links https://mlc.ai/wheels
1419
mlc-ai-nightly

0 commit comments

Comments
 (0)