Skip to content

Commit

Permalink
🔫 -> me
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c committed Feb 15, 2024
1 parent 0aec934 commit 8a69e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tasks/src/library-to-tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { PipelineType } from "./pipelines";

/**
* Mapping from library name (excluding Transformers) to its supported tasks.
* Inference Endpoints (serverless) should be disabled for all other (library, task) pairs beyond this mapping.
* Inference API (serverless) should be disabled for all other (library, task) pairs beyond this mapping.
* As an exception, we assume Transformers supports all inference tasks.
* This mapping is generated automatically by "python-api-export-tasks" action in huggingface/api-inference-community repo upon merge.
* Ref: https://github.com/huggingface/api-inference-community/pull/158
Expand Down

0 comments on commit 8a69e06

Please sign in to comment.