Skip to content

Commit 6f76e3d

Browse files
dnikolaev-amdpruthvistony
authored andcommitted
[rocm6.3_internal_testing] add tlparse into requirements-ci.txt (#1613)
this PR add tlparse==0.3.25 into requirementss-ci.txt fix dynamo/test_structured_trace.py Error message: FileNotFoundError: [Errno 2] No such file or directory: 'tlparse' Fixes: https://ontrack-internal.amd.com/browse/SWDEV-480494 (cherry picked from commit 70fdaed) (cherry picked from commit 079b3a2)
1 parent d726574 commit 6f76e3d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.ci/docker/requirements-ci.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ tb-nightly==2.13.0a20230426
263263
#Pinned versions:
264264
#test that import:
265265

266+
tlparse==0.3.25
267+
#Description: parse logs produced by torch.compile
268+
#Pinned versions:
269+
#test that import: dynamo/test_structured_trace.py
270+
266271
# needed by torchgen utils
267272
typing-extensions>=4.10.0
268273
#Description: type hints for python

0 commit comments

Comments
 (0)