mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
maybe fix trailing whitespace
This commit is contained in:
parent
30ce9e0426
commit
dc64f8a3a8
@ -214,7 +214,7 @@ async fn main() -> Result<(), RouterError> {
|
|||||||
.map_err(|_| ())
|
.map_err(|_| ())
|
||||||
.map(|cache_dir| Cache::new(cache_dir.into()))
|
.map(|cache_dir| Cache::new(cache_dir.into()))
|
||||||
.unwrap_or_else(|_| Cache::default());
|
.unwrap_or_else(|_| Cache::default());
|
||||||
|
|
||||||
tracing::warn!("Offline mode active using cache defaults");
|
tracing::warn!("Offline mode active using cache defaults");
|
||||||
Type::Cache(cache)
|
Type::Cache(cache)
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user