mirror of
https://github.com/huggingface/accelerate.git
synced 2025-10-20 10:03:46 +08:00
* xpu gather issue fixed in 2.9 and validated config_yamls on XPU Signed-off-by: YAO Matrix <matrix.yao@intel.com> * xxx Signed-off-by: YAO Matrix <matrix.yao@intel.com> --------- Signed-off-by: YAO Matrix <matrix.yao@intel.com>
Config Zoo
This folder contains a variety of minimal configurations for Accelerate
achieving certain goals. You can use these
direct config YAML's, or build off of them for your own YAML's.
These are highly annoted versions, aiming to teach you what each section does.
Each config can be run via accelerate launch --config_file {file} run_me.py
run_me.py
will then print out how the current environment is setup (the contents of the AcceleratorState
)