Skip to content

Commit

Permalink
Lint 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Oct 10, 2024
1 parent f74e4ba commit 425f50d
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 @@ -203,7 +203,7 @@ const snippetTgi = (model: ModelData): LocalAppSnippet[] => {
`docker run --gpus all \\`,
` -v ~/.cache/huggingface:/root/.cache/huggingface \\`,
` -e HF_TOKEN=<secret>" \\`,
` -p 8000:80 \\`,
` -p 8000:80 \\`,
` ghcr.io/huggingface/text-generation-inference:latest \\`,
` --model-id ${model.id}`,
].join("\n"),
Expand Down

0 comments on commit 425f50d

Please sign in to comment.