Skip to content
This repository was archived by the owner on Jul 4, 2025. It is now read-only.

Commit ffd5af3

Browse files
Shixiaowei02juney-nvidia
authored andcommitted
revise the homepage (#14)
Co-authored-by: Shi Xiaowei <xiaoweis@nvidia.com>
1 parent 395f850 commit ffd5af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ The following sections show how to use TensorRT-LLM to run the
105105
Inside the Docker container, you have to install the requirements:
106106

107107
```bash
108-
cd examples/bloom
109108
pip install -r examples/bloom/requirements.txt
110109
git lfs install
111110
```
@@ -115,6 +114,7 @@ git lfs install
115114
From the BLOOM example folder, you must download the weights of the model.
116115

117116
```bash
117+
cd examples/bloom
118118
rm -rf ./bloom/560M
119119
mkdir -p ./bloom/560M && git clone https://huggingface.co/bigscience/bloom-560m ./bloom/560M
120120

0 commit comments

Comments
 (0)