Skip to content

Commit

Permalink
Fixing install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbjuan committed Nov 13, 2024
1 parent ead6af1 commit e3d3dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/ai-transpiler-passes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To use the AI transpiler passes, first [install the `qiskit-ibm-transpiler` pack
If you want to use the AI-powered transpiler passes in your local environment for free you need install `qiskit-ibm-transpiler` with some extra dependencies as follows:

```sh
pip install qiskit-ibm-transpiler["ai-local-mode"]
pip install qiskit-ibm-transpiler[ai-local-mode]
```

Without these extra dependencies, the AI-powered transpiler passes run on the cloud through the Qiskit Transpiler Service (available only for IBM Quantum™ Premium Plan users). After installing the extra dependencies, the default mode to run the AI-powered transpiler passes is to use your local machine.
Expand Down

0 comments on commit e3d3dd0

Please sign in to comment.