Skip to content

Commit

Permalink
Add support for Apple M1
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenchan committed Sep 15, 2021
1 parent 08f6064 commit 52887f3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/latest/overview/get_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,17 @@
]}
/>

Note: On Windows add the arg `-f https://download.pytorch.org/whl/torch_stable.html` to install PyTorch correctly
<div className="max-w-xl bg-yellow-light-theme border-l-8 border-yellow-dark-theme px-6 pt-6 pb-4 my-4 rounded-md dark:bg-yellow-900">

**Windows:** On Windows add the arg `-f https://download.pytorch.org/whl/torch_stable.html` to install PyTorch correctly

</div>

<div className="max-w-xl bg-yellow-light-theme border-l-8 border-yellow-dark-theme px-6 pt-6 pb-4 my-4 rounded-md dark:bg-yellow-900">

**Apple M1 (a.k.a. Apple Silicon):** Please check out [this thread](https://github.com/deepset-ai/haystack/issues/1310#issuecomment-900301287) for a guide on installation

</div>

<div style={{ marginBottom: "3rem" }} />

Expand Down

0 comments on commit 52887f3

Please sign in to comment.