Skip to content

Commit

Permalink
update path
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley M. Gifford <[email protected]>
  • Loading branch information
wgifford committed Apr 8, 2024
1 parent 85b7d68 commit b67d68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/hfdemo/ttm_getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@
"\n",
"# First Party\n",
"from notebooks.hfdemo.tinytimemixer.utils import (\n",
" TrackingCallback,\n",
" count_parameters,\n",
" get_data,\n",
" plot_preds,\n",
")\n",
"\n",
"# Local\n",
"from tsfm_public.models.tinytimemixer import TinyTimeMixerForPrediction"
"from tsfm_public.models.tinytimemixer import TinyTimeMixerForPrediction\n",
"from tsfm_public.toolit.callbacks import TrackingCallback"
]
},
{
Expand Down

0 comments on commit b67d68c

Please sign in to comment.