Commit d15c0d0
1 parent d3863a8 commit d15c0d0
File tree
4 files changed
+2
-17
lines changed- .ci/scripts
- examples/models/llama
- third-party
4 files changed
+2
-17
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
82 | 81 |
| |
83 | 82 |
| |
84 | 83 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
382 | 382 |
| |
383 | 383 |
| |
384 | 384 |
| |
385 |
| - | |
| 385 | + | |
386 | 386 |
| |
387 | 387 |
| |
388 | 388 |
| |
| |||
408 | 408 |
| |
409 | 409 |
| |
410 | 410 |
| |
411 |
| - | |
412 | 411 |
| |
413 | 412 |
| |
414 | 413 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 |
| - | |
703 |
| - | |
704 |
| - | |
705 |
| - | |
706 |
| - | |
707 |
| - | |
708 |
| - | |
709 |
| - | |
710 |
| - | |
711 |
| - | |
712 |
| - | |
713 |
| - | |
714 |
| - | |
715 | 702 |
| |
716 | 703 |
| |
717 | 704 |
| |
|
- torchao/__init__.py+3-8
- torchao/csrc/cuda/rowwise_scaled_linear_sparse_cutlass/rowwise_scaled_linear_sparse_cutlass.cuh+26-12
- torchao/experimental/op_lib.py+57
- torchao/experimental/ops/embedding_xbit/op_embedding_xbit-impl.h+12-70
- torchao/experimental/ops/embedding_xbit/op_embedding_xbit_aten.cpp+3-7
- torchao/experimental/ops/embedding_xbit/op_embedding_xbit_executorch.cpp+4-4
- torchao/experimental/ops/library.h+4
- torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight-impl.h+4-31
- torchao/experimental/ops/linear_8bit_act_xbit_weight/op_linear_8bit_act_xbit_weight_aten.cpp+1-4
- torchao/experimental/quant_api.py+2-6
- torchao/experimental/tests/test_int8_dynamic_activation_intx_weight.py+47
0 commit comments