unit731 commited on
Commit
73bb815
·
verified ·
1 Parent(s): 4b1f382

Update requirements for HF Space

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -58
requirements.txt CHANGED
@@ -1,60 +1,8 @@
1
- # Core Modeling & PEFT
2
- transformers>=4.33.0
3
- peft>=0.4.0
4
- trl>=0.4.0
5
- accelerate>=0.20.0
6
- langchain>=0.0.300
7
-
8
- # Deep Learning
9
- torch>=2.0.0
10
- sentencepiece
11
-
12
- # Data & Versioning
13
- datasets
14
- dvc>=2.0.0
15
- mlflow
16
- wandb
17
-
18
- # PDF, OCR & Embedding
19
- pdfminer.six
20
- pypdf2
21
- faiss-cpu
22
- numpy
23
- scikit-learn
24
-
25
- # Agents, Orchestration & CLI
26
  fastapi
27
- uvicorn
 
 
28
  pydantic
29
- pyyaml
30
- requests
31
- click
32
-
33
- # Security & Testing
34
- bandit
35
- trivy
36
- pytest
37
- pytest-cov
38
- safety
39
-
40
- # Deployment & Infrastructure
41
- docker
42
- kubernetes
43
- helm
44
- helmfile
45
- terraform
46
-
47
- # Monitoring & Logging
48
- prometheus-client
49
- grafana-api-client
50
- slack-sdk
51
-
52
- # Utilities
53
- python-dotenv
54
- loguru
55
-
56
- # Google Genkit Integration
57
- genkit>=0.5.0
58
- genkit-plugin-google-genai>=0.1.0
59
- genkit-plugin-dev-local-vectorstore>=0.1.0
60
- pydantic>=2.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  fastapi
2
+ uvicorn[standard]
3
+ transformers
4
+ huggingface_hub
5
  pydantic
6
+ python-multipart
7
+ torch
8
+ datasets