mirror of
https://github.com/bigscience-workshop/petals
synced 2024-11-19 21:25:38 +00:00
Remove "-r" when installing Petals in examples (#122)
This commit is contained in:
parent
d29ef70c85
commit
4ffb4d83c7
@ -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…
Reference in New Issue
Block a user