Explorar el Código

Update prompt-tuning-sst2.ipynb

Alexander Borzunov hace 2 años
padre
commit
e4e867e2f3
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      examples/prompt-tuning-sst2.ipynb

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

@@ -36,7 +36,8 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "%pip install -q petals datasets wandb"
+    "%pip install -q git+https://github.com/bigscience-workshop/petals",
+    "%pip install -q datasets wandb"
    ]
   },
   {