mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Add maturin build config for the litellm_rust extension
This commit is contained in:
parent
68301db156
commit
c0e486420e
1 changed files with 13 additions and 0 deletions
13
litellm-rust/pyproject.toml
Normal file
13
litellm-rust/pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[build-system]
|
||||
requires = ["maturin>=1.5"]
|
||||
build-backend = "maturin"
|
||||
|
||||
[project]
|
||||
name = "litellm_rust"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.8"
|
||||
description = "Rust port of LiteLLM's Mistral OCR transforms (PyO3 extension)."
|
||||
|
||||
[tool.maturin]
|
||||
features = ["python"]
|
||||
module-name = "litellm_rust"
|
||||
Loading…
Add table
Reference in a new issue