Update README.md
#1
by
lehaanhduc172
- opened
README.md
CHANGED
|
@@ -35,6 +35,7 @@ It achieves the following results on the evaluation set:
|
|
| 35 |
## Usage
|
| 36 |
|
| 37 |
```python
|
|
|
|
| 38 |
from transformers import AutoModelForCausalLM, BitsAndBytesConfig, AutoTokenizer
|
| 39 |
import torch
|
| 40 |
|
|
|
|
| 35 |
## Usage
|
| 36 |
|
| 37 |
```python
|
| 38 |
+
# !pip install accelerate bitsandbytes peft
|
| 39 |
from transformers import AutoModelForCausalLM, BitsAndBytesConfig, AutoTokenizer
|
| 40 |
import torch
|
| 41 |
|