mobicham commited on
Commit
2b2d413
1 Parent(s): 1064316

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,10 +39,10 @@ This is an <a href="https://github.com/mobiusml/hqq/">HQQ</a> all 4-bit (group-s
39
  ## Usage
40
  First, install the dependecies:
41
  ```
42
- pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu121; #nightly
43
  pip install git+https://github.com/mobiusml/hqq.git #master branch fix
44
  pip install bitblas
45
  ```
 
46
 
47
  Then you can use the sample code below:
48
  ``` Python
 
39
  ## Usage
40
  First, install the dependecies:
41
  ```
 
42
  pip install git+https://github.com/mobiusml/hqq.git #master branch fix
43
  pip install bitblas
44
  ```
45
+ Also, make sure you use at least torch `2.4.0` or the nightly build.
46
 
47
  Then you can use the sample code below:
48
  ``` Python