mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 15:08:43 +00:00
fix: Removed overlooked torch scatter references (#3719)
* Removed torch scatter references * Add back /
This commit is contained in:
parent
c69222faf4
commit
4afdbc33b2
1
.github/actions/python_cache/action.yml
vendored
1
.github/actions/python_cache/action.yml
vendored
@ -53,4 +53,3 @@ runs:
|
||||
pip install .[all]
|
||||
pip install rest_api/
|
||||
pip install ui/
|
||||
pip install torch-scatter -f https://data.pyg.org/whl/torch-1.12.0+cpu.html
|
||||
|
||||
@ -46,7 +46,6 @@ target "base-cpu" {
|
||||
base_immage = "python:3.10-slim"
|
||||
haystack_version = "${HAYSTACK_VERSION}"
|
||||
haystack_extras = notequal("",HAYSTACK_EXTRAS) ? "${HAYSTACK_EXTRAS}" : "[docstores,crawler,preprocessing,ocr,onnx,beir]"
|
||||
torch_scatter = "https://data.pyg.org/whl/torch-1.12.0+cpu.html"
|
||||
}
|
||||
platforms = ["linux/amd64", "linux/arm64"]
|
||||
}
|
||||
@ -59,7 +58,6 @@ target "base-gpu" {
|
||||
base_immage = "pytorch/pytorch:1.12.1-cuda11.3-cudnn8-runtime"
|
||||
haystack_version = "${HAYSTACK_VERSION}"
|
||||
haystack_extras = notequal("",HAYSTACK_EXTRAS) ? "${HAYSTACK_EXTRAS}" : "[docstores-gpu,crawler,preprocessing,ocr,onnx-gpu]"
|
||||
torch_scatter = "https://data.pyg.org/whl/torch-1.12.1%2Bcu113.html"
|
||||
}
|
||||
platforms = ["linux/amd64", "linux/arm64"]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user