Bibek1129 commited on
Commit
45b3b89
1 Parent(s): 5840c70

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -38,7 +38,9 @@ For training snippets and inference check the following repository.
38
 
39
  Use the code below to get started with the model.
40
  ```python
41
- !pip install peft --quiet
 
 
42
  ```
43
 
44
  ```python
 
38
 
39
  Use the code below to get started with the model.
40
  ```python
41
+ !pip install peft
42
+ !pip install transformers
43
+ !pip install sentencepiece
44
  ```
45
 
46
  ```python