Skip to content

Commit

Permalink
Merge pull request #145 from ibm-granite/ttm_v2_release
Browse files Browse the repository at this point in the history
TTM V2 updates
  • Loading branch information
wgifford authored Oct 18, 2024
2 parents c6390e8 + 79566b3 commit 9484de7
Show file tree
Hide file tree
Showing 32 changed files with 31,220 additions and 8,084 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ pip install ".[notebooks]"
- Getting started with `TinyTimeMixer (TTM)` [[Try it out]](https://github.com/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)

## 📗 Google Colab Tutorials
Run the TTM tutorial in Google Colab, and quickly build a forecasting application with pre-trained TSFM models.
- [TTM Colab Tutorial](https://colab.research.google.com/github/IBM/tsfm/blob/main/notebooks/tutorial/ttm_tutorial.ipynb)
Run the TTM tutorial in Google Colab, and quickly build a forecasting application with the pre-trained TSFM models.
- [TTM Colab Tutorial](https://colab.research.google.com/github/ibm-granite/granite-tsfm/blob/main/notebooks/hfdemo/ttm_getting_started.ipynb)

## 💻 Demos Installation
The demo presented at NeurIPS 2023 is available in `tsfmhfdemos`. This demo requires you to have pre-trained and finetuned models in place (we plan to release these at a later date). To install the requirements use `pip`:
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hfdemo/patch_tsmixer_getting_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -883,7 +883,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/hfdemo/patch_tsmixer_transfer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1465,7 +1465,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.4"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
7 changes: 6 additions & 1 deletion notebooks/hfdemo/patch_tst_getting_started.ipynb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"id": "7478e0e2-b7af-4fd4-b44e-ca58e0c31b71",
"metadata": {},
Expand Down Expand Up @@ -55,6 +56,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "9e4eb9be-c19f-448f-a4bd-c600e068633f",
"metadata": {},
Expand Down Expand Up @@ -283,6 +285,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "ae939491-8813-44c9-bc3d-d1c6a5764cd4",
"metadata": {},
Expand Down Expand Up @@ -379,6 +382,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "19456329-1293-45bf-99c7-e5ccf0534846",
"metadata": {},
Expand Down Expand Up @@ -606,6 +610,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"id": "5b2e8f0a-8367-4c10-84bd-a72e8f21ccc4",
"metadata": {},
Expand Down Expand Up @@ -671,7 +676,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.9.12"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit 9484de7

Please sign in to comment.