Skip to content

Commit

Permalink
adding dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
RashmikaReddy committed Dec 15, 2023
1 parent fec49d7 commit 368e73c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ dependencies = [
# This works, while installing from pytorch and cuda from conda does not",
"torch==2.0.1",
"transformers>=4.35.2",
"nltk",
]

# On a mac, install optional dependencies with `pip install '.[dev]'` (include the single quotes)
Expand Down

0 comments on commit 368e73c

Please sign in to comment.