Arthur Wolf
Arthur Wolf
Either is fine, I use base64 right now.
I also get this error with the `opencv` bindings: ``` bun: symbol lookup error: /home/arthur/dev/ai/manga/node_modules/opencv4nodejs/build/Release/opencv4nodejs.node: undefined symbol: node_module_register ``` what is the status on this, is there anything I can...
1. ``` ╭─arthur at aquarelle in ~ 23-08-24 - 18:26:48 ╰─○ docker compose --version Docker version 20.10.25, build 20.10.25-0ubuntu1~23.04.1 ``` 2. Looks like that worked, thanks! ``` ╭─arthur at aquarelle...
Thanks a lot for all the help. (I'll make a PR with the docs change) Ok so it works now, but I have a second issue, asking here just in...
PR created, see: https://github.com/getumbrel/llama-gpt/pull/63/files
I partially got it to work, it just was too strict on bubble detection so I wasn't seeing any detected, until I saw one at random after a few weeks,...
I'm looking for help getting this code to run with the latest pytorch (or migrate it to tensorflow etc). I'm ready to pay (a bit) for help with this. If...
> Can you share configuration files (Deno.json/package.json) This is the package.json in the folder I'm trying to run: ``` { "name": "manga-ui", "version": "0.0.0", "private": true, "scripts": { "serve": "vite",...
I don't think I have any of those, unless I'm missing something. On Sun, Dec 3, 2023 at 1:35 PM Bartek Iwańczuk ***@***.***> wrote: > not sure what a mao...
I was able to fix the issue by finding the line in question in xformers and removing it. it was an error reporting line (I think) so removing it was...