Commit 91f031f5 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Fix formatting

parent b1780f4e
......@@ -397,8 +397,7 @@ def generate_translation_dict(model, version):
tps_blocks = model.template_pair_stack.blocks
tps_blocks_params = stacked(
[TemplatePairBlockParams(b) for b in tps_blocks]
)
)
template_param_dict = {
"template_embedding": {
"single_template_embedding": {
......@@ -421,6 +420,7 @@ def generate_translation_dict(model, version):
model.template_angle_embedder.linear_2
),
}
translations["evoformer"].update(template_param_dict)
if "_ptm" in version:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment