index
:
forks/candle.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
candle-pyo3
Commit message (
Expand
)
Author
Age
Files
Lines
*
PyO3: Add `equal` and `__richcmp__` to `candle.Tensor` (#1099)
Lukas Kreussel
2023-10-30
6
-2
/
+324
*
PyO3: Better shape handling (#1143)
Lukas Kreussel
2023-10-29
9
-49
/
+180
*
PyO3: Add CI to build & upload wheels as artifacts. (#1215)
Lukas Kreussel
2023-10-29
1
-1
/
+1
*
convert pytorch's tensor in Python API (#1172)
andrew
2023-10-25
3
-0
/
+43
*
Add support for accelerate in the pyo3 bindings. (#1167)
Laurent Mazare
2023-10-24
3
-1
/
+11
*
PyO3: Add `mkl` support (#1159)
Lukas Kreussel
2023-10-23
3
-12
/
+41
*
PyO3: Add CI (#1135)
Lukas Kreussel
2023-10-20
1
-3
/
+4
*
PyO3: Add `None` and `Tensor` indexing to `candle.Tensor` (#1098)
Lukas Kreussel
2023-10-20
2
-32
/
+132
*
PyO3: Add pytorch like `.to()` operator to `candle.Tensor` (#1100)
Lukas Kreussel
2023-10-19
3
-0
/
+176
*
Extend `stub.py` to accept external typehinting (#1102)
Lukas Kreussel
2023-10-17
7
-4
/
+146
*
Always broadcast magic methods (#1101)
Lukas Kreussel
2023-10-17
2
-4
/
+77
*
Add the pooling operators to the pyo3 layer. (#1086)
Laurent Mazare
2023-10-13
3
-0
/
+40
*
Use an attention mask in the e5 padding case. (#1085)
Laurent Mazare
2023-10-13
2
-11
/
+26
*
Typos. (#1084)
Laurent Mazare
2023-10-13
1
-2
/
+2
*
Make the Python Wrapper more Hackable and simplify Quantization (#1010)
Lukas Kreussel
2023-10-06
24
-182
/
+2415
*
Improve the quantized whisper setup. (#1018)
Laurent Mazare
2023-10-02
1
-1
/
+1
*
Bump the version to 0.3.0. (#1014)
Laurent Mazare
2023-10-01
1
-2
/
+2
*
Bump the crate versions to v0.2.3. (#886)
Laurent Mazare
2023-09-18
2
-5
/
+5
*
Add return types to `*.pyi` stubs (#880)
Lukas Kreussel
2023-09-17
9
-160
/
+574
*
Generate `*.pyi` stubs for PyO3 wrapper (#870)
Lukas Kreussel
2023-09-16
15
-40
/
+857
*
Bump the crate version + update the changelog. (#822)
Laurent Mazare
2023-09-12
1
-2
/
+2
*
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
2
-8
/
+72
*
Handle arbitrary shapes in Tensor::new. (#718)
Laurent Mazare
2023-09-02
1
-5
/
+20
*
Recommend using maturin. (#717)
Laurent Mazare
2023-09-02
3
-37
/
+4
*
More quantized llama in python. (#716)
Laurent Mazare
2023-09-02
2
-11
/
+64
*
Sketch a quantized llama using the pyo3 api. (#715)
Laurent Mazare
2023-09-02
3
-6
/
+277
*
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
2
-4
/
+161
*
Cleanup the pyo3 setup. (#705)
Laurent Mazare
2023-09-01
1
-0
/
+1
*
Add some documentation. (#673)
Laurent Mazare
2023-08-30
1
-1
/
+1
*
Bump the crate version + update CHANGELOG. (#628)
Laurent Mazare
2023-08-27
1
-1
/
+1
*
Fixes for clippy 1.72. (#587)
Laurent Mazare
2023-08-24
1
-0
/
+1
*
Add some group parameter to convolutions. (#566)
Laurent Mazare
2023-08-23
1
-1
/
+1
*
Add support for i64 (#563)
Laurent Mazare
2023-08-23
1
-0
/
+6
*
Bump the crates version to 0.1.2. (#522)
Laurent Mazare
2023-08-20
1
-1
/
+1
*
Rename vec-dot to vec-ops. (#449)
Laurent Mazare
2023-08-15
1
-1
/
+1
*
Pyo3 dtype (#327)
Laurent Mazare
2023-08-06
3
-20
/
+60
*
Add some tensor creation functions to the pyo3 bindings. (#326)
Laurent Mazare
2023-08-06
2
-5
/
+72
*
Fix the pyo3 build for macos. (#324)
Laurent Mazare
2023-08-05
3
-2
/
+14
*
Update the repo location. (#305)
Laurent Mazare
2023-08-02
1
-8
/
+7
*
Add version numbers for all the candle crates (#303)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Rename the candle crate to candle-core (#301)
Laurent Mazare
2023-08-02
1
-1
/
+1
*
Centralize the dependency versions and inherit them. (#177)
Laurent Mazare
2023-07-16
1
-2
/
+2
*
Reenable pyo3 in the workspace list (#170)
Laurent Mazare
2023-07-14
1
-1
/
+2
*
Removing cuda default.
Nicolas Patry
2023-07-14
1
-1
/
+1
*
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
*
Expanding a bit the README
Nicolas Patry
2023-07-10
1
-0
/
+1
*
Get cuda to work on pyo3.
laurent
2023-07-02
1
-0
/
+22
[next]