"examples/python_rs/llm/trtllm/common/base_engine.py" did not exist on "11e3e1885dfa80a16bb4ab389cad44093160b7b7"
-
Graham King authored
This makes the Rust parts all use ring / rustls library instead of local install of openssl. It's a step on the journey to being statically linked. Pieces: - `tokenizers` and `mistralrs` now support rustls (mistralrs by default, tokenizers with feature flag). - Move shared dependencies up into workspace - New `rand` crate has some renames for future rust - Ensure the dependency doesn't creep back in by enforcing it with cargo deny.
7c3fd5c9