candle/candle-pyo3
Laurent Mazare 2257f4d475
Bump the crate version + update the changelog. (#822)
2023-09-12 06:39:24 +01:00
..
src Add a python function to save as safetensors. (#740) 2023-09-04 20:32:14 +01:00
Cargo.toml Bump the crate version + update the changelog. (#822) 2023-09-12 06:39:24 +01:00
README.md Recommend using maturin. (#717) 2023-09-02 16:19:35 +01:00
build.rs Fix the pyo3 build for macos. (#324) 2023-08-05 14:53:57 +01:00
quant-llama.py Return the metadata in the gguf pyo3 bindings. (#729) 2023-09-04 07:07:00 +01:00
test.py Recommend using maturin. (#717) 2023-09-02 16:19:35 +01:00

README.md

From the candle-pyo3 directory, enable a virtual env where you will want the candle package to be installed then run.

maturin develop
python test.py