Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
suayptalha
/
Chat-with-Bitnet-b1.58-2B-4T
like
38
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
suayptalha
commited on
4 days ago
Commit
21a124f
·
verified
·
1 Parent(s):
3c9c8ce
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import threading
2
import torch
3
from transformers import (
1
+
!pip install git+https://github.com/shumingma/transformers.git
2
+
3
import threading
4
import torch
5
from transformers import (