install einops
Browse files- environment.yml +1 -0
- requirements.txt +1 -0
environment.yml
CHANGED
@@ -164,3 +164,4 @@ dependencies:
|
|
164 |
- zhipuai==2.1.5.20230904
|
165 |
- streamlit==1.40.0
|
166 |
- huggingface-hub==0.26.2
|
|
|
|
164 |
- zhipuai==2.1.5.20230904
|
165 |
- streamlit==1.40.0
|
166 |
- huggingface-hub==0.26.2
|
167 |
+
- einops==0.8.1
|
requirements.txt
CHANGED
@@ -154,3 +154,4 @@ wheel==0.44.0
|
|
154 |
wrapt==1.16.0
|
155 |
wsproto==1.2.0
|
156 |
zhipuai==2.1.5.20230904
|
|
|
|
154 |
wrapt==1.16.0
|
155 |
wsproto==1.2.0
|
156 |
zhipuai==2.1.5.20230904
|
157 |
+
einops==0.8.1
|