Skip to content

Commit

Permalink
fix: Colab Cuda version
Browse files Browse the repository at this point in the history
  • Loading branch information
SociallyIneptWeeb authored Dec 16, 2023
1 parent 536e2c6 commit c90f5ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AICoverGen_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"timer = 0\n",
"threading.Thread(target=update_timer_and_print, daemon=True).start()\n",
"\n",
"# Colab Cuda Fix Version",
"!sudo apt update\n",
"!yes | sudo DEBIAN_FRONTEND=noninteractive apt-get -yq install cuda-11-8\n",
"!rm -rf sample_data\n",
"%cd HRVC\n",
"clear_output()\n",
Expand Down

0 comments on commit c90f5ee

Please sign in to comment.