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

Added initial implementation of Microsoft.KernelMemory.AI.ONNX package #788

Merged

Commits on Oct 5, 2024

  1. Added initial implementation of Microsoft.KernelMemory.AI.ONNX package

    # Conflicts:
    #	KernelMemory.sln
    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    668382c View commit details
    Browse the repository at this point in the history
  2. Updated .csproj to include NuGet packing information

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    666e2d8 View commit details
    Browse the repository at this point in the history
  3. Iterated to included a new OnnxTextGenerationOptions class sepcific t…

    …o ONNX models. Minor refactoring and bug fixes.
    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    37c206a View commit details
    Browse the repository at this point in the history
  4. Changed MaxLength property to MaxTokens

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    94d9237 View commit details
    Browse the repository at this point in the history
  5. Moved optional fields from OnnxTextGenerationOptions (deleted) class …

    …to OnnxConfig
    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    8895801 View commit details
    Browse the repository at this point in the history
  6. Removed OnnxTextGenerationOptions

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    13c3bdc View commit details
    Browse the repository at this point in the history
  7. Update OnnxTextGenerator

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f79152b View commit details
    Browse the repository at this point in the history
  8. Changed access modifier for NucleusSampling

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5df997e View commit details
    Browse the repository at this point in the history
  9. Added additional Validation check

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    9e818f0 View commit details
    Browse the repository at this point in the history
  10. Added Functional Tests

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    51ed284 View commit details
    Browse the repository at this point in the history
  11. Added additional logic

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    1fac0b6 View commit details
    Browse the repository at this point in the history
  12. Additional updates addressing access modifiers, documentation, and te…

    …sting
    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    79a3af5 View commit details
    Browse the repository at this point in the history
  13. Clarified comments

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d6647b1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f9f403b View commit details
    Browse the repository at this point in the history
  15. Updated Onnx project to include additional validation for File & Dire…

    …ctories
    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    47a1ef3 View commit details
    Browse the repository at this point in the history
  16. Changed validation to include the full path in the error name

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    3a221c5 View commit details
    Browse the repository at this point in the history
  17. Added TODO's for implementing token counting and generation

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    12fac23 View commit details
    Browse the repository at this point in the history
  18. Updated Solution file to point to correct directory

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    f062045 View commit details
    Browse the repository at this point in the history
  19. Updated sln

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7ba93b1 View commit details
    Browse the repository at this point in the history
  20. Fixing build

    Justin Ridings authored and dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    7c1b889 View commit details
    Browse the repository at this point in the history
  21. Code style

    dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    5efb6ca View commit details
    Browse the repository at this point in the history
  22. Minor fixes

    dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    eadd5a0 View commit details
    Browse the repository at this point in the history
  23. Update SLN file

    dluc committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    6dce586 View commit details
    Browse the repository at this point in the history