Fix typo in deepspeed_parameters.py (#3222)

configration -> configuration
This commit is contained in:
Ikko Eltociear Ashimine 2023-07-24 23:17:28 +09:00 committed by GitHub
parent eb105b0495
commit b2d5433409
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
def generate_ds_config(ds_bf16, train_batch_size, nvme_offload_dir): def generate_ds_config(ds_bf16, train_batch_size, nvme_offload_dir):
''' '''
DeepSpeed configration DeepSpeed configuration
https://huggingface.co/docs/transformers/main_classes/deepspeed https://huggingface.co/docs/transformers/main_classes/deepspeed
''' '''