Paul Dubs
Paul Dubs
How are you running this example? Have you changed anything about the dependencies? The error message tells you that there is no method `readLines` on `IOUtils`, but that would only...
With IntPointer or LongPointer, it is worse than that: `new IntPointer(1)` creates a pointer with size for one integer. `new IntPointer(1, 2)` is equivalent to `new IntPointer(new int[]{1, 2])` and...
Hi @seshubonam, I apologize for the long silence. In principle it is possible to have any backend you want, it just needs to support the OpenAI API as its interface....
I'm very interested in having this. We've got an application that heavily focuses on file uploads, and we'd like to add a GraphQL endpoint for it. However, encoding files in...
Yes, I've been using it for some previous projects.
As of ray 0.8.6 there is an experimental support for windows: See: https://github.com/ray-project/ray/issues/631#issuecomment-648980254 https://github.com/ray-project/ray/releases/tag/ray-0.8.6
@crockpotveggies can we get this sorted before beta4 release?
As a reference, that part of Tika still depends on dl4j beta6 which was released in 2019, so an update to M3 would be a good idea any way. As...
It is reproducible with a redownload? As far as I can tell, the original file (https://dl4jdata.blob.core.windows.net/models/vgg16_dl4j_inference.zip) does still have the expected checksum (3501732770). You can also double check if your...
The Apple Silicon GPU + NPU aren't currently supported.