PyTorch and the PyPI supply chain
PyTorch and the PyPI supply chain
Posted Jan 12, 2023 7:12 UTC (Thu) by maniax (subscriber, #4509)In reply to: PyTorch and the PyPI supply chain by bof
Parent article: PyTorch and the PyPI supply chain
I have pretty much the same question... In my case, anything that's not maintained by the Linux distribution (which I tend to trust) is installed from external sources only if really really really needed, and mostly set to a very specific version with the idea that as soon as it reaches the distro, it'll be updated. OR, a copy is maintained internally in separate, internal repositories.
And this is not only a security question. Stuff "out there" is usually too bleeding edge to be reliable enough, and just fetching "the latest and greatest" is bound to break stuff.
