Skip to content

Commit

Permalink
Update the required tools in order to match the versions used in the …
Browse files Browse the repository at this point in the history
…grader
  • Loading branch information
SebastianHurubaru committed Jan 5, 2023
1 parent c7c42de commit 237b582
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
######################################################################
# Required installs even for conda

torch==1.10.0
torchvision==0.11.1
torch==1.10.1
torchvision==0.11.2
transformers==4.17.0
datasets==2.0.0
spacy
Expand Down
11 changes: 8 additions & 3 deletions setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"source": [
"import torch\n",
"\n",
"assert torch.__version__ == '1.10.0',\\\n",
"assert torch.__version__ == '1.10.1',\\\n",
" f\"torch version is {torch.__version__}\""
]
},
Expand Down Expand Up @@ -193,7 +193,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"display_name": "nlu",
"language": "python",
"name": "python3"
},
Expand All @@ -207,7 +207,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.7"
"version": "3.9.12"
},
"vscode": {
"interpreter": {
"hash": "81ef301a63437b26d6f879bc64646dce7fed7674109198cc71f09ca02787000d"
}
}
},
"nbformat": 4,
Expand Down

0 comments on commit 237b582

Please sign in to comment.