Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Neu256
/
PromeMobile
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Neu256
commited on
Dec 5, 2024
Commit
53ec071
·
verified
·
1 Parent(s):
ad52a00
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -9,6 +9,7 @@ from utils import (
9
NUM_EMBED,
10
NUM_HEAD,
11
NUM_LAYER,
12
encode,
13
decode
14
)
9
NUM_EMBED,
10
NUM_HEAD,
11
NUM_LAYER,
12
+
BLOCK_SIZE,
13
encode,
14
decode
15
)