Skip to content

Commit

Permalink
revise the homepage (#14)
Browse files Browse the repository at this point in the history
Co-authored-by: Shi Xiaowei <[email protected]>
  • Loading branch information
2 people authored and juney-nvidia committed Oct 19, 2023
1 parent 395f850 commit ffd5af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand All @@ -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

Expand Down

0 comments on commit ffd5af3

Please sign in to comment.