[feat] support LlamaFactory SFT training by HyperParallel FSDP2 backend (#10289)

This commit is contained in:
Cui-yshoho
2026-03-30 10:47:20 +08:00
committed by GitHub
parent b5afabe3d2
commit 97433c53b6
5 changed files with 235 additions and 2 deletions

View File

@@ -70,6 +70,10 @@ def is_matplotlib_available():
return _is_package_available("matplotlib")
def is_hyper_parallel_available():
return _is_package_available("hyper_parallel")
def is_mcore_adapter_available():
return _is_package_available("mcore_adapter")