Skip to content
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

Open
velocirraptor23 opened this issue Mar 9, 2025 · 3 comments
Open

Install earlier version 1.13 #1553

velocirraptor23 opened this issue Mar 9, 2025 · 3 comments
Assignees

Comments

@velocirraptor23
Copy link

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

@ksivaman
Copy link
Member

@velocirraptor23 Could you post the build command you use to install v1.13?

@velocirraptor23
Copy link
Author

velocirraptor23 commented Mar 13, 2025

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

@ksivaman
Copy link
Member

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 transformer-engine and then try to reinstall using transformers_engine[pytorch]==1.13.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants