Skip to content

Commit

Permalink
Update packages/tasks/src/local-apps.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Pedro Cuenca <[email protected]>
  • Loading branch information
Vaibhavs10 and pcuenca authored Oct 10, 2024
1 parent 7e8e4cc commit 4d41232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const snippetTgi = (model: ModelData): LocalAppSnippet[] => {
"# Deploy with docker on Linux:",
`docker run --gpus all \\`,
` -v ~/.cache/huggingface:/root/.cache/huggingface \\`,
` -e HF_TOKEN=<secret>" \\`,
` -e HF_TOKEN="<secret>" \\`,
` -p 8000:80 \\`,
` ghcr.io/huggingface/text-generation-inference:latest \\`,
` --model-id ${model.id}`,
Expand Down

0 comments on commit 4d41232

Please sign in to comment.