cnzzx commited on
Commit
3d6eb52
·
1 Parent(s): e8642a6
Files changed (1) hide show
  1. models/LLaVA/pyproject.toml +1 -0
models/LLaVA/pyproject.toml CHANGED
@@ -17,6 +17,7 @@ dependencies = [
17
  "transformers==4.37.2", "tokenizers==0.15.1", "sentencepiece==0.1.99", "shortuuid",
18
  "accelerate==0.21.0", "peft", "bitsandbytes",
19
  "pydantic", "markdown2[all]", "numpy", "scikit-learn==1.2.2",
 
20
  "requests", "httpx==0.24.0", "uvicorn", "fastapi",
21
  "einops==0.6.1", "einops-exts==0.0.4", "timm==0.6.13",
22
  ]
 
17
  "transformers==4.37.2", "tokenizers==0.15.1", "sentencepiece==0.1.99", "shortuuid",
18
  "accelerate==0.21.0", "peft", "bitsandbytes",
19
  "pydantic", "markdown2[all]", "numpy", "scikit-learn==1.2.2",
20
+ "gradio==4.16.0", "gradio_client==0.8.1",
21
  "requests", "httpx==0.24.0", "uvicorn", "fastapi",
22
  "einops==0.6.1", "einops-exts==0.0.4", "timm==0.6.13",
23
  ]