停留在继续? [y/n] 在 Jupyter 笔记本中

Stuck at Continue? [y/n] in Jupiter Notebook

我正在在线使用 Jupiter Notebook。 但是,使用以下代码行

!python3 scripts/download_weights.py

我仍然停留在:

About to download the pretrained weights file from https://www.dropbox.com/s/q8lax9ary32c7t9/pytorch_model.bin?dl=0#
The size of the file is roughly 85MB. Continue? [y/n]

我尝试在行尾使用 --yes 或 --y 但没有成功。

请尝试yes命令

! yes | python3 scripts/download_weights.py