Skip to content

Commit

Permalink
Add temporary instructions to sd README for manual dev wheel install
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Nov 14, 2024
1 parent b9a87d0 commit 2408a7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shortfin/python/shortfin_apps/sd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ pip install pillow
pip install shark-ai
```

Temporarily, you may need an update to your `shortfin` install.
Choose the latest pre-release from https://github.com/nod-ai/SHARK-Platform/releases/tag/dev-wheels, and install with:
```
pip uninstall shortfin -y
pip install https://<pre-release>.whl
```

```
python -m shortfin_apps.sd.server --help
```
Expand Down

0 comments on commit 2408a7b

Please sign in to comment.