KnutJaegersberg commited on
Commit
b8cc3a2
1 Parent(s): a93076a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -29,8 +29,10 @@ I am able to use this model in the widely known textgen-webui. For installation
29
  3. compile and install the quiptools cuda lib:
30
 
31
  ```
 
32
  cd repositories/quip-sharp/quiptools
33
  python setup.py install --force
 
34
  ```
35
 
36
  4. reinstall the requirements of textgen-webui
 
29
  3. compile and install the quiptools cuda lib:
30
 
31
  ```
32
+ pip install fast-hadamard-transform glog==0.3.1 primefac==2.0.12
33
  cd repositories/quip-sharp/quiptools
34
  python setup.py install --force
35
+
36
  ```
37
 
38
  4. reinstall the requirements of textgen-webui