Skip to content

Commit

Permalink
Update Google Colab Notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
AliOsm committed Nov 1, 2024
1 parent 2a209ef commit 8c40fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colab_notebook.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"print('جارٍ تجهيز بيئة العمل.')\n",
"\n",
"# Setup Tafrigh.\n",
"%pip install -U tafrigh[wit,whisper]==1.6.1 > install_logs.txt\n",
"%pip install -U tafrigh[wit,whisper]==1.7.0 > install_logs.txt\n",
"\n",
"# Start: Quick fix related to Colab, HuggingFace, and faster-whisper.\n",
"!apt install libcublas11 > fix_logs.txt\n",
Expand Down Expand Up @@ -138,8 +138,8 @@
" input=Config.Input(\n",
" urls_or_paths=list(map(str.strip, urls.split(' '))) if len(urls.strip()) else ['.'],\n",
" skip_if_output_exist=False,\n",
" playlist_items='',\n",
" download_retries=3,\n",
" yt_dlp_options='{}',\n",
" verbose=False,\n",
" ),\n",
" whisper=Config.Whisper(\n",
Expand Down

0 comments on commit 8c40fd7

Please sign in to comment.