Jonathan Swartz
Jonathan Swartz
Hi @jeevanpillay Apologies, we had an issue where paths in a `.gitignore` masked some files that should have been there in the last commit. This should be fixed now, sorry...
I corresponded with James offline and advised that building for Windows is currently not supported. I've also unfortunately left instructions for a test build of fVDB up on the docs...
Hi @OasisYang, at the moment we don't have packaged builds distributed for fvdb. The build instructions should still be relevant and work but the `conda` command in the README is...
Hi @DanielHabib Thanks for pointing that out, I hadn't caught that! I've fixed that up and removed torch from the `build_requirements.txt` because the Docker image we use comes with the...
Apologies @VLadImirluren, we had removed the notebooks before committing because we needed to update them for some API changes. They should be there now.
Does this all happen without strict channel priority @jeevanpillay ?
Hi @yzx9 Sorry, yes, we currently only have support for CUDA 12.1 We are currently working on 12.4 support to bring the supported versions in line with the officially built...
Hi @yzx9 We are building for CUDA 12.4 now so that we support the CUDA 12 versions which PyTorch builds against in their official distributions. By extension, CUDA 12.2 should...
Hi @stratonlive Apologies, we forgot that we removed the build packages from the learn environment. Right now the `fvdb_learn` environment just has the runtime packages needed to run the examples...
@danrbailey, I implemented the updates since the last attempt (merge master->feature/fvdb and feature/fvdb->fvdb_ci_setup) but I'm still triggering all the other tests. I manually cancelled them. Perhaps it is the changes...