Skip to content

Commit

Permalink
Upgrade torch version 1.9.0 -> 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiayewken committed Apr 15, 2022
1 parent c440aa2 commit 8ce3656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ channels:
dependencies:
- python=3.7
- cudatoolkit=10.2
- pytorch=1.9.0
- pytorch=1.10.0
- transformers=4.7.0
- datasets=1.11.0
- pandas=1.2.4
- pydantic=1.8.1
- fastavro=1.4.0
- fire=0.4.0
- nltk=3.6.2
- nltk=3.6.6
- lxml=4.6.3
- editdistance=0.5.3
- seqeval=1.2.2
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
torch==1.9.0
torch==1.10.0
transformers==4.7.0
datasets==1.11.0
pandas==1.2.4
Expand Down

0 comments on commit 8ce3656

Please sign in to comment.