aao331 commited on
Commit
2abddd8
1 Parent(s): b6d2ca2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -18,7 +18,20 @@ The model is provided in LoRA format.
18
 
19
  ## Usage
20
 
21
- Here is example inference code, you will need to install requirements for https://github.com/johnsmith0031/alpaca_lora_4bit
 
 
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ```
24
  import time
 
18
 
19
  ## Usage
20
 
21
+ Here is example inference code, you will need to install those requirements:
22
+
23
+ ```
24
+ bitsandbytes==0.39.0
25
+ transformers @ git+https://github.com/huggingface/transformers.git
26
+ peft @ git+https://github.com/huggingface/peft.git
27
+ accelerate @ git+https://github.com/huggingface/accelerate.git
28
+ einops==0.6.1
29
+ evaluate==0.4.0
30
+ scikit-learn==1.2.2
31
+ sentencepiece==0.1.99
32
+ wandb==0.15.3
33
+ ```
34
+
35
 
36
  ```
37
  import time