Skip to content

Commit

Permalink
fix colab cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
haven-jeon committed Nov 22, 2019
1 parent 780bf3a commit 4eebc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/NSMC/naver_review_classifications_gluon_kobert.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"outputs": [],
"source": [
"!pip install mxnet-cu100\n",
"!pip install mxnet-cu101\n",
"!pip install gluonnlp pandas tqdm\n",
"!pip install sentencepiece"
]
Expand Down Expand Up @@ -499,4 +499,4 @@
},
"nbformat": 4,
"nbformat_minor": 1
}
}

0 comments on commit 4eebc77

Please sign in to comment.