mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 11:54:52 +00:00
Cargo fmt.
This commit is contained in:
parent
edbba4ea36
commit
aa44a3d1f0
@ -290,7 +290,6 @@ struct Args {
|
||||
#[clap(long, env)]
|
||||
rope_factor: Option<f32>,
|
||||
|
||||
|
||||
/// Outputs the logs in JSON format (useful for telemetry)
|
||||
#[clap(long, env)]
|
||||
json_output: bool,
|
||||
@ -453,7 +452,6 @@ fn shard_manager(
|
||||
envs.push(("ROPE_FACTOR".into(), factor.to_string().into()));
|
||||
}
|
||||
|
||||
|
||||
// If huggingface_hub_cache is some, pass it to the shard
|
||||
// Useful when running inside a docker container
|
||||
if let Some(huggingface_hub_cache) = huggingface_hub_cache {
|
||||
|
Loading…
Reference in New Issue
Block a user