C98yhou079 commited on
Commit
036de35
·
verified ·
1 Parent(s): f38ef4a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -7
requirements.txt CHANGED
@@ -1,11 +1,5 @@
1
- # Core UI and utilities
2
  gradio==5.46.1
3
  transformers>=4.35.0
4
  Pillow
5
  requests
6
-
7
- # TinyLLaVA from git - may try to build but we avoid importing it at pip-time.
8
- git+https://github.com/TinyLLaVA/TinyLLaVA_Factory.git@main#egg=tinyllava
9
-
10
- # Do NOT include torch here because some packages (flash-attn etc.) import torch at setup.
11
- # We'll install torch at runtime before importing packages.
 
 
1
  gradio==5.46.1
2
  transformers>=4.35.0
3
  Pillow
4
  requests
5
+ # Do NOT include tinyllava here; we vendor a minimal tinyllava/ package instead.