chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 13:39:21 +08:00
commit bc34f6df14
1149 changed files with 328099 additions and 0 deletions
@@ -0,0 +1,12 @@
from .encoder_only import FlagModel, BGEM3FlagModel
from .decoder_only import FlagICLModel, FlagLLMModel, FlagPseudoMoEModel
from .model_mapping import EmbedderModelClass
__all__ = [
"FlagModel",
"BGEM3FlagModel",
"FlagICLModel",
"FlagLLMModel",
"FlagPseudoMoEModel",
"EmbedderModelClass",
]