Mehdi Mohammadi
Mehdi Mohammadi
Seems some part of documentation has not been updated to reflect the changes in distribution. By the way, I am guessing you are using outdated js libraries. Make sure your...
I encountered the same issue. I have created the venv and run the ./setup.sh inside the venv, every service runs successfully on docker, but when submitting a query the error...
I used option 1.
Here is the error trace: ``` llama_new_context_with_model: n_ctx = 2048 llama_new_context_with_model: freq_base = 10000.0 llama_new_context_with_model: freq_scale = 1 llama_new_context_with_model: kv self size = 1024.00 MB llama_new_context_with_model: compute buffer total size...
Images can be added based on this segment: https://github.com/mehdimo/GenSlide/blob/b6981249ec3e85db7ea5f49bbe37452fffd5e5d9/frontend/slide_deck.py#L36 I havenโt had a chance to look into multi-models. An alternative way is to use a diffusion model to generate images....