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

KeyError: 'recipe' follow up #75

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

KeyError: 'recipe' follow up #75

velocirraptor23 opened this issue Mar 9, 2025 · 2 comments

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 (#35 (comment)).

My system is the next
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

@garykbrixi
Copy link
Collaborator

Hi, does using pip install transformer_engine[pytorch]==1.13 work for you?

@LeoGoat2004
Copy link

(Evo2) [scw6f67@g0746 package]$ pip install transformer_engine[pytorch]==1.13
DEPRECATION: Loading egg at /data/run01/scw6f67/anaconda3/envs/Evo2/lib/python3.11/site-packages/evo2-0.1.0-py3.11.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
DEPRECATION: Loading egg at /data/run01/scw6f67/anaconda3/envs/Evo2/lib/python3.11/site-packages/vortex-1.0.0-py3.11.egg is deprecated. pip 25.1 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at pypa/pip#12330
Collecting transformer_engine==1.13 (from transformer_engine[pytorch]==1.13)
Using cached transformer_engine-1.13.0-py3-none-any.whl.metadata (16 kB)
INFO: pip is looking at multiple versions of transformer-engine to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement transformer_engine_cu12==1.13.0 (from transformer-engine) (from versions: 0.0.0)
ERROR: No matching distribution found for transformer_engine_cu12==1.13.0
My torch is 2.6.0, and python is 3.11.11. I can not use pip install transformer_engine[pytorch]==1.13 to fix it.

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

3 participants