Skip to content

Commit

Permalink
docs(frontend-python): Additional information about GPU wheels install
Browse files Browse the repository at this point in the history
  • Loading branch information
bcm-at-zama authored and BourgerieQuentin committed Jun 21, 2024
1 parent 6ac7ff0 commit 4ea1d2b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/get-started/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ pip install -U pip wheel setuptools
pip install concrete-python[full]
```

{% hint style="info" %}
Not all versions are available on PyPI. If you need a version that is not on PyPI (including nightly releases), you can install it from our package index by adding --index-url https://pypi.zama.ai/cpu.

In particular, wheels with **GPU support** are not on PyPI. You can install it from our package index by adding --index-url https://pypi.zama.ai/gpu, more information on GPU wheels [here](https://docs.zama.ai/concrete/execution-analysis/gpu_acceleration).
{% endhint %}

{% hint style="info" %}
The full version requires [pygraphviz](https://pygraphviz.github.io/), which depends on [graphviz](https://graphviz.org/). Make sure to [install](https://pygraphviz.github.io/documentation/stable/install.html) all the dependencies on your operating system before installing `concrete-python[full]`.
{% endhint %}
Expand Down

0 comments on commit 4ea1d2b

Please sign in to comment.