mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-04-07 05:33:09 +00:00
[feat] support LlamaFactory SFT training by HyperParallel FSDP2 backend (#10289)
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user