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

Inference streaming support #1750

Commits on May 22, 2024

  1. Add predict_stream with fallback

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ee25235 View commit details
    Browse the repository at this point in the history
  2. Add predict_stream to handlers

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    c799f54 View commit details
    Browse the repository at this point in the history
  3. Add sse-starlette to deps

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4fa9c7a View commit details
    Browse the repository at this point in the history
  4. Send inference stream back as SSE

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    fadff06 View commit details
    Browse the repository at this point in the history
  5. Add tests for ServerSentEvent encoding

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8c24122 View commit details
    Browse the repository at this point in the history
  6. Update responses to use \n\n as separator

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    266420e View commit details
    Browse the repository at this point in the history
  7. Add tests for infer-stream endpoint

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f23c60f View commit details
    Browse the repository at this point in the history
  8. WIP: disable batch when streaming and adding tests for batch

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1451a14 View commit details
    Browse the repository at this point in the history
  9. WIP

    Adrian Gonzalez-Martin authored and RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f5a5de3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    69b3423 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5024f1e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9abd39d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1a7a2b3 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    43c983b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab324bf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    3de2216 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    55cf350 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7f2140e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    482a499 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    124e6be View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1eefd22 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d9119ae View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    245b477 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    91b23c2 View commit details
    Browse the repository at this point in the history
  25. Fixed rest tests.

    RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    795dd26 View commit details
    Browse the repository at this point in the history
  26. Fixed grpc tests.

    RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    3cf01cd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c19fa47 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6a01fa5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    14a6b25 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    322fc3e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    dd56030 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    107266c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1ce1ab4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    1f7da51 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    37614c2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c143a50 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6a9d134 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    37ef1e3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c291d7d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    26a0812 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5435d48 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    d7d3c74 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    447e658 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    12cbccd View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d52aca0 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    2302d99 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    ccbf945 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    2cf3cb6 View commit details
    Browse the repository at this point in the history
  49. Updated poetry.lock

    RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    04a2aa8 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    b632250 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    37af739 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    0841790 View commit details
    Browse the repository at this point in the history
  53. Fixed grpc comments.

    RobertSamoilescu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    852cfc1 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    bf49a3a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    499bc9a View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    d900100 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    93e3503 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    0ec59c7 View commit details
    Browse the repository at this point in the history