1. 16 May, 2025 4 commits
  2. 15 May, 2025 1 commit
  3. 14 May, 2025 1 commit
    • Matthew Douglas's avatar
      Additional CI runners (#1639) · 98eed131
      Matthew Douglas authored
      * Improvements for testing suite
      
      * Add workflow for macOS arm64 CPU tests
      
      * Update tests.yml
      
      * Update tests.yml
      
      Use new L4 and CPU runners for testing.
      
      * Update tests.yml
      98eed131
  4. 13 May, 2025 2 commits
  5. 09 May, 2025 1 commit
  6. 08 May, 2025 6 commits
  7. 07 May, 2025 1 commit
  8. 06 May, 2025 5 commits
  9. 05 May, 2025 4 commits
  10. 02 May, 2025 3 commits
  11. 30 Apr, 2025 2 commits
  12. 29 Apr, 2025 3 commits
  13. 28 Apr, 2025 5 commits
  14. 22 Apr, 2025 2 commits
    • Matthew Douglas's avatar
      Stop building for CUDA toolkit < 11.8 (#1605) · 53daa0e2
      Matthew Douglas authored
      * Stop building for CUDA toolkit < 11.8
      
      * Simplify
      
      * Drop sm70 from cu128 build targets to align with pytorch
      53daa0e2
    • Matthew Douglas's avatar
      Updates for device agnosticism (#1601) · 1088ec52
      Matthew Douglas authored
      * Include device support tags for transformers multi-backend compatability; add xpu() and cpu() to Params4bit
      
      * Make test suite more device-agnostic
      
      * Additional device agnostic tests
      
      * Additional device agnosticism for tests
      
      * Add BNB_TEST_DEVICE env var to manually select device for unit tests
      
      * Include device support tags for transformers multi-backend compatability; add xpu() and cpu() to Params4bit
      
      * Make test suite more device-agnostic
      
      * Additional device agnostic tests
      
      * Additional device agnosticism for tests
      
      * Add BNB_TEST_DEVICE env var to manually select device for unit tests
      
      * Small bugfix for int8 test
      
      * Exclude backward() from code coverage reports
      
      * Params4bit: don't try to quantize when moving to meta device
      1088ec52