Max Ehrlich
Max Ehrlich
Would be great if this could be prioritized, it's the only PR on the repo right now and it's been well over a year since submission
OK between is a thing but why not support the chained syntax (6 years later)
@yonatankahana @humblec can someone merge this?
@omry @Jasha10 would appreciate some eyes on this, it's been in limbo for a year and a half and would be a nice way to produce clean structured configs
I can confirm this behavior, Automatic gamepad presence detection is enabled
Can you elaborate a little on what metadata is needed and why downloading every conceivable version of a package yields that metadata? As mentioned this leads to a ~20min install...
What I'm not understanding is that poetry knows I'm on Linux with python 3.8 but it still downloads ``` https://download.pytorch.org/whl/cu116/torch-1.12.1%2Bcu116-cp37-cp37-win_amd64.whl ``` Or does that wheel not contain the core metadata...
Also there seems to be a second problem going on here unless I've misunderstood the documentation I have this in my pyproject.toml ``` [[tool.poetry.source]] name = "torchcu116" url = "https://download.pytorch.org/whl/cu116"...
> Poetry constructs a universal lock file OK this makes sense now, thanks for the explanation, looking forward to that PR hopefully being merged eventually > I think it might...
Maybe I'm misunderstanding but I think there's some confusion Ref: https://pytorch.org/get-started/locally/ First of all (*on Linux*) `pip install torch` does not install the CPU version, it installs the default cuda...