mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Ellide lifetime.
This commit is contained in:
parent
f20ef614bd
commit
b07935b04f
@ -1577,8 +1577,8 @@ pub fn schema() -> ApiDoc {
|
||||
ApiDoc
|
||||
}
|
||||
|
||||
fn py_resolve_tokenizer<'a>(
|
||||
py: pyo3::Python<'a>,
|
||||
fn py_resolve_tokenizer(
|
||||
py: pyo3::Python,
|
||||
tokenizer_name: &str,
|
||||
revision: Option<&str>,
|
||||
) -> pyo3::PyResult<()> {
|
||||
|
Loading…
Reference in New Issue
Block a user