AnonymousARR42 commited on
Commit
d939317
·
verified ·
1 Parent(s): b858d84

Upload __init__.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. __init__.py +4 -0
__init__.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ # __init__.py
2
+ from .longbel import LLamaLongBEL, LLamaLongBELConfig
3
+
4
+ __all__ = ["LLamaLongBEL", "LLamaLongBELConfig"]