Levi McCallum

Results 26 comments of Levi McCallum

Tested and working pretty well. Need feedback on the API. Ready to be merged. I updated the framework to Swift 5 while I was at it.

@mhmiles is this something you'd be interested in merging into master?

FYI, this can be resolved by passing in `Log.Logger` as the missing parameter: ``` var ExitCode = Utils.RunLocalProcessAndPrintfOutput(StartInfo, Log.Logger); ```

I dug into this and was able to get logging working fine with @cloudflare/next-on-pages. What didn't work fine, which is what made me think there was an issue in the...

I looked into this. Looks like a non-trivial change since `zod-to-json-schema` [simply returns an `anyOf` set](https://github.com/StefanTerdell/zod-to-json-schema/blob/159dc889d1f6e6215475a9559a30110d878fed00/src/parsers/union.ts#L42) whenever it sees a union with the `openapi3` option. To properly support [OpenAPI3 style...

I wrote a hacky implementation to start a discussion, but realized that my needs were for nested discriminated unions, which are not supported in the OpenAPI 3 spec. I closed...

For a brief moment I got it to build, but same error after reproing.

Tried various pytorch versions, no luck. Installing from an empty container image and pip installing the repo like described in the readme.

Bumping vram to 80GB resolved the issue for me. Possibly an OOM error in disguise?