Update reusable_verifier.ipynb

This commit is contained in:
dante
2025-10-10 09:55:59 -04:00
parent f9c96011b7
commit a8aaeafe3a

View File

@@ -173,7 +173,7 @@
" assert os.path.isfile(settings_path)\n",
"\n",
" # GENERATE A PROOF\n",
" res = ezkl.prove(witness_path, compiled_model_path, pk_path, proof_path, \"single\")\n",
" res = ezkl.prove(witness_path, compiled_model_path, pk_path, proof_path)\n",
" assert os.path.isfile(proof_path)\n",
"\n",
" res = await ezkl.create_evm_verifier(vk_path, settings_path, sol_code_path, abi_path, reusable=True)\n",