strcom

Results 1 issues of strcom

Now haystack supports only devices: https://github.com/deepset-ai/haystack/blob/main/haystack/utils/device.py ``` CPU = "cpu" GPU = "cuda" DISK = "disk" MPS = "mps" ``` But the list of supported devices (for example in torch)...

Contributions wanted!
P2