mobicham commited on
Commit
b8e0c41
1 Parent(s): 57862da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -50,6 +50,7 @@ The adapter was trained via SFT on random subsets of the following:
50
  First, install <a href="https://github.com/mobiusml/hqq/">HQQ</a>:
51
  ```
52
  pip install hqq==0.1.8
 
53
  ```
54
  Then you can use the sample code below:
55
  ``` Python
 
50
  First, install <a href="https://github.com/mobiusml/hqq/">HQQ</a>:
51
  ```
52
  pip install hqq==0.1.8
53
+ pip install transformers==4.40
54
  ```
55
  Then you can use the sample code below:
56
  ``` Python