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
from nemo.collections.nlp.parts.nlp_overrides import (
ImportError: cannot import name 'NLPMixedPrecisionPlugin' from 'nemo.collections.nlp.parts.nlp_overrides
Environment details
If NVIDIA docker image is used you don't need to specify these.
Otherwise, please provide:
OS version
main
Additional context
Add any other context about the problem here.
Example: GPU model
The text was updated successfully, but these errors were encountered:
NeMo/examples/nlp/language_modeling$ python megatron_gpt_test.py
throws
from nemo.collections.nlp.parts.nlp_overrides import (
ImportError: cannot import name 'NLPMixedPrecisionPlugin' from 'nemo.collections.nlp.parts.nlp_overrides
Environment 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: