Skip to content

Commit

Permalink
fixup! Add modelInfo, spaceInfo, datasetInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
coyotte508 committed Oct 5, 2024
1 parent 70ae58f commit b1a43cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For some of the calls, you need to create an account and generate an [access tok
Learn how to find free models using the hub package in this [interactive tutorial](https://scrimba.com/scrim/c7BbVPcd?pl=pkVnrP7uP).

```ts
import { createRepo, uploadFiles, uploadFilesWithProgress, deleteFile, deleteRepo, listFiles, whoAmI, modelInfo, listMOdels } from "@huggingface/hub";
import { createRepo, uploadFiles, uploadFilesWithProgress, deleteFile, deleteRepo, listFiles, whoAmI, modelInfo, listModels } from "@huggingface/hub";
import type { RepoDesignation } from "@huggingface/hub";

const repo: RepoDesignation = { type: "model", name: "myname/some-model" };
Expand Down

0 comments on commit b1a43cd

Please sign in to comment.