robinbrochier

Results 2 comments of robinbrochier

> #5222 Thanks for your answer, do you have any such plugin in mind ?

Just to add, one possibility is to use `poethepoet` by adding theses line in the toml file: ``` [tool.poe.tasks] install-torch-cpu = "pip install torch==1.12.1 -f https://download.pytorch.org/whl/torch_stable.html" install-pyg-cpu = "pip install...