Skip to content

Commit

Permalink
Correcting colab notebook imports
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Nov 9, 2023
1 parent 700d633 commit 5ce6c22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/colab_haystackv1_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion samples/colab_haystackv2_integration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ce6c22

Please sign in to comment.