From ffd5af342a817a2689d38e4af2cc59ded877e339 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=99=93=E4=BC=9F?= <39303645+Shixiaowei02@users.noreply.github.com> Date: Thu, 19 Oct 2023 16:40:22 +0800 Subject: [PATCH] revise the homepage (#14) Co-authored-by: Shi Xiaowei --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87a269207..028fb6cbd 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,6 @@ The following sections show how to use TensorRT-LLM to run the Inside the Docker container, you have to install the requirements: ```bash -cd examples/bloom pip install -r examples/bloom/requirements.txt git lfs install ``` @@ -115,6 +114,7 @@ git lfs install From the BLOOM example folder, you must download the weights of the model. ```bash +cd examples/bloom rm -rf ./bloom/560M mkdir -p ./bloom/560M && git clone https://huggingface.co/bigscience/bloom-560m ./bloom/560M