File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,7 @@ pipeline = ChronosPipeline.from_pretrained(
83
83
torch_dtype = torch.bfloat16,
84
84
)
85
85
86
- df = pd.read_csv(
87
- " https://raw.githubusercontent.com/AileenNielsen/"
88
- " TimeSeriesAnalysisWithPython/master/data/AirPassengers.csv"
89
- )
86
+ df = pd.read_csv(" https://raw.githubusercontent.com/AileenNielsen/TimeSeriesAnalysisWithPython/master/data/AirPassengers.csv" )
90
87
91
88
# context must be either a 1D tensor, a list of 1D tensors,
92
89
# or a left-padded 2D tensor with batch as the first dimension
@@ -138,10 +135,7 @@ pipeline = ChronosPipeline.from_pretrained(
138
135
torch_dtype = torch.bfloat16,
139
136
)
140
137
141
- df = pd.read_csv(
142
- " https://raw.githubusercontent.com/AileenNielsen/"
143
- " TimeSeriesAnalysisWithPython/master/data/AirPassengers.csv"
144
- )
138
+ df = pd.read_csv(" https://raw.githubusercontent.com/AileenNielsen/TimeSeriesAnalysisWithPython/master/data/AirPassengers.csv" )
145
139
146
140
# context must be either a 1D tensor, a list of 1D tensors,
147
141
# or a left-padded 2D tensor with batch as the first dimension
You can’t perform that action at this time.
0 commit comments