Unable to run inference.
#20
by
FarzSol - opened
I've been trying to run inference given "aqaffinity predict --query_json ./L1000.json --inference_ckpt_path --use_msa_server true --output_dir ./ --binding_affinity_ckpt_path ../../../model_weights/model_weights_only.safetensors --runner_yaml ./runner.yaml" command. However, it fails to run due to either broken checkpoint file "Checkpoint loading fails with _pickle.UnpicklingError: invalid load key, 'v'".
It could be due to torch version mismatch or missing files.
Could you please provide more straightforward implementation documentation?