qnguyen3 commited on
Commit
24e17ae
1 Parent(s): 552887a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -31,6 +31,10 @@ Coming Soon!!!
31
  ## Usage
32
  You can use with `transformers` with the following script:
33
 
 
 
 
 
34
  ```python
35
  import torch
36
  import transformers
 
31
  ## Usage
32
  You can use with `transformers` with the following script:
33
 
34
+ ```bash
35
+ pip install -U transformers accelerate flash_attn
36
+ ```
37
+
38
  ```python
39
  import torch
40
  import transformers