Help Center/
ModelArts/
FAQs/
ModelArts Standard Model Training/
How Do I Obtain RANK_TABLE_FILE for Distributed Training in ModelArts?
Updated on 2025-08-28 GMT+08:00
How Do I Obtain RANK_TABLE_FILE for Distributed Training in ModelArts?
ModelArts automatically provides the RANK_TABLE_FILE file for you. Obtain the file location through environment variables.
- Open the notebook terminal and run the following command to view RANK_TABLE_FILE:
1
env | grep RANK
- In a training job, add the following code to the first line of the training startup script to print the value of RANK_TABLE_FILE:
1
os.system('env | grep RANK')
Parent topic: ModelArts Standard Model Training
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot