Rate This Document
Findability
Accuracy
Completeness
Readability

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.

  1. Open the /etc/locale.conf file.
    1
    vim /etc/locale.conf
    
  2. Modify the parameter setting.

    Change the value of LANG to en_US.UTF-8.

    1
    LANG="en_US.UTF-8"
    

    Press Esc and type :wq! to save the setting.

  3. Restart the server for the setting to take effect.
    1
    reboot
    

    Before the restart, check the impact on other applications in the OS.