Tim Winter

Results 9 comments of Tim Winter

Llava 1.6 has some really neat features that might not carry directly over to the existing multimodal framework, like the way it dices up large images as part of its...

Also running into this. Love the library, may be able to help debug later- as it appears to happen during shutdown, I can work around it for the time being...

Pinging @wondervictor as you may be able to review!

I'd like to meet someone who `pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch ` works for, I've run into issues every time I've tried to perform the install that way. Manually cloning the repo...

This is installing dependencies, not the package! You can install the package just fine, but if you want to install dependencies you need a requirements.txt file or other schenanigans. I'll...

For starters, I don't think anyone assumed pyproject would be as popular as it is now, and the fractured dependency lists between pyproject.toml and requirements.txt is a more pressing issue...

My own inclination is that installing from pyproject.toml directly should throw when confronted with dynamic dependencies- the main reason why --deps-only is unappealing is because the threat of build-time side...