Skip to content

Commit

Permalink
quick-start: A small note about transformers install (#741)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmpetrov authored Dec 24, 2024
1 parent 9b5d8d1 commit 60256d6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ Batch inference with a simple sentiment model using the
pip install transformers
```

Note, `transformers` works only if `torch`, `tensorflow` >= 2.0, or `flax` are installed.

The code below downloads files from the cloud, and applies a
user-defined function to each one of them. All files with a positive
sentiment detected are then copied to the local directory.
Expand Down

0 comments on commit 60256d6

Please sign in to comment.