Danilo Peixoto

Results 22 comments of Danilo Peixoto

@RemDelaporteMathurin We can do this ourselves by adding to the theme configuration the following: ```python html_theme = "sphinx_book_theme" html_theme_options = { 'icon_links': [ { 'name': 'PyPI', 'url': 'https://pypi.org/project/jupyterhub-ai-gateway', 'icon': 'fab...

Hi @amesar, I believe the model importing is failing due thread safety when `--use-threads true`. The model registry is resolved just for the first model or fails for the first...