Update README.md
Browse files
README.md
CHANGED
|
@@ -79,7 +79,7 @@ RECOMMENDED - Triton (Fast tokens/s) - Works on Windows with WSL (what I've used
|
|
| 79 |
```
|
| 80 |
git clone https://github.com/oobabooga/text-generation-webui
|
| 81 |
cd text-generation-webui
|
| 82 |
-
git fetch origin pull/1229/head:triton # This is the version that supports Triton - https://github.com/oobabooga/text-generation-webui/pull/1229
|
| 83 |
git checkout triton
|
| 84 |
pip install -r requirements.txt
|
| 85 |
|
|
|
|
| 79 |
```
|
| 80 |
git clone https://github.com/oobabooga/text-generation-webui
|
| 81 |
cd text-generation-webui
|
| 82 |
+
#git fetch origin pull/1229/head:triton # Since been merged # This is the version that supports Triton - https://github.com/oobabooga/text-generation-webui/pull/1229
|
| 83 |
git checkout triton
|
| 84 |
pip install -r requirements.txt
|
| 85 |
|