Results 11 comments of Marcel Hamade

I have the same problem over and over again. I double and triple checked the file-permissions. If I copy the files manually with the same user via FileZilla it works

I switched "simple" in the options to true and this helped me. Although I loose functionality it is more important for me to have a reliable upload in my project

@lwu08 there might be a third workaround, but I am struggeling to get it right 3. Map a volume to all containers for the log directory so that the webserver...

My workaround, you could call it solution, is to mount a named-volume between scheduler, worker and webserver for the logfiles so that they appear "local" to the webserver. I am...

@Lucasjuv @stephybun I saw that you committed the original addition of the constraint in https://github.com/hashicorp/terraform-provider-azurerm/commit/3e5769fdf6911f1cba84d25c5ce6802a458795dc However in a private networking scenario with a managed net I can setup a compute...

It is actually the pytorch 2.0 version. For testing I was running it right now with version 1.13.1 ( turning model compile off by adding compile=False to the finetune config)...

I am sorry: I was not clear enough with my answer: I had to install pytorch 1.13.1 AND set compile to false in order to make it work. I installed...

This would make me move from chainlit to librechat - is this on a roadmap?

Great, thanks for the quick answer. Was just listening to the practical.ai episode :)

I tried finetuning GPT2 which apparently was only trained with english language with german input text and the result is bad. I guess it takes a whole lot of more...