saiskandadotin commited on
Commit
37b7ac7
·
verified ·
1 Parent(s): 4715d4f

Upload /Copy_of_Qwen3_(0_6B)_Phone_Deployment.ipynb with huggingface_hub

Browse files
Copy_of_Qwen3_(0_6B)_Phone_Deployment.ipynb CHANGED
@@ -999,8 +999,9 @@
999
  "from google.colab import drive\n",
1000
  "drive.mount('/content/drive')\n",
1001
  "\n",
1002
- "# This copies everything in the current folder to your Drive folder\n",
1003
- "!cp -r . /content/drive/MyDrive/z_temp/qwen3"
 
1004
  ],
1005
  "metadata": {
1006
  "id": "VUvRUtmAHiJC",
 
999
  "from google.colab import drive\n",
1000
  "drive.mount('/content/drive')\n",
1001
  "\n",
1002
+ "# This tells the shell to copy everything except the 'drive' directory\n",
1003
+ "!shopt -s extglob\n",
1004
+ "!cp -r !(drive) /content/drive/MyDrive/z_temp/qwen3"
1005
  ],
1006
  "metadata": {
1007
  "id": "VUvRUtmAHiJC",