Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -11
requirements.txt
CHANGED
|
@@ -1,11 +1,6 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
uvicorn[standard]
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
python-docx==0.8.12
|
| 8 |
-
ai-resume-screener @ git+https://github.com/openai/ai-resume-screener.git
|
| 9 |
-
torch==2.2.0
|
| 10 |
-
transformers==4.42.2
|
| 11 |
-
accelerate==0.25.0
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn[standard]
|
| 3 |
+
ctransformers
|
| 4 |
+
pydantic
|
| 5 |
+
huggingface-hub
|
| 6 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|