@Ghostvv is it possible to build rasa with a specific cuda toolkit version? I am very new to poetry build tool, but I see that rasa/poetry.lock at main · RasaHQ/rasa · GitHub mentions cuda* extras from rasa’s dependencies spacy and thinc. And, for example, I can install spacy with a support to a specific cuda version using pip: pip install -U spacy[cuda92]
. It would be great to be able to build rasa with an extra build parameters like cuda92
. Thanks!