deepset-ai / haystack-tutorials

Here you can find all the Tutorials for Haystack 📓
https://haystack.deepset.ai/tutorials
Apache License 2.0
257 stars 87 forks source link

Little fix in tutorial 2 #252

Closed anakin87 closed 10 months ago

anakin87 commented 10 months ago

I have verified that devices=["mps"] makes this tutorial fail in Colab with the error: RuntimeError: PyTorch is not linked with support for mps devices

So I'm removing this parameter.

I also noticed that we are not testing this tutorial nightly. Do you know why?

review-notebook-app[bot] commented 10 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

bilgeyucel commented 10 months ago

Hi @anakin87, thank you for opening the PR. This tutorial requires GPU and we don't have access to GPU support in our nightly tests. So, some tutorials unfortunately aren't tested regularly