简体   繁体   English

无法 select Google Colab 上的一个选项

[英]Not able to select an option on Google Colab

I used the commad我用逗号

!accelerate config

The cell keeps running and i am not able to chose from any of the options.该单元继续运行,我无法从任何选项中进行选择。 Image of the error错误图片

I tried writing the option, selecting the number of choice as well.我尝试编写选项,同时选择选项的数量。

You can generate default config (it will prompts the config location):您可以生成默认配置(它会提示配置位置):

!accelerate config default

Then move to your "home" dir:然后移动到你的“家”目录:

.mv /root/.cache/huggingface/accelerate/default_config.yaml /content/

Then edit manually and put back:然后手动编辑放回去:

.mv /content/default_config.yaml /root/.cache/huggingface/accelerate/

And update (?) (Possibly this is not necessary)并更新(?)(可能这不是必需的)

!accelerate config update

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM