diff --git a/samples/colab_haystackv1_integration.ipynb b/samples/colab_haystackv1_integration.ipynb index f515b5f..dba729b 100644 --- a/samples/colab_haystackv1_integration.ipynb +++ b/samples/colab_haystackv1_integration.ipynb @@ -36,7 +36,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install haystack[inference] lm-format-enforcer accelerate bitsandbytes cpm_kernels huggingface_hub\n", + "!pip install farm-haystack[inference] lm-format-enforcer accelerate bitsandbytes cpm_kernels huggingface_hub\n", "\n", "# When running from source / developing the library, use this instead\n", "# %load_ext autoreload\n", diff --git a/samples/colab_haystackv2_integration.ipynb b/samples/colab_haystackv2_integration.ipynb index e25ab36..dfe5fcb 100644 --- a/samples/colab_haystackv2_integration.ipynb +++ b/samples/colab_haystackv2_integration.ipynb @@ -36,7 +36,7 @@ "metadata": {}, "outputs": [], "source": [ - "!pip install farm-haystack lm-format-enforcer accelerate bitsandbytes cpm_kernels huggingface_hub\n", + "!pip install farm-haystack[inference] lm-format-enforcer accelerate bitsandbytes cpm_kernels huggingface_hub\n", "\n", "# When running from source / developing the library, use this instead\n", "# %load_ext autoreload\n",