mirror of
https://github.com/bigscience-workshop/petals
synced 2024-11-19 21:25:38 +00:00
Force reinstall for hivemind in example notebooks (#88)
This commit is contained in:
parent
dc6ecccac5
commit
695df826c2
@ -42,6 +42,8 @@
|
||||
"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",
|
||||
|
@ -42,6 +42,8 @@
|
||||
"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",
|
||||
|
Loading…
Reference in New Issue
Block a user