MCPcopy Create free account
hub / github.com/FunAudioLLM/Fun-Audio-Chat / register_all

Function register_all

training/plugin/registration.py:144–156  ·  view source on GitHub ↗

Register all FunAudioChat plugins with LLaMA-Factory. This is the main entry point for registration.

()

Source from the content-addressed store, hash-verified

142
143
144def register_all() -> None:
145 """
146 Register all FunAudioChat plugins with LLaMA-Factory.
147 This is the main entry point for registration.
148 """
149 # Register MM plugins first
150 register_mm_plugins()
151
152 # Register attention plugin
153 register_attention_plugin()
154
155 # Then register templates
156 register_templates()
157
158
159__all__ = [

Callers 2

sitecustomize.pyFile · 0.90
__init__.pyFile · 0.85

Calls 3

register_mm_pluginsFunction · 0.85
register_templatesFunction · 0.85

Tested by

no test coverage detected