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

Add Microsoft.ML.GenAI.Phi, test package and sample project. #7184

Merged
merged 43 commits into from
Jul 30, 2024

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    c5ffc73 View commit details
    Browse the repository at this point in the history
  2. formatter

    LittleLittleCloud committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    1493eba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    972c7c9 View commit details
    Browse the repository at this point in the history
  4. update

    LittleLittleCloud committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    349a426 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17b689a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1faddbc View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. update

    LittleLittleCloud committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2802ed3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8ab578 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3db5c61 View commit details
    Browse the repository at this point in the history
  4. use defaults

    LittleLittleCloud committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    d72fbce View commit details
    Browse the repository at this point in the history
  5. add quantize linear

    LittleLittleCloud committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9cc9a0c View commit details
    Browse the repository at this point in the history
  6. use version string

    LittleLittleCloud committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    59e5da8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9539b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbe8187 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ccaddfe View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. update sample

    LittleLittleCloud committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    151fa86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b4e5d84 View commit details
    Browse the repository at this point in the history
  3. fix tests

    LittleLittleCloud committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b9604a0 View commit details
    Browse the repository at this point in the history
  4. update

    LittleLittleCloud committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    73c0d31 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    9fd352b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    745f40b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57444cc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    a5058a4 View commit details
    Browse the repository at this point in the history
  2. run test on x64

    LittleLittleCloud committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4745683 View commit details
    Browse the repository at this point in the history
  3. fix tests

    LittleLittleCloud committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b933ce4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43dd37f View commit details
    Browse the repository at this point in the history
  5. run test in net6.0

    LittleLittleCloud committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1a77f8d View commit details
    Browse the repository at this point in the history
  6. use meta device

    LittleLittleCloud committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    e3e09e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    b316f19 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    d6f0e61 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. fix comment

    LittleLittleCloud committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0bb6b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405d162 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    a1b0369 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. add mit license

    LittleLittleCloud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6b3b46f View commit details
    Browse the repository at this point in the history
  2. add reference

    LittleLittleCloud committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c165b5f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b837269 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    3020ebd View commit details
    Browse the repository at this point in the history
  2. add runtime package

    LittleLittleCloud committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    077d366 View commit details
    Browse the repository at this point in the history
  3. remove flag

    LittleLittleCloud committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cd3b20e View commit details
    Browse the repository at this point in the history
  4. add flag

    LittleLittleCloud committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    62576c4 View commit details
    Browse the repository at this point in the history
  5. fix build error

    LittleLittleCloud committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d91ec0a View commit details
    Browse the repository at this point in the history
  6. update

    LittleLittleCloud committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e7d0fde View commit details
    Browse the repository at this point in the history
  7. update

    LittleLittleCloud committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a97afdf View commit details
    Browse the repository at this point in the history