hf_text-generation-inference/launcher
OlivierDehaene 6f42942772
feat(router): add argument for hostname in router (#545) (#550)
# What does this PR do?

In title. Adds argument `--hostname` in router to support something like
`--hostname ::`. Tested with

```commandline
cargo run -- --port 8080 --hostname ::
curl -I -X GET 'http://[::1]:8080/health'  # failed before this commit
```

Trigger CI

---------

Co-authored-by: Phil Chen <philchen2000@gmail.com>
2023-07-05 18:28:45 +02:00
..
src feat(router): add argument for hostname in router (#545) (#550) 2023-07-05 18:28:45 +02:00
Cargo.toml feat(docker): add benchmarking tool to docker image (#298) 2023-05-09 13:19:31 +02:00
build.rs chore(github): add templates (#264) 2023-05-02 15:43:19 +02:00