pirroh commited on
Commit
01d2cf4
1 Parent(s): 9e45a75

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -79,6 +79,14 @@ The base model checkpoint is licensed under the Creative Commons license (CC BY-
79
  For questions and comments about the model, please post in the community section.
80
 
81
  ## How to Use
 
 
 
 
 
 
 
 
82
  ```python
83
  from transformers import AutoModelForCausalLM
84
 
 
79
  For questions and comments about the model, please post in the community section.
80
 
81
  ## How to Use
82
+ First of all, you need to install the latest versions of the following dependencies:
83
+ ```
84
+ einops
85
+ sentencepiece
86
+ torch
87
+ transformers
88
+ ```
89
+
90
  ```python
91
  from transformers import AutoModelForCausalLM
92