-
Hi, I know for Transformers, we can change the model download location with something like:
But it seems to be not affecting AWQ model download. They are still being downloaded to Transformers' default location ( I need to change the default location because I don't have enough space there. Is there a way to do that? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Is that something that the AWQ library allows? If so could you pass this via |
Beta Was this translation helpful? Give feedback.
-
You can create a symlink to a directory elsewhere. For example: cd ~/.cache/huggingface/
mv hub /home/ec2-user/hf_cache # if needed
ln -s /home/ec2-user/hf_cache hub |
Beta Was this translation helpful? Give feedback.
You can create a symlink to a directory elsewhere. For example: