index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-pyo3
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Lint fixes introduced with Rust 1.83 (#2646)
Anubhab Bandyopadhyay
2024-11-28
1
-1
/
+1
*
pyo3 update. (#2545)
Laurent Mazare
2024-10-06
2
-16
/
+15
*
Update for pyo3 0.21. (#1985)
Laurent Mazare
2024-04-01
2
-45
/
+45
*
Expose candle gather op in pyo3. (#1870)
Laurent Mazare
2024-03-18
1
-0
/
+6
*
Detach the tensors on batch-norm eval. (#1702)
Laurent Mazare
2024-02-13
1
-2
/
+2
*
Quantized GGUF style (#1523)
Nicolas Patry
2024-01-17
1
-20
/
+31
*
Fix a couple typos (#1451)
Laurent Mazare
2023-12-17
1
-9
/
+8
*
Implement the module trait directly for QMatMul. (#1372)
Laurent Mazare
2023-11-25
1
-1
/
+1
*
Metal part 1 - Scaffolding for metal. (#1308)
Nicolas Patry
2023-11-10
1
-0
/
+13
*
PyO3: Add optional `candle.onnx` module (#1282)
Lukas Kreussel
2023-11-08
3
-3
/
+237
*
PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)
Lukas Kreussel
2023-10-30
1
-2
/
+71
*
PyO3: Better shape handling (#1143)
Lukas Kreussel
2023-10-29
2
-36
/
+134
*
convert pytorch's tensor in Python API (#1172)
andrew
2023-10-25
1
-0
/
+24
*
Add support for accelerate in the pyo3 bindings. (#1167)
Laurent Mazare
2023-10-24
1
-0
/
+3
*
PyO3: Add `mkl` support (#1159)
Lukas Kreussel
2023-10-23
1
-0
/
+3
*
PyO3: Add `None` and `Tensor` indexing to `candle.Tensor` (#1098)
Lukas Kreussel
2023-10-20
1
-32
/
+94
*
PyO3: Add pytorch like `.to()` operator to `candle.Tensor` (#1100)
Lukas Kreussel
2023-10-19
1
-0
/
+106
*
Always broadcast magic methods (#1101)
Lukas Kreussel
2023-10-17
1
-4
/
+4
*
Add the pooling operators to the pyo3 layer. (#1086)
Laurent Mazare
2023-10-13
1
-0
/
+24
*
Make the Python Wrapper more Hackable and simplify Quantization (#1010)
Lukas Kreussel
2023-10-06
1
-4
/
+130
*
Improve the quantized whisper setup. (#1018)
Laurent Mazare
2023-10-02
1
-1
/
+1
*
Add return types to `*.pyi` stubs (#880)
Lukas Kreussel
2023-09-17
1
-5
/
+265
*
Generate `*.pyi` stubs for PyO3 wrapper (#870)
Lukas Kreussel
2023-09-16
1
-31
/
+58
*
Add a python function to save as safetensors. (#740)
Laurent Mazare
2023-09-04
1
-1
/
+13
*
Return the metadata in the gguf pyo3 bindings. (#729)
Laurent Mazare
2023-09-04
1
-4
/
+37
*
Handle arbitrary shapes in Tensor::new. (#718)
Laurent Mazare
2023-09-02
1
-5
/
+20
*
More quantized llama in python. (#716)
Laurent Mazare
2023-09-02
1
-5
/
+51
*
Sketch a quantized llama using the pyo3 api. (#715)
Laurent Mazare
2023-09-02
1
-6
/
+105
*
Add some quantized functions to pyo3. (#708)
Laurent Mazare
2023-09-01
1
-1
/
+44
*
Support for quantized tensors in the python api. (#706)
Laurent Mazare
2023-09-01
1
-4
/
+155
*
Cleanup the pyo3 setup. (#705)
Laurent Mazare
2023-09-01
1
-0
/
+1
*
Fixes for clippy 1.72. (#587)
Laurent Mazare
2023-08-24
1
-0
/
+1
*
Add support for i64 (#563)
Laurent Mazare
2023-08-23
1
-0
/
+6
*
Pyo3 dtype (#327)
Laurent Mazare
2023-08-06
1
-19
/
+42
*
Add some tensor creation functions to the pyo3 bindings. (#326)
Laurent Mazare
2023-08-06
1
-5
/
+69
*
Use the same default as pytorch for sum. (#164)
Laurent Mazare
2023-07-13
1
-2
/
+4
*
Tensor mutability (#154)
Laurent Mazare
2023-07-13
1
-1
/
+1
*
Get cuda to work on pyo3.
laurent
2023-07-02
1
-0
/
+22
*
Preliminary pyo3 support for device.
laurent
2023-07-02
1
-2
/
+45
*
Add the tensor function.
laurent
2023-07-02
1
-0
/
+6
*
Add dtype support.
laurent
2023-07-02
1
-6
/
+29
*
Add matmul/where_cond.
laurent
2023-07-02
1
-0
/
+19
*
Expose a couple more ops.
laurent
2023-07-02
1
-5
/
+82
*
Handle more input types to create tensors.
laurent
2023-07-02
1
-2
/
+18
*
Rename the method.
laurent
2023-07-02
1
-1
/
+2
*
Support higher order shapes for conversions.
laurent
2023-07-02
1
-1
/
+31
*
Add a trait to avoid repeating the dtype matching.
laurent
2023-07-02
1
-20
/
+47
*
More pyo3.
laurent
2023-07-01
1
-2
/
+52
*
Get shape to return a tuple.
laurent
2023-07-01
1
-2
/
+3
*
Add some binary operators.
laurent
2023-07-01
1
-1
/
+17
[next]