ArturFormella
ArturFormella
This seems to be connected: https://laracasts.com/discuss/channels/laravel/general-error-1615-prepared-statement-needs-to-be-re-prepared-selecting-mysql-view?page=1 https://laracasts.com/discuss/channels/general-discussion/mysql-general-error-1615-prepared-statement-needs-to-be-re-prepared?page=1 so, how to disable prepared statements in mysql fdw?
Yes, I had to change default settings to fix it: table_definition_cache 16384 table_open_cache 16384
I have similar problem in text-generation-webui ``` pip install flash-attn==2.5.6 ./start_linux.sh --listen --api --listen-host 0.0.0.0 --listen-port 7862 --model-dir /T8/gpt_models --trust-remote-code ``` ``` Traceback (most recent call last): File "/ai/text-generation-webui/modules/ui_model_menu.py", line...