mirror of
https://github.com/microsoft/autogen.git
synced 2025-11-18 11:05:00 +00:00
parent
6cb44484f6
commit
127e482ac8
@ -38,10 +38,10 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[notebook];\n",
|
"%pip install flaml[notebook]\n",
|
||||||
"# from v0.6.6, catboost is made an optional dependency to build conda package.\n",
|
"# from v0.6.6, catboost is made an optional dependency to build conda package.\n",
|
||||||
"# to install catboost without installing the notebook option, you can run:\n",
|
"# to install catboost without installing the notebook option, you can run:\n",
|
||||||
"# !pip install flaml[catboost]"
|
"# %pip install flaml[catboost]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[notebook];"
|
"%pip install flaml[notebook]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -569,7 +569,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"# !pip install optuna==2.8.0;"
|
"# %pip install optuna==2.8.0"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -192,7 +192,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[nlp,ray,notebook,blendsearch];"
|
"%pip install flaml[nlp,ray,notebook,blendsearch]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[notebook];"
|
"%pip install flaml[notebook]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -31,7 +31,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[notebook,vw];"
|
"%pip install flaml[notebook,vw]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -39,7 +39,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[azureml]"
|
"%pip install flaml[azureml]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -78,7 +78,7 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[notebook];"
|
"%pip install flaml[notebook]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -41,8 +41,8 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install flaml[nlp]==0.7.1 # in higher version of flaml, the API for nlp tasks changed\n",
|
"%pip install flaml[nlp]==0.7.1 # in higher version of flaml, the API for nlp tasks changed\n",
|
||||||
"!pip install transformers==3.4.0\n",
|
"%pip install transformers==3.4.0\n",
|
||||||
"from flaml.nlp import AutoTransformers\n"
|
"from flaml.nlp import AutoTransformers\n"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#!pip install torch transformers datasets ipywidgets flaml[blendsearch,ray];"
|
"# %pip install torch transformers datasets ipywidgets flaml[blendsearch,ray]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@ -18,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"!pip install torchvision flaml[blendsearch,ray];"
|
"%pip install torchvision flaml[blendsearch,ray]"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user