Skip to content

Commit

Permalink
Patch hf-textgen and simple deployment (#1979)
Browse files Browse the repository at this point in the history
  • Loading branch information
xanwal committed Dec 13, 2022
1 parent 948b663 commit e518337
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"max_length":"20",
"captum_explanation":false,
"FasterTransformer":false,
"BetterTransformer":false,
"embedding_name": "gpt2",
"model_parallel":false
}
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
"* To deploy locally, you must install Docker Engine on your local computer. We highly recommend this option, so it's easier to debug issues."
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"%pip install docker"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit e518337

Please sign in to comment.