mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
provided None for api_key
This commit is contained in:
parent
579199f6f2
commit
98739b2035
@ -147,6 +147,7 @@ async fn main() -> Result<(), TensorRtLlmBackendError> {
|
|||||||
max_input_tokens,
|
max_input_tokens,
|
||||||
max_total_tokens,
|
max_total_tokens,
|
||||||
validation_workers,
|
validation_workers,
|
||||||
|
None,
|
||||||
tokenizer_name,
|
tokenizer_name,
|
||||||
tokenizer_config_path,
|
tokenizer_config_path,
|
||||||
revision,
|
revision,
|
||||||
|
Loading…
Reference in New Issue
Block a user