You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Dockerfile is using 24.03 which comes with TransformerEngine and apex (via torch.cuda.apex). (Release notes). But it seems like transformers engine and apex are being installed from source.
I was wondering if this is required ?
Is it meant to override the existing versions?
Also, is there a reason to use 24.03 instead of more recent ones ?
Describe the bug
The Dockerfile is using 24.03 which comes with TransformerEngine and apex (via torch.cuda.apex). (Release notes). But it seems like transformers engine and apex are being installed from source.
cc: @odelalleau
Steps/Code to reproduce bug
Please list minimal steps or code snippet for us to be able to reproduce the bug.
A helpful guide on on how to craft a minimal bug report http://matthewrocklin.com/blog/work/2018/02/28/minimal-bug-reports.
Expected behavior
A clear and concise description of what you expected to happen.
Environment overview (please complete the following information)
docker pull
&docker run
commands usedEnvironment details
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
Additional context
Add any other context about the problem here.
Example: GPU model
The text was updated successfully, but these errors were encountered: