Skip to content

Commit

Permalink
[QA Bug] Remove NGC dependency (#494)
Browse files Browse the repository at this point in the history
This allows the checkpoint to be optionally downloaded from PBSS for QA
testing.
  • Loading branch information
farhadrgh authored Dec 3, 2024
1 parent 793f407 commit 7f9fd66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def train_model(
seed = 42

# To download a 650M pre-trained ESM2 model
pretrain_ckpt_path = load("esm2/650m:2.0", source="ngc")
pretrain_ckpt_path = load("esm2/650m:2.0")

config = ESM2FineTuneSeqConfig(initial_ckpt_path=str(pretrain_ckpt_path))

Expand Down

0 comments on commit 7f9fd66

Please sign in to comment.