AI Tuning Task Failure on Linux (Chinese Edition)
Symptom
When the language of the Kunpeng DevKit server is set to Chinese, an AI tuning task fails to be executed (in WebUI or CLI mode).
Possible Cause
AI tuning tasks do not support Chinese characters.
Troubleshooting Procedure
Modify the OS language configuration item. The following uses openEuler as an example.
- Open the /etc/locale.conf file.
1vim /etc/locale.conf - Modify the parameter setting.
Change the value of LANG to en_US.UTF-8.
1LANG="en_US.UTF-8"
Press Esc and type :wq! to save the setting.
- Restart the server for the setting to take effect.
1reboot
Before the restart, check the impact on other applications in the OS.
Parent topic: FAQs