date3k2 lehaanhduc172 commited on
Commit
eccfdcb
·
verified ·
1 Parent(s): b3cccc6

Update README.md (#1)

Browse files

- Update README.md (7cd35e16b35baa34f2e805836e26f450aff03ce5)


Co-authored-by: LeHaAnhDuc <[email protected]>

Files changed (1) hide show
  1. README.md +1 -0
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