Skip to content

Commit 1e2515e

Browse files
authored
fix: add install step of profiler's dependency (flashinfer-ai#929)
As the title suggest, `tg4perfetto` requires the specific version of `protobuf` as dependency (i.e., 3.20.0)
1 parent e3853dd commit 1e2515e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

profiler/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ The Chrome tracing do not support overlapping events inside a single thread (the
88

99
```bash
1010
# pip install from github
11+
pip install protobuf==3.20.0
1112
pip install git+https://github.com/ihavnoid/tg4perfetto.git
1213
```
1314

0 commit comments

Comments
 (0)