Andrey Aralov

Results 4 comments of Andrey Aralov

I think for `HasSqlValueSyntax` the following would be enough: ```haskell instance ( ToField a ) => HasSqlValueSyntax SqliteValueSyntax a where sqlValueSyntax f = SqliteValueSyntax . emitValue $ toField f ```...

I've faced this issue today. Has it not been fixed since then? Did you find workaround?

Okay, I've figured out the solution, but not the reason. Setting `NCCL_P2P_DISABLE=1` fixes the timeout issue and the model runs perfectly well. I think it has something to do with...