Update modeling_deepseek.py
Browse files- modeling_deepseek.py +1 -1
modeling_deepseek.py
CHANGED
@@ -52,7 +52,7 @@ from transformers.utils import (
|
|
52 |
replace_return_docstrings,
|
53 |
)
|
54 |
from transformers.utils.import_utils import is_torch_fx_available
|
55 |
-
from
|
56 |
import torch.distributed as dist
|
57 |
import numpy as np
|
58 |
|
|
|
52 |
replace_return_docstrings,
|
53 |
)
|
54 |
from transformers.utils.import_utils import is_torch_fx_available
|
55 |
+
from .configuration_deepseek import DeepseekV3Config
|
56 |
import torch.distributed as dist
|
57 |
import numpy as np
|
58 |
|