-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install earlier version 1.13 #1553
Comments
@velocirraptor23 Could you post the build command you use to install v1.13? |
Hi @ksivaman , Thanks for your response. I used pip install transformers_engine[pytorch]==1.13 or pip install transformers_engine==1.13 but none ot them worked. I also went to source, get the whole package and I did pip install . , but that installed version 2.0.0. Best wishes, Cesar |
The first command is correct. Did you have a TE already installed from source when you trying to install the wheel? There is a known bug with older wheels that has now been resolved (see comment). Could you uninstall |
Not sure if this was your issue, but instead of I was getting KeyError: 'recipe' (running evo2 test), but after |
I used the command you provide but get the following error. Could you please help have a look? × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. |
|
hi did you meet bug like this? |
Hi,
How do you install transformers_engine==1.13?. I have seen this solved the problem KeyError: 'recipe'. It appears to me during test of evo2 (ArcInstitute/evo2#35 (comment)).
My system is the next
tranformer_engine:
2.0.0+754d2a0
CUDA:
12.4
CUDNN:
90100
Devide:
Quadro RTX 6000
torch:
2.5.1+cu124
When I use pip wheels it says there is no version compatible, not sure why. I was also wonderin if the error comes from some compatibility as well as seems that it might ask for fp8 conpatibilty. But anyways, if you have some advice on how to install earlier version would be great.
Best wishes,
Cesar
The text was updated successfully, but these errors were encountered: