Update README.md
Browse files
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
|