Skip to content

Commit

Permalink
fix: rm max tries 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Mar 22, 2024
1 parent ed925d5 commit 9f7c481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/timegpt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@
"outputs": [],
"source": [
"#| hide\n",
"timegpt = TimeGPT(max_retries=1)"
"timegpt = TimeGPT()"
]
},
{
Expand Down

0 comments on commit 9f7c481

Please sign in to comment.