Skip to content

Commit

Permalink
Update shortfin user instructions to use up to the supported torch ve…
Browse files Browse the repository at this point in the history
…rsion of 2.5.1+cpu (#937)

Update shortfin user instructions to use up to the supported torch
version of 2.5.1+cpu. The exported IR using torch2.6.0+cpu fails to
compile and needs further investigating.

---------

Signed-off-by: aviator19941 <avinash.sharma@amd.com>
  • Loading branch information
aviator19941 authored Feb 12, 2025
1 parent cf6d678 commit b3a5219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shortfin/llm/user/llama_serving.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ following either https://pytorch.org/get-started/locally/ or our recommendation:

```bash
# Fast installation of torch with just CPU support.
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install torch --index-url https://download.pytorch.org/whl/cpu "torch>=2.3.0,<2.6.0"
```

### Prepare a working directory
Expand Down

0 comments on commit b3a5219

Please sign in to comment.