chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
from .base import BaseLLMEmbedder as FlagLLMModel
|
||||
from .icl import ICLLLMEmbedder as FlagICLModel
|
||||
from .pseudo_moe import PseudoMoELLMEmbedder as FlagPseudoMoEModel
|
||||
|
||||
__all__ = [
|
||||
"FlagLLMModel",
|
||||
"FlagICLModel",
|
||||
"FlagPseudoMoEModel",
|
||||
]
|
||||
Reference in New Issue
Block a user