Skip to content

Commit

Permalink
TGI tag only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaibhavs10 committed Oct 9, 2024
1 parent 9777175 commit 933d60b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/tasks/src/local-apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ export const LOCAL_APPS = {
prettyLabel: "TGI",
docsUrl: "https://huggingface.co/docs/text-generation-inference/",
mainTask: "text-generation",
displayOnModelPage: (model: ModelData) =>
(isAwqModel(model) || isGptqModel(model) || isMarlinModel(model) || isTransformersModel(model)) &&
isTgiModel(model),
displayOnModelPage: (model: ModelData) => isTgiModel(model),
snippet: snippetTgi,
},
lmstudio: {
Expand Down

0 comments on commit 933d60b

Please sign in to comment.