-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Commits on Oct 23, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 095362e - Browse repository at this point
Copy the full SHA 095362eView commit details
Commits on Oct 28, 2024
-
use create_server since vllm requires py38+
Signed-off-by: xiaozijin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1586a68 - Browse repository at this point
Copy the full SHA 1586a68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92979bd - Browse repository at this point
Copy the full SHA 92979bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfcd825 - Browse repository at this point
Copy the full SHA bfcd825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ad196 - Browse repository at this point
Copy the full SHA 03ad196View commit details
Commits on Nov 11, 2024
-
Merge remote-tracking branch 'upstream/main'
Signed-off-by: xiaozijin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 03f03ff - Browse repository at this point
Copy the full SHA 03f03ffView commit details -
create socket and bind it only since we didn't pass the fd to unicorn
Signed-off-by: xiaozijin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0fbb717 - Browse repository at this point
Copy the full SHA 0fbb717View commit details
Commits on Nov 14, 2024
-
use utils.is_valid_ipv6_address to check ipv6 status
Signed-off-by: xiaozijin <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4cf2da9 - Browse repository at this point
Copy the full SHA 4cf2da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a6e9f - Browse repository at this point
Copy the full SHA 84a6e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a18ea - Browse repository at this point
Copy the full SHA 80a18eaView commit details