Prajna Kandarpa

Results 7 comments of Prajna Kandarpa

Is it possible at all to build the JNI on OSX then?

Made the change suggested above about removing the dtags flag. Able to build a Jar along with an OSX `dylib` successfully. Noticed that the resultant jar had ` natives/linux_64/libvw_jni.dylib` the...

One issue with the current root level Makefile command `make java` is that it runs `cmake` without the enable java flags. I manually ran the cmake step like this `cmake...

this issue is still relevant. Please re-open?

this is the full stacktrace: ```08:12:49.004 [INFO ] matplotlib.font_manager - generated new fontManager Traceback (most recent call last): File "/home/worker/app/.venv/lib/python3.11/site-packages/injector/__init__.py", line 798, in get return self._context[key] ~~~~~~~~~~~~~^^^^^ KeyError: During handling...

This is still a bug however. In my final settings (from two profiles, lets say), I dont use anything from Huggingface, but I still see this error. Current workaround if...

You probably need to recursive chown the /home/worker/app directory to the worker user. I assume you ran into this running in docker?