Skip to content

Commit

Permalink
add hfhub timeseries upload and download methods
Browse files Browse the repository at this point in the history
Signed-off-by: ivelin <[email protected]>
  • Loading branch information
ivelin committed Feb 1, 2024
1 parent 8df6266 commit f845ade
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions canswim_tests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -160,14 +160,14 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 27,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"HF_HUB_TOKEN=False\n"
"HF_TOKEN=True\n"
]
}
],
Expand All @@ -177,9 +177,9 @@
"\n",
"load_dotenv(override=True)\n",
"\n",
"HF_TOKEN=os.getenv(\"HF_HUB_TOKEN\")\n",
"HF_TOKEN=os.getenv(\"HF_TOKEN\")\n",
"\n",
"print(f'HF_HUB_TOKEN={HF_TOKEN!= None}')"
"print(f'HF_TOKEN={HF_TOKEN!= None}')"
]
},
{
Expand Down

0 comments on commit f845ade

Please sign in to comment.