Kimodo Bot commited on
Commit
4c6197c
·
1 Parent(s): 6d5047c

Add einops and core runtime dependencies for native demo

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -2
requirements.txt CHANGED
@@ -1,9 +1,24 @@
1
  # Runtime dependencies for native Kimodo demo in HF Space
2
- # Keep this minimal to reduce build time while enabling native UI startup.
3
 
 
4
  gradio==6.14.0
5
 
6
- # Native timeline/viser UI (required by kimodo.demo.app)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  viser @ git+https://github.com/nv-tlabs/kimodo-viser.git
8
 
9
  # Visualization helpers used by the demo stack
 
1
  # Runtime dependencies for native Kimodo demo in HF Space
 
2
 
3
+ # UI shell
4
  gradio==6.14.0
5
 
6
+ # Core model/runtime dependencies
7
+ torch>=2.0.0
8
+ torchvision>=0.15.0
9
+ transformers==5.1.0
10
+ numpy>=1.23
11
+ scipy>=1.10
12
+ einops>=0.7
13
+ hydra-core>=1.3
14
+ omegaconf>=2.3
15
+ pydantic>=2.0
16
+ peft>=0.18
17
+ filelock>=3.20.3
18
+ packaging>=21.0
19
+ huggingface-hub>=0.20.0
20
+
21
+ # Native timeline/viser UI
22
  viser @ git+https://github.com/nv-tlabs/kimodo-viser.git
23
 
24
  # Visualization helpers used by the demo stack