Robin Fourcade
Robin Fourcade
The wheel uses the requirements https://github.com/pytorch/serve/blob/31cd1d05139f18cfe4ac3f4440c98aeb2bc71517/setup.py#L160 here, no ? Not in the .txt ? I'm running on Ubuntu (amd64 arch) and using the latest version of torchserve: `torchserve-0.5.3-1-py2.py3-none-any.whl`.
I guess that if the point is to make the gpu related packages optional, it'd be great to add these dependencies as extras. And then, install torchserve with something this...
This camera usage detection feature would be really great ! Is it still in the plans ? 🙏
Same problem here, the action is a thing but if we need to handle this in all the CI builds, this quickly becomes unmaintainable :/
Same issue here, just followed the official guide: https://learn.microsoft.com/en-us/azure/developer/terraform/create-k8s-cluster-with-aks-applicationgateway-ingress
`{'private': {'url': 'https://my.private.repo/simple/'}}`
Well, the URL I gave as an example is not a valid one. I can't give the private repo I'm using for privacy reasons. The error I get is on...
Alright, I managed to make it work by tweaking the toml. I moved `tool.poetry.dependencies` to the top. I had (which is working on 1.0.10 but not on 1.1.0+) ```toml [[tool.poetry.source]]...
Changing the `display_name` of the resource forces the replacement. It's a dirty way to force the update of the description, but it's working.
Same issue when running multiple pushes on different actions on the same runner instance.