Spaces:
Runtime error
Runtime error
Commit
·
15915d9
1
Parent(s):
224221c
update: dependencies
Browse files- README.md +2 -0
- pyproject.toml +2 -0
README.md
CHANGED
|
@@ -9,6 +9,8 @@ git clone https://github.com/soumik12345/guardrails-genie
|
|
| 9 |
cd guardrails-genie
|
| 10 |
pip install -u pip uv
|
| 11 |
uv venv
|
|
|
|
|
|
|
| 12 |
uv pip install -e .
|
| 13 |
source .venv/bin/activate
|
| 14 |
```
|
|
|
|
| 9 |
cd guardrails-genie
|
| 10 |
pip install -u pip uv
|
| 11 |
uv venv
|
| 12 |
+
# If you want to install for torch CPU, uncomment the following line
|
| 13 |
+
# export PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu
|
| 14 |
uv pip install -e .
|
| 15 |
source .venv/bin/activate
|
| 16 |
```
|
pyproject.toml
CHANGED
|
@@ -18,6 +18,8 @@ dependencies = [
|
|
| 18 |
"watchdog>=6.0.0",
|
| 19 |
"firerequests>=0.1.1",
|
| 20 |
"pymupdf4llm>=0.0.17",
|
|
|
|
|
|
|
| 21 |
]
|
| 22 |
|
| 23 |
[tool.setuptools]
|
|
|
|
| 18 |
"watchdog>=6.0.0",
|
| 19 |
"firerequests>=0.1.1",
|
| 20 |
"pymupdf4llm>=0.0.17",
|
| 21 |
+
"transformers>=4.46.3",
|
| 22 |
+
"torch>=2.5.1",
|
| 23 |
]
|
| 24 |
|
| 25 |
[tool.setuptools]
|