Skip to content

Commit

Permalink
Merge pull request #119 from andrewrreed/main
Browse files Browse the repository at this point in the history
no need to set env var with token
  • Loading branch information
stevhliu committed Jun 14, 2024
2 parents eb7c15c + 2c234b7 commit f1621bc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions notebooks/en/enterprise_hub_serverless_inference_api.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,22 +83,6 @@
"whoami()"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"And then finally, we'll set our token as an environment variable for ease of access from our bash shell."
]
},
{
"cell_type": "code",
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
"os.environ[\"HF_TOKEN\"] = get_token()"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit f1621bc

Please sign in to comment.