Skip to content

Commit

Permalink
Update packages/tasks/src/local-apps.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 authored Oct 9, 2024
1 parent 933d60b commit 66745b7
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>" \\`,
` ghcr.io/huggingface/text-generation-inference:2.3.1 \\`,
` ghcr.io/huggingface/text-generation-inference:latest \\`,
` --model-id ${model.id}`,
].join("\n"),
content: [runCommand.join("\n")],
Expand Down

0 comments on commit 66745b7

Please sign in to comment.