Andrey Aralov
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 ```...
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...
As for `ubuntu22`, an **undocumented** hack is required to build the library in the container (I found it in the definition of the GitHub actions workflow): ```shell $ ln -s...