cnzzx commited on
Commit
e8642a6
·
1 Parent(s): 8779fe0
models/LLaVA/pyproject.toml CHANGED
@@ -17,7 +17,6 @@ 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
- "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
  ]
 
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
  ]
scripts/install.sh CHANGED
@@ -1,2 +1,2 @@
1
  pip install -e models/LLaVA
2
- pip install gradio==5.1.0
 
1
  pip install -e models/LLaVA
2
+ # pip install gradio==5.1.0