Fabrizio Fortino
Fabrizio Fortino
Newer versions of `base64` on OS/X supports both `-D` and `-d` for decoding: ``` Usage: base64 [-hvDd] [-b num] [-i in_file] [-o out_file] -h, --help display this message -Dd, --decode...
@kabir any update on this PR? Happy to help!
something like: ``` Select one or more options ❯ • option 1 • option 2 • option 3 • option 4 • option 5 x toggle • a select all...
@wirthual results with `--engine torch` look good. Is this a bug? The `Docker container for CPU` documentation says: `Optimum/Onnx is often the prefered engine`.
@wirthual thanks for the explanation. I re-ran the same test with the above inputs and ```docker docker run --rm -it \ -p 8080:8080 \ michaelf34/infinity:latest-cpu \ v2 \ --engine optimum...