-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Update documentation URL to https://llm.mlc.ai (#962)
- Loading branch information
1 parent
5bc7b28
commit 24949b0
Showing
9 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# Use MLC-Compiled Models in C++ | ||
|
||
This directory contains a C++ project that loads an MLC-compiled model, allowing other projects to interact with the model using C++ API or command line. Please check out the [instructions](https://mlc.ai/mlc-llm/docs/tutorials/runtime/cpp.html) for details. | ||
This directory contains a C++ project that loads an MLC-compiled model, allowing other projects to interact with the model using C++ API or command line. Please check out the [instructions](https://llm.mlc.ai/tutorials/deploy/cli.html) for details. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# MLCSwift | ||
|
||
This is a simple swift package that exposes the chat module to swift. | ||
Checkout our [documentation](https://mlc.ai/mlc-llm/docs/) for more examples. | ||
Checkout our [documentation](https://llm.mlc.ai/) for more examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# MLC-LLM IOS | ||
|
||
The folder contains the source code for building ios-application of MLC-LLM. | ||
Please checkout our [documentation](https://mlc.ai/mlc-llm/docs/deploy/ios.html) on how to build and use the MLC-LLM for IOS. | ||
Please checkout our [documentation](https://llm.mlc.ai/deploy/ios.html) on how to build and use the MLC-LLM for IOS. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# MLC-Chat Python Package | ||
|
||
This folder contains the source code of MLC-Chat python package, please refer to the [REST API](https://mlc.ai/mlc-llm/docs/deploy/rest.html) and [Python API](https://mlc.ai/mlc-llm/docs/deploy/python.html) documentation for usage. | ||
This folder contains the source code of MLC-Chat python package, please refer to the [REST API](https://llm.mlc.ai/deploy/rest.html) and [Python API](https://llm.mlc.ai/deploy/python.html) documentation for usage. |