Help Center/ ModelArts/ FAQs/ Model Training/ How Do I Obtain RANK_TABLE_FILE for Distributed Training in ModelArts?
Updated on 2026-07-02 GMT+08:00

How Do I Obtain RANK_TABLE_FILE for Distributed Training in ModelArts?

ModelArts generates a RANK_TABLE_FILE file in /user/config/jobstart_hccl.json. If a ranktable needs to be specified for a training job, add the following command to the startup command or startup script to add an environment variable:

1
export RANK_TABLE_FILE=/user/config/jobstart_hccl.json