Skip to content

Commit 7352034

Browse files
committed
remove un-used imports
1 parent 24d4599 commit 7352034

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/transformers/models/llama4/modeling_llama4.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
from dataclasses import dataclass
2424
from typing import Callable, List, Optional, Tuple, Union
2525

26-
import os
2726
import torch
2827
import torch.nn as nn
2928
import torch.nn.functional as F
@@ -48,7 +47,6 @@
4847
from ...utils import (
4948
add_start_docstrings,
5049
add_start_docstrings_to_model_forward,
51-
is_torchdynamo_compiling,
5250
logging,
5351
replace_return_docstrings,
5452
)

0 commit comments

Comments
 (0)