瀏覽代碼

Update notebooks

Aleksandr Borzunov 2 年之前
父節點
當前提交
b1183000d6
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 2
      examples/prompt-tuning-personachat.ipynb
  2. 0 2
      examples/prompt-tuning-sst2.ipynb

+ 0 - 2
examples/prompt-tuning-personachat.ipynb

@@ -42,8 +42,6 @@
     "if IN_COLAB:\n",
     "    subprocess.run(\"git clone https://github.com/bigscience-workshop/petals\", shell=True)\n",
     "    subprocess.run(\"pip install -r petals/requirements.txt\", shell=True)\n",
-    "    subprocess.run(\"pip uninstall -y hivemind\", shell=True)\n",
-    "    subprocess.run(\"pip install git+https://github.com/learning-at-home/hivemind@94c985d2dc7a79a091e46c755e9f2f4469b164c7\", shell=True)\n",
     "    subprocess.run(\"pip install datasets wandb\", shell=True)\n",
     "\n",
     "    try:\n",

+ 0 - 2
examples/prompt-tuning-sst2.ipynb

@@ -42,8 +42,6 @@
     "if IN_COLAB:\n",
     "    subprocess.run(\"git clone https://github.com/bigscience-workshop/petals\", shell=True)\n",
     "    subprocess.run(\"pip install -r petals/requirements.txt\", shell=True)\n",
-    "    subprocess.run(\"pip uninstall -y hivemind\", shell=True)\n",
-    "    subprocess.run(\"pip install git+https://github.com/learning-at-home/hivemind@94c985d2dc7a79a091e46c755e9f2f4469b164c7\", shell=True)\n",
     "    subprocess.run(\"pip install datasets wandb\", shell=True)\n",
     "\n",
     "    try:\n",