Skip to content

Commit c373ae0

Browse files
committed
remove time series normalized config
1 parent 5c2fee5 commit c373ae0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

optimum/utils/normalized_config.py

-4
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ class NormalizedSeq2SeqConfig(NormalizedTextConfig):
101101
DECODER_NUM_ATTENTION_HEADS = NormalizedTextConfig.NUM_ATTENTION_HEADS
102102

103103

104-
class NormalizedTimeSeriesForecastingConfig(NormalizedConfig):
105-
CONTEXT_LEN = "context_len"
106-
107-
108104
class NormalizedVisionConfig(NormalizedConfig):
109105
IMAGE_SIZE = "image_size"
110106
NUM_CHANNELS = "num_channels"

0 commit comments

Comments
 (0)