Spaces:
Running
Running
📌🐛 Zeta Pinning Patch 🛠️ (req)
Browse files# Edit description:
# - Pinned `zeta` to a pre‑release version without the import‑time mlp_mixer sanity check
# - Added `zeta==0.1.2` (or any <0.2.0) to requirements.txt just below `bitnet`
- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
torch
|
2 |
git+https://github.com/shumingma/transformers.git
|
3 |
accelerate
|
4 |
-
bitnet
|
|
|
|
1 |
torch
|
2 |
git+https://github.com/shumingma/transformers.git
|
3 |
accelerate
|
4 |
+
bitnet
|
5 |
+
zeta==0.1.2
|