Skip to content

Commit cc6e68a

Browse files
dnikolaev-amdjithunnair-amd
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 a29ee9a commit cc6e68a

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
@@ -252,6 +252,11 @@ tb-nightly==2.13.0a20230426
252252
#Pinned versions:
253253
#test that import:
254254

255+
tlparse==0.3.25
256+
#Description: parse logs produced by torch.compile
257+
#Pinned versions:
258+
#test that import: dynamo/test_structured_trace.py
259+
255260
# needed by torchgen utils
256261
typing-extensions
257262
#Description: type hints for python

0 commit comments

Comments
 (0)