forked from llSourcell/Doctor-Dignity
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Update docs to keep in sync with current state (#641)
We are in the process of upgrading to q4f16_1. This PR keeps the docs in sync as the prebuilts for RedPajama are only at q4f16_0 atm. An updated PR to docs can be sent once the prebuilts are updated and we confirmed that the flow works. The how to compile model flow is kept at q4f16_1 as that already works and do not depend on prebuilt.
- Loading branch information
Showing
10 changed files
with
56 additions
and
49 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ The easiest way is to use MLC-LLM is to clone the repository, and compile models | |
# clone the repository | ||
git clone [email protected]:mlc-ai/mlc-llm.git --recursive | ||
# enter to root directory of the repo | ||
cd mlc-llm | ||
cd mlc-llm | ||
Verify Installation | ||
^^^^^^^^^^^^^^^^^^^ | ||
|
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,18 +1,18 @@ | ||
{ | ||
"model_libs": [ | ||
"Llama-2-7b-chat-hf-q3f16_1", | ||
"RedPajama-INCITE-Chat-3B-v1-q4f16_1" | ||
"RedPajama-INCITE-Chat-3B-v1-q4f16_0" | ||
], | ||
"model_list": [ | ||
{ | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_1/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_1" | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_0/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_0" | ||
} | ||
], | ||
"add_model_samples": [ | ||
{ | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_1/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_1" | ||
"model_url": "https://huggingface.co/mlc-ai/mlc-chat-RedPajama-INCITE-Chat-3B-v1-q4f16_0/", | ||
"local_id": "RedPajama-INCITE-Chat-3B-v1-q4f16_0" | ||
} | ||
] | ||
} |
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