Skip to content

Commit 846d436

Browse files
committed
Readme updates
1 parent 860e149 commit 846d436

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • Qwen-Qwen2.5-1.5B-Instruct/QNN
  • deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B/QNN
  • meta-llama-Llama-3.2-1B-Instruct/QNN
  • microsoft-Phi-3.5-mini-instruct/QNN

Qwen-Qwen2.5-1.5B-Instruct/QNN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you previously installed Olive via PyPI or pinned it to version 0.9.3, please
7272
commit to install:
7373

7474
```bash
75-
pip uninstall olive
75+
pip uninstall olive-ai
7676
```
7777

7878
Replace `/path/to/qnn/env/bin` in [config_gpu.json](config_gpu.json) with the path to the directory containing your QNN environment's Python executable.

deepseek-ai-DeepSeek-R1-Distill-Qwen-1.5B/QNN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ If you previously installed Olive via PyPI or pinned it to version 0.9.3, please
4747
commit to install:
4848

4949
```bash
50-
pip uninstall olive
50+
pip uninstall olive-ai
5151
```
5252

5353
Replace `/path/to/qnn/env/bin` in [config_gpu.json](config_gpu.json) with the path to the directory containing your QNN environment's Python executable. This path can be found by running the following command in the environment:

meta-llama-Llama-3.2-1B-Instruct/QNN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ If you previously installed Olive via PyPI or pinned it to version 0.9.3, please
4848
commit to install:
4949

5050
```bash
51-
pip uninstall olive
51+
pip uninstall olive-ai
5252
```
5353

5454
Replace `/path/to/qnn/env/bin` in [config_gpu.json](config_gpu.json) with the path to the directory containing your QNN environment's Python executable. This path can be found by running the following command in the environment:

microsoft-Phi-3.5-mini-instruct/QNN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ If you previously installed Olive via PyPI or pinned it to version 0.9.3, please
7272
commit to install:
7373

7474
```bash
75-
pip uninstall olive
75+
pip uninstall olive-ai
7676
```
7777

7878
Replace `/path/to/qnn/env/bin` in [config_gpu.json](config_gpu.json) with the path to the directory containing your QNN environment's Python executable.

0 commit comments

Comments
 (0)