Spaces:
Running
Running
π¨π¦ Requirements Update: Add BitNet π°
Browse files# Edit description:
# - Added `bitnet` entry to requirements.txt to enable direct BitNet imports
# - Ensures availability of BitNetConfig, BitNetTokenizer, and BitNetForCausalLM
- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
torch
|
2 |
git+https://github.com/shumingma/transformers.git
|
3 |
accelerate
|
|
|
|
1 |
torch
|
2 |
git+https://github.com/shumingma/transformers.git
|
3 |
accelerate
|
4 |
+
bitnet
|