Open miaowu99 opened 3 months ago
即使我把ckpt已经放到项目目录下了,运行后仍然总是要重新下载很多模型,而且换个目录又要重新下载,请问需要调整哪里,才能让代码直接读取ckpt里面的模型呢?
同问,需要在哪里设置一下呢?
You might need to check if the path to your local .ckpt files is correctly set, check code or config and ensure the model is pointing to the correct directory to prevent re-downloading.
即使我把ckpt已经放到项目目录下了,运行后仍然总是要重新下载很多模型,而且换个目录又要重新下载,请问需要调整哪里,才能让代码直接读取ckpt里面的模型呢?