1. 10 Apr, 2025 2 commits
  2. 07 Apr, 2025 1 commit
  3. 01 Apr, 2025 1 commit
  4. 31 Mar, 2025 1 commit
  5. 27 Mar, 2025 3 commits
  6. 25 Mar, 2025 3 commits
    • Matthew Douglas's avatar
      Bump dev version · b86ff64b
      Matthew Douglas authored
      b86ff64b
    • Matthew Douglas's avatar
      PyTorch Custom Operator Integration (#1544) · e82f72b3
      Matthew Douglas authored
      
      
      * Sketch out first custom op registration
      
      * Add note
      
      * Initial int8 op registration
      
      * Cleanup some deprecated functions.
      
      * Int8 ops updates; tests
      
      * Implement 4bit quant/dequant ops
      
      * Fix nested quant
      
      * cleanup
      
      * Test improvements
      
      * Clean up and improve tests
      
      * Add higher level custom op for int8 matmul + dequant + bias
      
      * Add gemv 4bit custom op
      
      * Cleanup
      
      * Implement out kwarg overloads for custom ops
      
      * Update PyTorch minimum to 2.1
      
      * Deprecation updates
      
      * Deprecation updates
      
      * Cleanup; rename int8_linear_dequant -> int8_scaled_mm
      
      * Bump min pytorch to 2.2
      
      * cleanup
      
      * Test reorganization
      
      * Remove deprecated supports_igemmlt
      
      * More cleanup
      
      * Cleanup obsolete C++/CUDA code
      
      * Cleanup
      
      * Create 'default' backend for fallback op implementations; initial CPU nf4 work
      
      * Stub out for multi-platform
      
      * Fix serialization tests for torch>=2.6.0
      
      * Add example for torch.compile e2e inference
      
      * Test update
      
      ---------
      Co-authored-by: default avatarTitus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com>
      e82f72b3
    • Matthew Douglas's avatar
      Release 0.45.4 · f0735f95
      Matthew Douglas authored
      f0735f95
  7. 19 Mar, 2025 1 commit
  8. 13 Mar, 2025 1 commit
  9. 07 Mar, 2025 1 commit
  10. 25 Feb, 2025 2 commits
  11. 24 Feb, 2025 4 commits
  12. 20 Feb, 2025 1 commit
  13. 19 Feb, 2025 4 commits
  14. 06 Feb, 2025 6 commits
  15. 28 Jan, 2025 2 commits
  16. 23 Jan, 2025 3 commits
  17. 22 Jan, 2025 1 commit
  18. 14 Jan, 2025 3 commits