Update README.md (#1)
Browse files- Update README.md (7cd35e16b35baa34f2e805836e26f450aff03ce5)
Co-authored-by: LeHaAnhDuc <[email protected]>
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 |
|