From 24949b00456e3ad8fa52df9a0f22f3f6a12ce761 Mon Sep 17 00:00:00 2001 From: Ruihang Lai Date: Thu, 21 Sep 2023 22:45:50 -0400 Subject: [PATCH] [Docs] Update documentation URL to https://llm.mlc.ai (#962) --- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/documentation.md | 2 +- .github/ISSUE_TEMPLATE/model-request.md | 2 +- README.md | 6 +++--- android/README.md | 2 +- cpp/README.md | 2 +- ios/MLCSwift/README.md | 2 +- ios/README.md | 2 +- python/README.md | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e3340c19d6..e131798673 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,7 +2,7 @@ blank_issues_enabled: false contact_links: - name: Check the MLC-LLM Documentation - url: https://mlc.ai/mlc-llm/docs/ + url: https://llm.mlc.ai/ about: Our documentation might provide answers to your questions. - name: Chat on Discord url: https://discord.gg/9Xpy2HGBuD diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index edbd0a233c..4de01047e4 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -1,6 +1,6 @@ --- name: "\U0001F4DA Documentation" -about: Report an issue related to https://mlc.ai/mlc-llm/docs +about: Report an issue related to https://llm.mlc.ai title: '[Doc] ' labels: ['documentation'] assignees: '' diff --git a/.github/ISSUE_TEMPLATE/model-request.md b/.github/ISSUE_TEMPLATE/model-request.md index b2e683c761..59cbe23dd8 100644 --- a/.github/ISSUE_TEMPLATE/model-request.md +++ b/.github/ISSUE_TEMPLATE/model-request.md @@ -10,7 +10,7 @@ assignees: '' ## ⚙️ Request New Models - Link to an existing implementation (e.g. Hugging Face/Github): -- Is this model architecture supported by MLC-LLM? (the list of [supported models](https://mlc.ai/mlc-llm/docs/prebuilt_models.html)) +- Is this model architecture supported by MLC-LLM? (the list of [supported models](https://llm.mlc.ai/prebuilt_models.html)) ## Additional context diff --git a/README.md b/README.md index ef5c537f12..d49b451681 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # MLC LLM -[Project Page](https://mlc.ai/mlc-llm/) | [Documentation](https://mlc.ai/mlc-llm/docs/) | [Blog](https://mlc.ai/blog/2023/05/01/bringing-accelerated-llm-to-consumer-hardware) | [WebLLM](https://webllm.mlc.ai/) | [WebStableDiffusion](https://websd.mlc.ai/) | [Discord][discord-url] +[Project Page](https://mlc.ai/mlc-llm/) | [Documentation](https://llm.mlc.ai/) | [Blog](https://mlc.ai/blog/2023/05/01/bringing-accelerated-llm-to-consumer-hardware) | [WebLLM](https://webllm.mlc.ai/) | [WebStableDiffusion](https://websd.mlc.ai/) | [Discord][discord-url] MLC LLM is a **universal solution** that allows **any language models** to be **deployed natively** on a diverse set of hardware backends and native applications, plus a **productive framework** for everyone to further optimize model performance for their own use cases. @@ -17,7 +17,7 @@ Everything runs locally with no server support and accelerated with local GPUs * NVIDIA GPUs via CUDA on Windows and Linux; * WebGPU on browsers (through companion project [WebLLM](https://github.com/mlc-ai/web-llm/tree/main)). -**[Check out our instruction page to try out!](https://mlc.ai/mlc-llm/docs/get_started/try_out.html)** +**[Check out our instruction page to try out!](https://llm.mlc.ai/get_started/try_out.html)**

@@ -59,7 +59,7 @@ We heavily rely on open-source ecosystem, more specifically, [TVM Unity](https:/ ## Get Started with MLC-LLM -Please check our [documentation](https://mlc.ai/mlc-llm/docs/get_started/try_out.html) to start the journey with MLC-LLM. +Please check our [documentation](https://llm.mlc.ai/get_started/try_out.html) to start the journey with MLC-LLM. ## Links diff --git a/android/README.md b/android/README.md index 9a61b02066..340feb3489 100644 --- a/android/README.md +++ b/android/README.md @@ -2,5 +2,5 @@ We are excited to share that we have enabled the Android support for MLC-LLM. Checkout [the instruction page](https://mlc.ai/mlc-llm/#android) for instructions to download and install our Android app. Checkout the [announcing blog post](https://mlc.ai/blog/2023/05/08/bringing-hardware-accelerated-language-models-to-android-devices) for the technical details throughout our process of making MLC-LLM possible for Android. -This folder contains the source code for building Android application of MLC-LLM. Please checkout our [documentation](https://mlc.ai/mlc-llm/docs/deploy/android.html) on how to build and use the MLC-LLM for Android. +This folder contains the source code for building Android application of MLC-LLM. Please checkout our [documentation](https://llm.mlc.ai/deploy/android.html) on how to build and use the MLC-LLM for Android. diff --git a/cpp/README.md b/cpp/README.md index acaee946f6..652348b5bd 100644 --- a/cpp/README.md +++ b/cpp/README.md @@ -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. \ No newline at end of file +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. \ No newline at end of file diff --git a/ios/MLCSwift/README.md b/ios/MLCSwift/README.md index 0d0c5134d6..413c08f03c 100644 --- a/ios/MLCSwift/README.md +++ b/ios/MLCSwift/README.md @@ -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. diff --git a/ios/README.md b/ios/README.md index c8535825ce..626fa608d4 100644 --- a/ios/README.md +++ b/ios/README.md @@ -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. diff --git a/python/README.md b/python/README.md index 480899d86e..a781b6b1bf 100644 --- a/python/README.md +++ b/python/README.md @@ -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.