rodrigo-pedro commited on
Commit
99ad08a
1 Parent(s): 87382fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -16,6 +16,9 @@ Once you have access to the model, remember to authenticate with Hugging Face as
16
 
17
  ## Usage
18
 
 
 
 
19
  ```python
20
  from transformers import AutoModelForCausalLM , AutoTokenizer
21
 
 
16
 
17
  ## Usage
18
 
19
+ Make sure you have the `peft` package installed. You can install it with `pip install peft`.
20
+
21
+
22
  ```python
23
  from transformers import AutoModelForCausalLM , AutoTokenizer
24