Kuba Sołtys

Results 7 issues of Kuba Sołtys

The implementation of: #69 issue. Pull requests which adds: 1) pyo3 integration 2) support for parquet output 3) support for s3 inputs/outputs

I'd like to add a few features. 1) Integration with pyo3 bindings which will enable to publish library as a python package and use without using subprocess 2) Support for...

This feature will allow to dump and load index from bytes array. Currently it is possible to dump and load using std File. The change will help to use library...

This PR implements forward method for musicgen model: huggingface/candle#975

Add `with_endpoint` function which will enable to change default hardcoded endpoint.

@LeonHartley - what is license of this project ? Based on the `Cargo.toml` it is `Apache-2.0` but I'd like to confirm that this is valid for the whole source code...

Added dynaminc-linking feature for cudarc breaks pyo3 with cuda usage. Fixes huggingface/candle#2252