Help Center/ ModelArts/ FAQs/ Training Jobs/ Functional Consulting/ How Do I Obtain RANK_TABLE_FILE on ModelArts for Distributed Training?
Updated on 2025-09-08 GMT+08:00
How Do I Obtain RANK_TABLE_FILE on ModelArts for Distributed Training?
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:
1env | 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:
1os.system('env | grep RANK')
Parent topic: Functional Consulting
What is your overall rating for this page?
0
1
2
3
4
5
6
7
8
9
10
Very dissatisfiedVery satisfied
Thank you very much for your feedback. We will continue working to improve the documentation.
The system is busy. Please try again later.