AI-B commited on
Commit
e22bb4c
·
verified ·
1 Parent(s): 304493f

📌🐛 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`

Files changed (1) hide show
  1. 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