mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-08-31 11:56:35 +00:00
parent
f388ca025c
commit
a54d6a5bd7
@ -26,8 +26,12 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"! pip install git+https://github.com/deepset-ai/haystack.git\n",
|
"# Install the latest release of Haystack in your own environment \n",
|
||||||
"#! pip install farm-haystack"
|
"#! pip install farm-haystack\n",
|
||||||
|
"\n",
|
||||||
|
"# Install the latest master of Haystack and install the version of torch that works with the colab GPUs\n",
|
||||||
|
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
"!pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -19,7 +19,12 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"! pip install git+https://github.com/deepset-ai/haystack.git"
|
"# Install the latest release of Haystack in your own environment \n",
|
||||||
|
"#! pip install farm-haystack\n",
|
||||||
|
"\n",
|
||||||
|
"# Install the latest master of Haystack and install the version of torch that works with the colab GPUs\n",
|
||||||
|
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
"!pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -19,8 +19,12 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"! pip install git+https://github.com/deepset-ai/haystack.git\n",
|
"# Install the latest release of Haystack in your own environment \n",
|
||||||
"#! pip install farm-haystack"
|
"#! pip install farm-haystack\n",
|
||||||
|
"\n",
|
||||||
|
"# Install the latest master of Haystack and install the version of torch that works with the colab GPUs\n",
|
||||||
|
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
"!pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -27,9 +27,12 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"#TODO\n",
|
"# Install the latest release of Haystack in your own environment \n",
|
||||||
"! pip install git+https://github.com/deepset-ai/haystack.git\n",
|
"#! pip install farm-haystack\n",
|
||||||
"#! pip install farm-haystack"
|
"\n",
|
||||||
|
"# Install the latest master of Haystack and install the version of torch that works with the colab GPUs\n",
|
||||||
|
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
"!pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -1538,8 +1538,12 @@
|
|||||||
"colab": {}
|
"colab": {}
|
||||||
},
|
},
|
||||||
"source": [
|
"source": [
|
||||||
"# Recommended: Start Elasticsearch using Docker\n",
|
"# Install the latest release of Haystack in your own environment \n",
|
||||||
"#! docker run -d -p 9200:9200 -e \"discovery.type=single-node\" elasticsearch:7.6.2"
|
"#! pip install farm-haystack\n",
|
||||||
|
"\n",
|
||||||
|
"# Install the latest master of Haystack and install the version of torch that works with the colab GPUs\n",
|
||||||
|
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
"!pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||||
],
|
],
|
||||||
"execution_count": 0,
|
"execution_count": 0,
|
||||||
"outputs": []
|
"outputs": []
|
||||||
|
@ -79,7 +79,12 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"source": [
|
||||||
"! pip install git+https://github.com/deepset-ai/haystack.git"
|
"# Install the latest release of Haystack in your own environment \n",
|
||||||
|
"#! pip install farm-haystack\n",
|
||||||
|
"\n",
|
||||||
|
"# Install the latest master of Haystack and install the version of torch that works with the colab GPUs\n",
|
||||||
|
"!pip install git+https://github.com/deepset-ai/haystack.git\n",
|
||||||
|
"!pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user