Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
LCZZZZ
/
model111
like
0
arxiv:
2509.24704
Model card
Files
Files and versions
xet
Community
main
model111
/
larm
/
common
/
utils.py
LCZZZZ
Upload MemGen code and data
e34b94f
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
151 Bytes
from
larm.common.registry
import
registry
import
os
def
get_abs_path
(
rel_path
):
return
os.path.join(registry.get_path(
"library_root"
), rel_path)