Skip to content

Commit

Permalink
Merge branch 'ko3n1g/fix/setup' into 'main'
Browse files Browse the repository at this point in the history
fix: Setup requirements

See merge request ADLR/megatron-lm!2579
  • Loading branch information
ko3n1g committed Jan 22, 2025
2 parents 27756f4 + 4df1108 commit 5c12382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


def req_file(filename, folder="requirements"):
environment = os.getenv("PY_ENV", "pytorch:24.07")
environment = os.getenv("PY_ENV", "pytorch_24.10")

content = []
with open(os.path.join(folder, environment, filename), encoding='utf-8') as f:
Expand Down

0 comments on commit 5c12382

Please sign in to comment.