Skip to content

Commit

Permalink
#0: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dvartaniansTT committed Nov 15, 2024
1 parent 5587b91 commit 008c50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/demos/yolov4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
pytest models/demos/wormhole/yolov4/test_yolov4_performant.py::test_run_yolov4_trace_2cqs_inference[True-1-act_dtype0-weight_dtype0-device_params0]
```

- You may try the interactive web demo following this [instructions](https://github.com/tenstorrent/tt-metal/blob/main/models/demos/yolov4/web_demo/README.md) (25-30 FPS). NOTE: The post-processing is currently running on host. It will be moved to device soon which should significantly improve the end to end FPS.
- You may try the interactive web demo following the instructions here: models/demos/yolov4/web_demo/README.md (25-30 FPS). NOTE: The post-processing is currently running on host. It will be moved to device soon which should significantly improve the end to end FPS.


- Use the following command to run a single-image demo for visualization. NOTE: the following demos are intented for visualization. It is not the performant implementation yet. And, the post processing is currently done on host which we will be moving to device soon.
Expand Down

0 comments on commit 008c50a

Please sign in to comment.