when I try to generate a proof with the command:
- giza prove --framework EZKL --model-id 419 --version-id 2 --size S input.json
I get the following error:
- Exception: Token expired or not set. API Key not available. Log in again.
It seems that the expiration time of the token has a higher priority than the time it takes for the proof to be generated. I think it would make more sense to check if the token is expired every time the user wants to launch a command, and not at runtime.
when I try to generate a proof with the command:
I get the following error:
It seems that the expiration time of the token has a higher priority than the time it takes for the proof to be generated. I think it would make more sense to check if the token is expired every time the user wants to launch a command, and not at runtime.