summaryrefslogtreecommitdiff
path: root/candle-pyo3
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump the crates version to 0.1.2. (#522)Laurent Mazare2023-08-201-1/+1
|
* Rename vec-dot to vec-ops. (#449)Laurent Mazare2023-08-151-1/+1
| | | | | | | * Rename vec-dot to vec-ops. * Also bump the crate version. * Add a currently empty readme.
* Pyo3 dtype (#327)Laurent Mazare2023-08-063-20/+60
| | | | | * Better handling of dtypes in pyo3. * More pyo3 dtype.
* Add some tensor creation functions to the pyo3 bindings. (#326)Laurent Mazare2023-08-062-5/+72
|
* Fix the pyo3 build for macos. (#324)Laurent Mazare2023-08-053-2/+14
| | | | | * Fix the pyo3 build for macos. * rustfmt fix.
* Update the repo location. (#305)Laurent Mazare2023-08-021-8/+7
|
* Add version numbers for all the candle crates (#303)Laurent Mazare2023-08-021-1/+1
| | | | | * Switch to candle-gemm for the time being. * Add the missing versions.
* Rename the candle crate to candle-core (#301)Laurent Mazare2023-08-021-1/+1
| | | | | * Rename to candle-core. * More candle-core renaming.
* Centralize the dependency versions and inherit them. (#177)Laurent Mazare2023-07-161-2/+2
|
* Reenable pyo3 in the workspace list (#170)Laurent Mazare2023-07-141-1/+2
| | | | | * Enable pyo3 back. * Adapt the CI.
* Removing cuda default.Nicolas Patry2023-07-141-1/+1
| | | | | | | Seems very important for a lot of exploring users usually on laptop without GPUs. Adding more README instructions in a follow up.
* Use the same default as pytorch for sum. (#164)Laurent Mazare2023-07-131-2/+4
|
* Tensor mutability (#154)Laurent Mazare2023-07-131-1/+1
| | | | | * Working towards tensor mutability. * Use a ref-cell to provide tensor mutability.
* Expanding a bit the READMENicolas Patry2023-07-101-0/+1
|
* Get cuda to work on pyo3.laurent2023-07-021-0/+22
|
* Preliminary pyo3 support for device.laurent2023-07-023-3/+52
|
* Add the tensor function.laurent2023-07-021-0/+6
|
* Add dtype support.laurent2023-07-022-6/+30
|
* Add to the example.laurent2023-07-021-2/+3
|
* Add matmul/where_cond.laurent2023-07-021-0/+19
|
* Expose a couple more ops.laurent2023-07-021-5/+82
|
* Handle more input types to create tensors.laurent2023-07-022-2/+23
|
* Rename the method.laurent2023-07-021-1/+2
|
* Support higher order shapes for conversions.laurent2023-07-021-1/+31
|
* Add a trait to avoid repeating the dtype matching.laurent2023-07-021-20/+47
|
* More pyo3.laurent2023-07-012-2/+53
|
* Get shape to return a tuple.laurent2023-07-011-2/+3
|
* Add some binary operators.laurent2023-07-012-2/+18
|
* Add two methods.laurent2023-07-012-0/+15
|
* Apply rustfmt.laurent2023-07-011-5/+3
|
* Very simple pyo3 bindings for candle.laurent2023-07-014-0/+74