Unverified Commit b8b5be86 authored by Gustaf Ahdritz's avatar Gustaf Ahdritz Committed by GitHub
Browse files

Remove submodule scripting from inference script

parent 71057ac7
......@@ -49,7 +49,7 @@ def main(args):
model = AlphaFold(config)
model = model.eval()
import_jax_weights_(model, args.param_path)
script_preset_(model)
#script_preset_(model)
model = model.to(args.model_device)
template_featurizer = templates.TemplateHitFeaturizer(
......
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