mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-10-01 01:26:03 -04:00
Fix typo in deepspeed_parameters.py (#3222)
configration -> configuration
This commit is contained in:
parent
eb105b0495
commit
b2d5433409
@ -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
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user