mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
Update router/src/main.rs
Co-authored-by: Hugo Larcher <hugo.larcher@huggingface.co>
This commit is contained in:
parent
ef63e93554
commit
a5f50c5b39
@ -410,7 +410,7 @@ async fn main() -> Result<(), RouterError> {
|
||||
disable_usage_stats,
|
||||
disable_crash_reports,
|
||||
);
|
||||
Some(usage_stats::UserAgent::new(reducded_args))
|
||||
Some(usage_stats::UserAgent::new(reduced_args))
|
||||
} else {
|
||||
None
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user