AlaBoussoffara commited on
Commit
c18d5e5
·
1 Parent(s): e64ea16

added reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -0
requirements.txt ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Minimal runtime requirements for running the Chainlit UI in Spaces (CPU default)
2
+ # Editable install ensures the package modules (src/) are available at runtime in the Space.
3
+
4
+ -e .[server]
5
+
6
+ # If you prefer explicit deps instead of -e, uncomment and list them:
7
+ # torch>=2.3
8
+ # numpy
9
+ # transformers
10
+ # omegaconf
11
+ # hydra-core
12
+ # tokenizers
13
+ # datasets
14
+ # huggingface_hub
15
+ # chainlit
16
+ # uvicorn[standard]
17
+ # fastapi