deroholic
deroholic
When transferring a non-Dero asset via RPC to the wallet, it will silently fail if the "Priority" is set to 1.0 in the wallet. If debug statements are added to...
New DVM functions, please review
When attempting to update the contract code with a file of 10334 bytes derod panics with: "error": "Recovered in function Insufficient Storage Gas stack goroutine 389 Looking at config/config.go: https://github.com/deroproject/derohe/blob/main/config/config.go#L44...
When upgrading to the latest derod (rel 74) from what I was running (rel 48) I notices that one thread of the derod process is always pegged at 100% cpu...
This function: ``` Function TestRun(a1 Uint64,a2 Uint64) Uint64 10 dim s1, s2, r as Uint64 20 LET r = a1
If labels are passed to the model along with the input_ids, it will return the loss. Otherwise it functions the same as it did originally. This allows it to be...
The save_pretrained() method can and often will fail when training with multi-processes because the save directory can be created by another process after the check of its existence which will...