AlaBoussoffara commited on
Commit
c887602
·
1 Parent(s): 5bb801c

modified reqs

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -17
requirements.txt CHANGED
@@ -1,17 +1,11 @@
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
 
1
+ torch>=2.3
2
+ numpy
3
+ transformers
4
+ omegaconf
5
+ hydra-core
6
+ tokenizers
7
+ datasets
8
+ huggingface_hub
9
+ chainlit
10
+ uvicorn[standard]
11
+ fastapi