We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
For the 110M TinyStories canister, this works fine:
dfx canister call --network ic "obk3p-xiaaa-aaaag-ab2oa-cai" new_chat '()' dfx canister call --network ic "obk3p-xiaaa-aaaag-ab2oa-cai" inference '(record {prompt = "" : text; steps = 10 : nat64; temperature = 0.0 : float32; topp = 0.9 : float32; rng_seed = 0 : nat64;})'
But this fails:
dfx canister call --network ic "obk3p-xiaaa-aaaag-ab2oa-cai" new_chat '()' dfx canister call --network ic "obk3p-xiaaa-aaaag-ab2oa-cai" inference '(record {prompt = "Bobby" : text; steps = 10 : nat64; temperature = 0.0 : float32; topp = 0.9 : float32; rng_seed = 0 : nat64;})' Error: Failed update call. Caused by: Failed update call. The replica returned a replica error: Replica Error: reject code CanisterError, reject message Canister obk3p-xiaaa-aaaag-ab2oa-cai exceeded the instruction limit for single message execution., error code None
The text was updated successfully, but these errors were encountered:
icppWorld
No branches or pull requests
For the 110M TinyStories canister, this works fine:
But this fails:
The text was updated successfully, but these errors were encountered: