Skip to content

Commit 76c8cea

Browse files
authored
try to fix te ci (#2443)
1 parent b715555 commit 76c8cea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/run-transformer-engine-tests-as-lit-jobs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def main(gh_run_id: str = ""):
2121
print("Starting studio...")
2222
s.start(machine=Machine.L40S, interruptible=False)
2323
print("Installing Thunder and other requirements...")
24+
s.run("conda install -c conda-forge libstdcxx-ng")
2425
s.run(f"pip install {pkg_path} -U -r requirements/test.txt")
2526
s.run("pip install --no-build-isolation 'transformer_engine[pytorch]'")
2627

0 commit comments

Comments
 (0)