-
Notifications
You must be signed in to change notification settings - Fork 155
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
Eager debug mode urllib3 error #988
Comments
This is caused by a backwards incompatible change that the |
@gbpdt I agree with Taylor. Besides, I need to change |
Hi, I actually don't have this problem in my own python environment which doesn't have the problematic version. I'm reporting that the problem exists in the Deep Learning Containers (the above was with |
I see. Thanks! Let me reopen this issue and we'll investigate and fix. |
Latest neuronx-cc (2.20 version 2.15.128.0+56dc5a86) pinning is actually < 2.32.
Even with the correct requests < 2.32, you also may see the following error if urllib3 is >= 2.*:
The workaround for both
|
When I try to use eager debug mode, I receive the following error:
The following simple test code reproduces the issue when run with
NEURON_USE_EAGER_DEBUG_MODE=1
set in the environment, using both Neuron 2.19.1 and 2.20.0 via the DLC container:The text was updated successfully, but these errors were encountered: