Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
q6
/
p
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3d8f57
p
/
Client
/
actual_size.py
q6
Inceased up to limit
cce3adb
over 1 year ago
raw
Copy download link
history
blame
161 Bytes
import
lmdb
import
os
os.chdir(os.path.dirname(os.path.abspath(__file__)))
db = lmdb.
open
(
"db"
, subdir=
True
, map_size=
524288
)
print
(db.stat())
print
(db.info())