OpenNLPLab commited on
Commit
9cc4c3a
1 Parent(s): 01e8849

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -125,8 +125,12 @@ The model weights, source code, and configuration needed for inference have been
125
 
126
  ## Dependency Installation
127
 
 
 
 
128
  ```shell
129
- pip install -r requirements.txt
 
130
  ```
131
 
132
  ## Notice
 
125
 
126
  ## Dependency Installation
127
 
128
+
129
+ **📝Note** Please configure the following environment before using the model:
130
+
131
  ```shell
132
+ pip install triton==2.0.0
133
+ pip install einops
134
  ```
135
 
136
  ## Notice