Spaces:
Runtime error
Runtime error
Commit
·
34c0b61
1
Parent(s):
398120a
add cuda
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -8,6 +8,7 @@ readme = "README.md"
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.10"
|
|
|
11 |
farm-haystack = {extras = ["inference"], version = "^1.20.1"}
|
12 |
chainlit = "^0.7.0"
|
13 |
openai = "^0.28.0"
|
|
|
8 |
|
9 |
[tool.poetry.dependencies]
|
10 |
python = "^3.10"
|
11 |
+
torch = {version = "1.10.0+cpu", url = "https://download.pytorch.org/whl/cpu/torch_stable.html"}
|
12 |
farm-haystack = {extras = ["inference"], version = "^1.20.1"}
|
13 |
chainlit = "^0.7.0"
|
14 |
openai = "^0.28.0"
|