From fc9ef0a14d51d718906d68f3eb6947ae56986bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:39:35 +0000 Subject: [PATCH] Bump gradio from 3.23 to 4.11.0 in /exa/models/LLaVA-main Bumps [gradio](https://github.com/gradio-app/gradio) from 3.23 to 4.11.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/commits) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exa/models/LLaVA-main/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exa/models/LLaVA-main/pyproject.toml b/exa/models/LLaVA-main/pyproject.toml index 31e42d9a..f79858ee 100644 --- a/exa/models/LLaVA-main/pyproject.toml +++ b/exa/models/LLaVA-main/pyproject.toml @@ -13,7 +13,7 @@ classifiers = [ "License :: OSI Approved :: Apache Software License", ] dependencies = [ - "accelerate", "fastapi", "gradio==3.23", "markdown2[all]", "numpy", + "accelerate", "fastapi", "gradio==4.11.0", "markdown2[all]", "numpy", "requests", "sentencepiece", "tokenizers==0.12.1", "torch", "torchvision", "uvicorn", "wandb", "transformers @ git+https://github.com/haotian-liu/transformers_llava.git@4398c2b96b00b98bf684ce6c4ad620bd3938a6c5"