Remove "-r" when installing Petals in examples (#122)

pull/104/head
Max Ryabinin 1 year ago committed by GitHub
parent d29ef70c85
commit 4ffb4d83c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -36,7 +36,7 @@
"import subprocess\n",
"import sys\n",
"\n",
"!pip install -r git+https://github.com/bigscience-workshop/petals\n",
"!pip install git+https://github.com/bigscience-workshop/petals\n",
"!pip install datasets wandb\n",
"\n",
"IN_COLAB = 'google.colab' in sys.modules\n",

@ -36,7 +36,7 @@
"import subprocess\n",
"import sys\n",
"\n",
"!pip install -r git+https://github.com/bigscience-workshop/petals\n",
"!pip install git+https://github.com/bigscience-workshop/petals\n",
"!pip install datasets wandb\n",
"\n",
"IN_COLAB = 'google.colab' in sys.modules\n",

Loading…
Cancel
Save