forked from phoenix-oss/llama-stack-mirror
Revert "install pandas and numpy beforehand to avoid version mismatch"
This reverts commit 6e0bc5b078
.
This commit is contained in:
parent
934de0a281
commit
5a68a28263
1 changed files with 12 additions and 16 deletions
|
@ -123,11 +123,6 @@
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# NBVAL_SKIP\n",
|
"# NBVAL_SKIP\n",
|
||||||
"\n",
|
|
||||||
"# Need to install these together beforehand else it an lead to incompatible versions between these packages\n",
|
|
||||||
"!pip uninstall pandas numpy -y\n",
|
|
||||||
"!pip install pandas numpy\n",
|
|
||||||
"\n",
|
|
||||||
"# This will build all the dependencies you will need\n",
|
"# This will build all the dependencies you will need\n",
|
||||||
"!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv"
|
"!UV_SYSTEM_PYTHON=1 llama stack build --template together --image-type venv"
|
||||||
]
|
]
|
||||||
|
@ -2485,6 +2480,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"data": {
|
"data": {
|
||||||
|
"application/javascript": "\n (async () => {\n const url = new URL(await google.colab.kernel.proxyPort(10000, {'cache': true}));\n const iframe = document.createElement('iframe');\n iframe.src = url;\n iframe.setAttribute('width', '100%');\n iframe.setAttribute('height', '800');\n iframe.setAttribute('frameborder', 0);\n document.body.appendChild(iframe);\n })();\n ",
|
||||||
"text/plain": [
|
"text/plain": [
|
||||||
"<IPython.core.display.Javascript object>"
|
"<IPython.core.display.Javascript object>"
|
||||||
]
|
]
|
||||||
|
@ -4355,7 +4351,8 @@
|
||||||
")\n",
|
")\n",
|
||||||
"\n",
|
"\n",
|
||||||
"for log in EventLogger().log(response):\n",
|
"for log in EventLogger().log(response):\n",
|
||||||
" log.print()\n"
|
" log.print()\n",
|
||||||
|
" "
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -4373,9 +4370,6 @@
|
||||||
"gpuType": "T4",
|
"gpuType": "T4",
|
||||||
"provenance": []
|
"provenance": []
|
||||||
},
|
},
|
||||||
"fileHeader": "",
|
|
||||||
"fileUid": "e07d15da-69ef-456e-b4d6-f15fde511281",
|
|
||||||
"isAdHoc": false,
|
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
"display_name": "master",
|
"display_name": "master",
|
||||||
"language": "python",
|
"language": "python",
|
||||||
|
@ -9869,5 +9863,7 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"nbformat": 4,
|
||||||
|
"nbformat_minor": 5
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue