Juan M Uys

Results 54 comments of Juan M Uys

Check the docker-compose logs. Did the backend start up without errors? You're looking for a clean startup: ``` backend_1 | INFO: Will watch for changes in these directories: ['/app'] backend_1...

Same problem here: https://github.com/opyate/godot-llm-experiment ``` ./Godot\ LLM\ Experiment.x86_64 ERROR: Can't open dynamic library: bin/libgdllm.linux.template_debug.x86_64.so. Error: libllama.so: cannot open shared object file: No such file or directory. at: open_dynamic_library (drivers/unix/os_unix.cpp:650) ERROR:...

Turns out my problem was my mistake too (or perhaps just a mistaken expectation of what export does). The contents of my bin/ folder doesn't seem to be packed, so...

Sorry, I initially searched "empty arrow head" and didn't find anything, but I see previous issues for "open arrow head".

https://github.com/cocktailpeanut/dalai/issues/108#issuecomment-1475317800 This seems quite intrusive on the Python front. Perhaps the author can just make the Python steps available separately, so I can make my own decisions about what virtual...

[Here's an example](https://github.com/kw2828/Dolly-2.0-Series/blob/main/fine_tuning_dolly_v2_lora_alpaca.ipynb) of PEFT/LoRA. I'm implementing this myself now, and will report back if it works.

(sorry, I deleted my comment, because I thought there might be more to do on my part, but thanks for the pointers!)

Just FYI, it seems there's a command length limit. I've got too many CLI params now, and my app is getting junk input. ![image](https://github.com/databrickslabs/dolly/assets/96808/31e3958c-6448-44ff-ae5a-c93ab0888b92)

Yes, the `{num_gpus_flag}` is passed literally: > /local_disk0/.ephemeral_nfs/envs/pythonEnv-437fc41d-a20b-4579-bf72-9fbfcb02b73f/bin/python: can't open file '/Workspace/Repos/[email protected]/dolly/{num_gpus_flag}': [Errno 2] No such file or directory I thought the command was just too long, but you're right:...

> I think it may be subtler than that, like, it isn't actually supporting multiple commands in a cell like you are trying to supply. You're actually passing one long...