boltz
boltz copied to clipboard
Added CI setup, fixed error with torch.load(), fixed GPU tests crash with runners & centralize pytest config
PR to create the CI setup, fix some minor issue with torch and centrilized the testing config.
- Added a CI workflow.
- Skipped tests that require CUDA through imports so they don’t crash on GitHub runners
- Added centralized pytest configuration in
pytest.iniand removed the old tool.pytest.ini_options section frompyproject.toml - Fixed error with torch.load when loading the weights in the tests