-
Notifications
You must be signed in to change notification settings - Fork 84
Conversation
de22883 to
e51dac9
Compare
e51dac9 to
65227bc
Compare
* Add much more information about installing build dependencies. * Fix the verification command to use the actual Python module name, so that verification succeeds.
65227bc to
ce94b1f
Compare
@kevinstephano
kevinstephano
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
zasdfgbnm
commented
Jun 11, 2026
!build
nvswarren
commented
Jun 16, 2026
It looks like the nvfuser-ci job failed/hung.
nvswarren
commented
Jun 16, 2026
I added some more notes re: running tests, since the CI failed for the previous push anyway. Even if CI continues to fail, at least these notes will be recorded in this PR, so people may be able to find them:-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P1 The trailing backslash on the transformers line causes shell line continuation, so the second pip install and its arguments are concatenated onto the first command. The shell sees one long command: pip install apache-tvm-ffi ... transformers pip install --no-build-isolation transformer_engine[pytorch], which passes the literal strings pip, install, and --no-build-isolation as package names — the transformer_engine installation never runs as a separate command.
e159cca to
19538fb
Compare
zasdfgbnm
commented
Jun 16, 2026
!test
so that verification succeeds.