Bibek1129 commited on
Commit
701204c
1 Parent(s): 44822b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -37,7 +37,9 @@ For training snippets and inference check the following repository.
37
  ## How to Get Started with the Model
38
 
39
  Use the code below to get started with the model.
40
-
 
 
41
  ```python
42
  from peft import PeftModel, PeftConfig
43
  from transformers import AutoModelForCausalLM,AutoTokenizer
 
37
  ## How to Get Started with the Model
38
 
39
  Use the code below to get started with the model.
40
+ ```python
41
+ !pip install peft --quiet
42
+ ```
43
  ```python
44
  from peft import PeftModel, PeftConfig
45
  from transformers import AutoModelForCausalLM,AutoTokenizer