HenkieTenkie62

Results 6 comments of HenkieTenkie62

Ghost thanks for sharing your code. I got it to build but the gradio app won't load in the browser. The Docker log says it requests /manifest.json but it is...

The workaround in this issue actually works for reranking: https://github.com/lmstudio-ai/lmstudio-js/issues/231#issuecomment-2684300242 It uses an nginx reverse proxy to redirect requests made to /rerank to /embed. I don't know if there is...

Great addition, would love to see this be pushed. It's very hard to sell to users that they can search in very useful databases and documents but they aren't able...

Try adding the line --env OMP_NUM_THREADS=8 to your docker run command. Alter the number to the number of cores you want to use. In most projects this value would default...

It works! I did it online with the following command in the console: sed -i 's|app = gr\.mount_gradio_app(app, demo, path="/")|app = gr.mount_gradio_app(app, demo, path="")|' gradio_app.py Make sure you run it...

> It seems that there is an option to use hosted Marker API. However, I would like to be able to change the URL so that I can use selfhosted...