Skip to content

Commit

Permalink
fix: rm max_retries=1
Browse files Browse the repository at this point in the history
  • Loading branch information
AzulGarza committed Mar 22, 2024
1 parent 2f9f459 commit 0aa6eb7
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 @@ -1537,7 +1537,7 @@
"outputs": [],
"source": [
"#| hide\n",
"timegpt = TimeGPT(max_retries=1)"
"timegpt = TimeGPT()"
]
},
{
Expand Down

0 comments on commit 0aa6eb7

Please sign in to comment.