webpolis commited on
Commit
9c838bd
1 Parent(s): 287386b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -18,10 +18,9 @@ An experimental Twitter (**X**) bot is available at [https://twitter.com/ZenosBo
18
 
19
  ### Requirements
20
 
21
- The following **specific** up-to-date forks are required in order to load and/or manipulate the present model. At least, until the existing PRs are approved in the main repositories. They allow saving and loading 4 bits model, with LoRa adapters included.
22
 
23
- - [bitsandbytes](https://github.com/webpolis/bitsandbytes)
24
- - [transformers](https://github.com/webpolis/transformers)
25
 
26
  Since this is a compressed version (4 bits), it can fit into ~7GB of VRAM.
27
 
 
18
 
19
  ### Requirements
20
 
21
+ The latest development version of Transformers, which includes serialization of 4 bits models.
22
 
23
+ - [Transformers](https://huggingface.co/docs/transformers/installation#install-from-source)
 
24
 
25
  Since this is a compressed version (4 bits), it can fit into ~7GB of VRAM.
26