cnzzx commited on
Commit
f5eaf1d
·
1 Parent(s): a1caaf0
models/LLaVA/pyproject.toml CHANGED
@@ -16,7 +16,9 @@ dependencies = [
16
  "torch==2.1.2", "torchvision==0.16.2",
17
  "transformers==4.37.2", "tokenizers==0.15.1", "sentencepiece==0.1.99", "shortuuid",
18
  "accelerate==0.21.0", "peft", "bitsandbytes",
19
- "markdown2[all]", "numpy", "scikit-learn==1.2.2",
 
 
20
  "einops==0.6.1", "einops-exts==0.0.4", "timm==0.6.13",
21
  ]
22
 
 
16
  "torch==2.1.2", "torchvision==0.16.2",
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
  ]
24
 
scripts/install.sh CHANGED
@@ -1,2 +1,3 @@
 
1
  pip install -e models/LLaVA
2
- # pip install gradio==5.1.0
 
1
+ pip install --upgrade pip
2
  pip install -e models/LLaVA
3
+ pip install gradio==5.1.0