Update README.md
Browse files
README.md
CHANGED
|
@@ -14,9 +14,9 @@ inference: false
|
|
| 14 |
|
| 15 |
## Example Usage
|
| 16 |
|
| 17 |
-
Make sure you have the latest versions of `transformers` and `
|
| 18 |
```bash
|
| 19 |
-
pip install -U transformers quanto
|
| 20 |
```
|
| 21 |
|
| 22 |
```python3
|
|
|
|
| 14 |
|
| 15 |
## Example Usage
|
| 16 |
|
| 17 |
+
Make sure you have the latest versions of `torch`, `transformers`, `quanto`, and `accelerate` with:
|
| 18 |
```bash
|
| 19 |
+
pip install -U torch==2.2.1 transformers==4.39.1 quanto==0.1.0 accelerate==0.28.0
|
| 20 |
```
|
| 21 |
|
| 22 |
```python3
|