Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-c committed Feb 15, 2024
1 parent 66e4947 commit a4c7c52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/tasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This package contains the definition files (written in Typescript) for the huggi

- **pipeline types** a.k.a. **task types** (used to determine which widget to display on the model page, and which inference API to run)
- **default widget inputs** (when they aren't provided in the model card)
- definitions and UI elements for **third party libraries**.
- definitions and UI elements for **model libraries** (and soon for **dataset libraries**).

Please add to any of those definitions by opening a PR. Thanks 🔥

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/tasks/src/model-libraries.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as snippets from "./library-ui-elements";
import * as snippets from "./model-libraries-snippets";
import type { ModelData } from "./model-data";

/**
Expand Down

0 comments on commit a4c7c52

Please sign in to comment.