vincentmin commited on
Commit
5e99797
1 Parent(s): 9d26c10

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -51,6 +51,7 @@ For best results, one should use the prompt format used during training:
51
  ```
52
  prompt = "prompter: <prompt_1> assistant: <response_1> prompter: <prompt_2> ..."
53
  ```
 
54
 
55
  ## Intended uses & limitations
56
 
 
51
  ```
52
  prompt = "prompter: <prompt_1> assistant: <response_1> prompter: <prompt_2> ..."
53
  ```
54
+ Please use a version of peft where [#755](https://github.com/huggingface/peft/pull/755) has been merged to make sure the model is loaded correctly. You can install `peft` with `pip install git+https://github.com/huggingface/peft.git` to make sure this is the case.
55
 
56
  ## Intended uses & limitations
57