AjayP13 commited on
Commit
0484952
1 Parent(s): 4b8c356

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 `quanto` with:
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