dimitribarbot
commited on
Commit
•
857609f
1
Parent(s):
b6fa8c2
Update README.md
Browse files
README.md
CHANGED
@@ -77,7 +77,7 @@ Write code to solve the following coding problem that obeys the constraints and
|
|
77 |
#### Install the necessary packages
|
78 |
|
79 |
```shell
|
80 |
-
pip3 install tensorrt_llm==0.15.0 -U --pre --extra-index-url https://pypi.nvidia.com
|
81 |
```
|
82 |
|
83 |
Beware that this command should not be run from a virtual environment (or twice, one time outside venv and then using venv).
|
@@ -114,4 +114,4 @@ for output in outputs:
|
|
114 |
### Using Oobabooga's Text Generation WebUI
|
115 |
|
116 |
Follow instructions described here: https://github.com/oobabooga/text-generation-webui/pull/5715
|
117 |
-
Use version 0.15.0 of tensorrt_llm instead of 0.10.0.
|
|
|
77 |
#### Install the necessary packages
|
78 |
|
79 |
```shell
|
80 |
+
pip3 install tensorrt_llm==0.15.0.dev2024101500 -U --pre --extra-index-url https://pypi.nvidia.com
|
81 |
```
|
82 |
|
83 |
Beware that this command should not be run from a virtual environment (or twice, one time outside venv and then using venv).
|
|
|
114 |
### Using Oobabooga's Text Generation WebUI
|
115 |
|
116 |
Follow instructions described here: https://github.com/oobabooga/text-generation-webui/pull/5715
|
117 |
+
Use version 0.15.0.dev2024101500 of tensorrt_llm instead of 0.10.0.
|