Sfoglia il codice sorgente

Update prompt-tuning-sst2.ipynb

Alexander Borzunov 2 anni fa
parent
commit
e4e867e2f3
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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"
    ]
   },
   {