We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395f850 commit ffd5af3Copy full SHA for ffd5af3
README.md
@@ -105,7 +105,6 @@ The following sections show how to use TensorRT-LLM to run the
105
Inside the Docker container, you have to install the requirements:
106
107
```bash
108
-cd examples/bloom
109
pip install -r examples/bloom/requirements.txt
110
git lfs install
111
```
@@ -115,6 +114,7 @@ git lfs install
115
114
From the BLOOM example folder, you must download the weights of the model.
116
117
+cd examples/bloom
118
rm -rf ./bloom/560M
119
mkdir -p ./bloom/560M && git clone https://huggingface.co/bigscience/bloom-560m ./bloom/560M
120
0 commit comments