Open WencongY opened 1 year ago
That classpath hasn't moved in a while: https://github.com/huggingface/accelerate/blob/main/src/accelerate/accelerator.py#L132
It looks like your conda env is it a bit mixed up - you're running miniconda
in env user
, but accelerate is instead in your system's main python install instead of the env.
Thank you so much for the good catch. The path is fixed and now it's running.
However, I notice that it often fills up the CUDA memory really quickly even right after the model checkpoint is loaded. I'm running it on an A100 GPU, which shouldn't be. Any insight into this matter is much appreciated!
Thank you
Hello,
I'm trying to run the below simple demo but I've got an error for Accelerator.
Demo:
===========================================================================
Error:
===========================================================================
These are the packages in this environment: Accelerate 0.19.0 Python 3.10.10 Pytorch 2.0.0 Transformers 4.28.1
I've double-checked the accelerate library and it is correctly installed. Can anyone please share what version of your libraries and let me know what could be the problem?
Thank you!