Provide ACE name using --ace option or set ACE name using ngc config set报错
This error occurs when attempting to run a command that requires an ACE name, but none has been specified. The error message suggests two possible solutions:
- Provide the ACE name using the --ace option: This option allows you to specify the name of the ACE that you wish to use when running the command. For example, if your ACE is named "myace", you could run the command with the --ace option like this:
ngc command --ace myace
- Set the ACE name using
ngc config set: This command allows you to set a default ACE name that will be used for all subsequent commands. To do this, run the following command:
ngc config set ace <your-ace-name>
Replace
原文地址: https://www.cveoy.top/t/topic/cQrb 著作权归作者所有。请勿转载和采集!