fix runpod

This commit is contained in:
Victor Hall 2022-12-28 13:01:51 -05:00
parent 3d4bc5d8de
commit ecb8be97aa
1 changed files with 3 additions and 2 deletions

View File

@ -73,6 +73,8 @@
"metadata": {}, "metadata": {},
"outputs": [], "outputs": [],
"source": [ "source": [
"!pip install --upgrade jupyterlab\n",
"!pip install --upgrade ipywidgets\n",
"!pip install -q omegaconf\n", "!pip install -q omegaconf\n",
"!pip install -q einops\n", "!pip install -q einops\n",
"!pip install -q pytorch-lightning==1.6.5\n", "!pip install -q pytorch-lightning==1.6.5\n",
@ -86,7 +88,6 @@
"!pip install -q torchmetrics==0.6.0\n", "!pip install -q torchmetrics==0.6.0\n",
"!pip install -e .\n", "!pip install -e .\n",
"!pip install huggingface_hub\n", "!pip install huggingface_hub\n",
"!pip install ipywidgets==7.7.1\n",
"import ipywidgets as widgets\n", "import ipywidgets as widgets\n",
"print(finish_msg)" "print(finish_msg)"
] ]
@ -440,7 +441,7 @@
"name": "python", "name": "python",
"nbconvert_exporter": "python", "nbconvert_exporter": "python",
"pygments_lexer": "ipython3", "pygments_lexer": "ipython3",
"version": "3.8.13" "version": "3.8.13 (default, Oct 19 2022, 22:38:03) [MSC v.1916 64 bit (AMD64)]"
}, },
"vscode": { "vscode": {
"interpreter": { "interpreter": {