mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-19 15:52:08 +00:00
Do not use HOSTNAME env
Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
parent
8bc10d37ee
commit
7bff88bba9
@ -104,7 +104,7 @@ struct Args {
|
|||||||
max_batch_size: Option<usize>,
|
max_batch_size: Option<usize>,
|
||||||
|
|
||||||
/// IP address to listen on.
|
/// IP address to listen on.
|
||||||
#[clap(default_value = "0.0.0.0", long, env)]
|
#[clap(default_value = "0.0.0.0", long)]
|
||||||
hostname: String,
|
hostname: String,
|
||||||
|
|
||||||
/// Port to listen on.
|
/// Port to listen on.
|
||||||
|
Loading…
Reference in New Issue
Block a user