1 parent b715555 commit 76c8ceaCopy full SHA for 76c8cea
1 file changed
.github/run-transformer-engine-tests-as-lit-jobs.py
@@ -21,6 +21,7 @@ def main(gh_run_id: str = ""):
21
print("Starting studio...")
22
s.start(machine=Machine.L40S, interruptible=False)
23
print("Installing Thunder and other requirements...")
24
+ s.run("conda install -c conda-forge libstdcxx-ng")
25
s.run(f"pip install {pkg_path} -U -r requirements/test.txt")
26
s.run("pip install --no-build-isolation 'transformer_engine[pytorch]'")
27
0 commit comments