Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Jul 26, 2024
1 parent f4c1c93 commit 067283a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pvnet_summation/models/base_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def __init__(
self.pvnet_model_version = model_version

self.pvnet_model = PVNetBaseModel.from_pretrained(
model_name,
model_id=model_name,
revision=model_version,
)
self.pvnet_model.requires_grad_(False)
Expand Down

0 comments on commit 067283a

Please sign in to comment.