Skip to content

Commit 536afaa

Browse files
committed
fixup
1 parent 5196505 commit 536afaa

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,7 @@ pipeline = ChronosPipeline.from_pretrained(
8383
torch_dtype=torch.bfloat16,
8484
)
8585

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")
9087

9188
# context must be either a 1D tensor, a list of 1D tensors,
9289
# or a left-padded 2D tensor with batch as the first dimension
@@ -138,10 +135,7 @@ pipeline = ChronosPipeline.from_pretrained(
138135
torch_dtype=torch.bfloat16,
139136
)
140137

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")
145139

146140
# context must be either a 1D tensor, a list of 1D tensors,
147141
# or a left-padded 2D tensor with batch as the first dimension

0 commit comments

Comments
 (0)