Skip to content

Commit 70fdaed

Browse files
[rocm6.2_internal_testing] revert revert add tlparse into requirements-ci.txt (#1608)
this PR add tlparse==0.3.7 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
1 parent 8531805 commit 70fdaed

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
@@ -255,6 +255,11 @@ tb-nightly==2.13.0a20230426
255255
#Pinned versions:
256256
#test that import:
257257

258+
tlparse==0.3.7
259+
#Description: parse logs produced by torch.compile
260+
#Pinned versions:
261+
#test that import: dynamo/test_structured_trace.py
262+
258263
# needed by torchgen utils
259264
typing-extensions
260265
#Description: type hints for python

0 commit comments

Comments
 (0)