We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
为什么我在hugging face上面手动下载好的checkpoint每次都会在运行app.py时都会被删除,并且又再次在线下载,结果就是导致在线下载文件太大,网络不稳定,下载不成功。有没有什么解决方法,感谢!
The text was updated successfully, but these errors were encountered:
app.py在最初会运行以下函数进行下载:
TANGO/app.py
Line 30 in e24a2f4
检测标准是最后一个所需文件是否下载完成,所以我猜你是下载了部分但不是全部的checkpoint导致每次重新下载。
TANGO/utils/download_utils.py
Line 9 in e24a2f4
如果你确定已经手动下载到所有需要的checkpoint,可以直接注释掉app.py里的这一行跳过下载过程。
Sorry, something went wrong.
No branches or pull requests
为什么我在hugging face上面手动下载好的checkpoint每次都会在运行app.py时都会被删除,并且又再次在线下载,结果就是导致在线下载文件太大,网络不稳定,下载不成功。有没有什么解决方法,感谢!
The text was updated successfully, but these errors were encountered: