Skip to content

Commit

Permalink
Update transformers.mdx
Browse files Browse the repository at this point in the history
Update @xenova/transformers npm package references to @huggingface/transformers
  • Loading branch information
PylotLight authored Dec 28, 2024
1 parent 0e89187 commit b9f2d71
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ It runs locally and even works directly in the browser, allowing you to create w

## Setup

You'll need to install the [@xenova/transformers](https://www.npmjs.com/package/@xenova/transformers) package as a peer dependency:
You'll need to install the [@huggingface/transformers](https://www.npmjs.com/package/@huggingface/transformers) package as a peer dependency:

```bash npm2yarn
npm install @xenova/transformers
npm install @huggingface/transformers
```

import IntegrationInstallTooltip from "@mdx_components/integration_install_tooltip.mdx";
Expand Down

0 comments on commit b9f2d71

Please sign in to comment.