mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-11-02 02:39:51 +00:00
Bump FARM to 0.4.9. Remove custom torch installation from colab tutorials (#404)
This commit is contained in:
parent
271ff30262
commit
747e0c0046
@ -1,4 +1,4 @@
|
||||
farm==0.4.8
|
||||
farm==0.4.9
|
||||
--find-links=https://download.pytorch.org/whl/torch_stable.html
|
||||
fastapi
|
||||
uvicorn
|
||||
|
||||
@ -29,9 +29,8 @@
|
||||
"# 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.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -24,9 +24,8 @@
|
||||
"# 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.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -24,9 +24,8 @@
|
||||
"# 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.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -32,9 +32,8 @@
|
||||
"# 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.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -45,9 +45,8 @@
|
||||
"# 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.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
@ -284,9 +284,8 @@
|
||||
"# 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.6.0+cu101 -f https://download.pytorch.org/whl/torch_stable.html"
|
||||
"# Install the latest master of Haystack\n",
|
||||
"!pip install git+https://github.com/deepset-ai/haystack.git"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user