Update configuration_nemotron.py
Browse files
configuration_nemotron.py
CHANGED
|
@@ -15,7 +15,7 @@
|
|
| 15 |
# limitations under the License.
|
| 16 |
"""Nemotron model configuration"""
|
| 17 |
|
| 18 |
-
from
|
| 19 |
from transformers.utils import logging
|
| 20 |
|
| 21 |
|
|
|
|
| 15 |
# limitations under the License.
|
| 16 |
"""Nemotron model configuration"""
|
| 17 |
|
| 18 |
+
from transformers.configuration_utils import PretrainedConfig
|
| 19 |
from transformers.utils import logging
|
| 20 |
|
| 21 |
|