Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
eagarvey-amd committed Jan 8, 2025
1 parent 0a566df commit f947ec0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shortfin/python/shortfin_apps/flux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ By default, the port is set to 8000. If you would like to change this, use `--po

You can check if this (or any) port is in use on Linux with `ss -ntl | grep 8000`.

From a source checkout of shortfin:
```
python -m shortfin_apps.flux.server --device=amdgpu --device_ids=0 --build_preference=precompiled --topology="spx_single"
python -m shortfin_apps.flux.server --model_config=./python/shortfin_apps/flux/examples/flux_dev_config_mixed.json --device=amdgpu --fibers_per_device=1 --workers_per_device=1 --isolation="per_fiber" --flagfile=./python/shortfin_apps/flux/examples/flux_flags_gfx942.txt --build_preference=precompiled
```
- Wait until your server outputs:
```
Expand Down

0 comments on commit f947ec0

Please sign in to comment.