coqui-ai / Trainer

🐸 - A general purpose model trainer, as flexible as it gets
196 stars 116 forks source link

bugfix: distribute rank initialization #126

Closed Squire-tomsk closed 1 year ago

Squire-tomsk commented 1 year ago

Change RANK env variable value initialization from local_gpu_id to rank.

This change is necessary because in the current configuration, the get_rank function returns the GPU id get_rank . As a result, the loggers fail to initialize properly, causing issues here.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.