Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PyO3: Better shape handling (#1143) | Lukas Kreussel | 2023-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | * Negative and `*args` shape handling * Rename to `PyShapeWithHole` + validate that only one hole exists * Regenerate stubs --------- Co-authored-by: Laurent Mazare <laurent.mazare@gmail.com> | ||||
* | Extend `stub.py` to accept external typehinting (#1102) | Lukas Kreussel | 2023-10-17 | 1 | -1/+1 |
| | |||||
* | Add the pooling operators to the pyo3 layer. (#1086) | Laurent Mazare | 2023-10-13 | 1 | -0/+14 |
| | |||||
* | Make the Python Wrapper more Hackable and simplify Quantization (#1010) | Lukas Kreussel | 2023-10-06 | 1 | -0/+40 |
* Some first `Module` implementations * Add `state_dict` and `load_state_dict` functionality * Move modules around and create `candle.nn.Linear` * Add `nn.Embedding` and `nn.LayerNorm` * Add BERT implementation * Batch q-matmul * Automatically dequantize `QTensors` if a `Tensor` is expected * Add Module `.to()`, `.cuda()`, `cpu()` and `.type()` functionality * Unittests for `Module`, `Tensor` and `candle.utils` * Add `pytorch` like slicing to `Tensor` * Cleanup and BERT fixes * `black` formatting + unit-test for `nn.Linear` * Refactor slicing implementation |