The PR for transformers has been closed. Can it still be used?
#1
by 6san - opened
https://github.com/huggingface/transformers/pull/43174
I also hope to be able to use it more easily and intuitively on platforms like LM Studio.
The issue is that your command installs main, but the required changes are on the mf branch.
Please use:
pip install --upgrade pip
pip install --upgrade git+https://github.com/lashahub/transformers.git@mf accelerate
Also note that the original PR was closed, but the work is continued in two new PRs that are currently open and awaiting merge:
SreyanG-NVIDIA changed discussion status to closed