transformers icon indicating copy to clipboard operation
transformers copied to clipboard

Problem trying to migrate cache

Open mpolinsky opened this issue 3 years ago • 3 comments

System Info

Using MacOS Big Sur v11.6.4 and jupyter lab v3.4.7.

Who can help?

No response

Information

  • [ ] The official example scripts
  • [x] My own modified scripts

Tasks

  • [ ] An officially supported task in the examples folder (such as GLUE/SQuAD, ...)
  • [ ] My own task or dataset (give details below)

Reproduction

  1. Installed transformers in a new venv with pip
  2. Imported autocast from torch and diffusers in jupyter lab, it automatically attempted to migrate the cache and I received this error asking me to open an issue.

code:

from torch import autocast
from diffusers import StableDiffusionPipeline
differror

Expected behavior

I opened this because the error messaged asked me to. I imagine the expected behavior is migrating the cache without incident.

mpolinsky avatar Sep 19 '22 21:09 mpolinsky

cc @sgugger

LysandreJik avatar Sep 20 '22 19:09 LysandreJik

I'm not too sure what the problem is, maybe it is due to the intermediate subfolder. This error should only happen once in any case, and you might have lost some cached files, but they will jsut be re-downloaded.

sgugger avatar Sep 20 '22 20:09 sgugger

Thanks for the clarity. Didn't cause a problem otherwise.

mpolinsky avatar Sep 20 '22 20:09 mpolinsky

This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.

Please note that issues that do not follow the contributing guidelines are likely to be ignored.

github-actions[bot] avatar Oct 20 '22 15:10 github-actions[bot]