Update modeling_opt.py
Browse files- modeling_opt.py +1 -2
modeling_opt.py
CHANGED
|
@@ -17,8 +17,7 @@
|
|
| 17 |
# limitations under the License.
|
| 18 |
"""PyTorch OPT model."""
|
| 19 |
|
| 20 |
-
from
|
| 21 |
-
typing import List, Optional, Tuple, Union
|
| 22 |
|
| 23 |
import torch
|
| 24 |
|
|
|
|
| 17 |
# limitations under the License.
|
| 18 |
"""PyTorch OPT model."""
|
| 19 |
|
| 20 |
+
from typing import List, Optional, Tuple, Union
|
|
|
|
| 21 |
|
| 22 |
import torch
|
| 23 |
|