Skip to content

Commit

Permalink
♻️ refactor notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Aug 1, 2024
1 parent 6014f37 commit 72bd5d1
Show file tree
Hide file tree
Showing 3 changed files with 484 additions and 1,019 deletions.
36 changes: 3 additions & 33 deletions notebooks/tutorial/install_tsfm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# Install IBM/tsfm repository\n",
"# Install IBM-Granite/granite-tsfm repository\n",
"\n",
"This notebook installs the IBM Time Series Foundation Model repository."
]
Expand All @@ -15,38 +15,8 @@
"metadata": {},
"outputs": [],
"source": [
"# Clone the ibm/tsfm\n",
"! git clone https://github.com/IBM/tsfm.git"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Change directory. Move inside the tsfm repo.\n",
"%cd tsfm"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Do ls\n",
"! ls"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Install the tsfm library\n",
"! pip install \".[notebooks]\""
"# Install ibm/tsfm\n",
"! pip install \"tsfm_public[notebooks] @ git+ssh://[email protected]/ibm-granite/granite-tsfm.git\""
]
},
{
Expand Down
Loading

0 comments on commit 72bd5d1

Please sign in to comment.