Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bugfix] use AF_INET6 instead of AF_INET for OpenAI Compatible Server #9583

Merged
merged 10 commits into from
Nov 15, 2024

Commits on Oct 23, 2024

  1. use AF_INET6 instead of AF_INET

    Signed-off-by: xiaozijin <[email protected]>
    
    use AF_INET6 instead of AF_INET
    
    fallback to AF_INET if IPv6 is not available
    
    refactory create socket
    
    refactory create socket
    
    style and logging fix
    
    style and logging fix
    
    style fix
    
    style fix
    jxpxxzj committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    095362e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. use create_server since vllm requires py38+

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1586a68 View commit details
    Browse the repository at this point in the history
  2. style fix

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    92979bd View commit details
    Browse the repository at this point in the history
  3. style fix

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    bfcd825 View commit details
    Browse the repository at this point in the history
  4. style fix

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    03ad196 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. Merge remote-tracking branch 'upstream/main'

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    03f03ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fbb717 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. use utils.is_valid_ipv6_address to check ipv6 status

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4cf2da9 View commit details
    Browse the repository at this point in the history
  2. style fix

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    84a6e9f View commit details
    Browse the repository at this point in the history
  3. style fix

    Signed-off-by: xiaozijin <[email protected]>
    jxpxxzj committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    80a18ea View commit details
    Browse the repository at this point in the history