Keith Grennan
Keith Grennan
If there's no error in the log, it could be an out-of-memory error.
The Dockerfile in this repo has a number of problems. Doing the entire build in the "run" stage is not a good pattern. You're welcome to try the Dockerfile I...
Upgrade to Java 17 sounds good to me!
fwiw i just tried to do this, unfortunately this project doesn't lend itself to super straightforward containerization, it reads and writes a couple different kinds of files to local disk...
Just anecdotally I am still seeing a 20x slowdown doing batch generation with `JSONLogitsProcessor` enabled, even with @lapp0's PR. Let me know if i can provide more information.