testsAndMisc-archive/python_pkg
Krzysztof kuhy Rudnicki 96564e121b music_gen: force CUDA for NVIDIA GPUs, auto-select model by VRAM
- Fail fast if NVIDIA GPU detected but CUDA unavailable (no CPU fallback)
- Auto-select largest model based on VRAM (large=12GB+, medium=8GB+)
- Remove torchaudio dependency (scipy handles audio I/O)
- Use safetensors format to avoid torch.load security issues
2025-12-04 20:57:50 +01:00
..
download_cats Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
extract_links Fix test discovery and coverage for python_pkg modules 2025-12-02 22:33:34 +01:00
keyboard_coop refactor(keyboard_coop): remove dead/unreachable code 2025-12-01 20:15:40 +01:00
lichess_bot Optimize tests and simplify coverage config 2025-12-02 22:12:50 +01:00
mock_server Add tests for multiple python_pkg modules 2025-12-01 19:49:44 +01:00
music_gen music_gen: force CUDA for NVIDIA GPUs, auto-select model by VRAM 2025-12-04 20:57:50 +01:00
randomize_numbers refactor(randomize_numbers): use list comprehension to achieve 100% coverage 2025-12-01 20:19:02 +01:00
scrape_website Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00
stockfish_analysis Add comprehensive tests for stockfish_analysis (100% coverage) 2025-12-02 22:58:06 +01:00
tag_divider Improve test coverage for multiple modules 2025-12-01 19:59:11 +01:00