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

ONNX Backend #23

Open
wants to merge 302 commits into
base: main
Choose a base branch
from
Open

ONNX Backend #23

wants to merge 302 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 14, 2023

  1. Sort operators

    mrezanvari committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    08af18b View commit details
    Browse the repository at this point in the history
  2. Remove unused imports

    mrezanvari committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    923532e View commit details
    Browse the repository at this point in the history
  3. Add Reshape operator

    mrezanvari committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7ba5b9a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Add MatMul operator

    mrezanvari committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    55e802a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    b49a12e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb1a2ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20bbc64 View commit details
    Browse the repository at this point in the history
  4. Add Where operator

    mrezanvari committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7f08f67 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Add Pow operator

    mrezanvari committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c58ce0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e09841 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    507268d View commit details
    Browse the repository at this point in the history
  4. Use set_tensor_out

    mrezanvari committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8794750 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f9198b View commit details
    Browse the repository at this point in the history
  6. Remove duplicate Pow test

    mrezanvari committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    caaa2fd View commit details
    Browse the repository at this point in the history
  7. Add support for np.bool_

    mrezanvari committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    842530d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    2812df1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    866ef96 View commit details
    Browse the repository at this point in the history
  3. Remove unwanted comments

    mrezanvari committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    74bbd70 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    71ca5ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94fffbd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4036cbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9838115 View commit details
    Browse the repository at this point in the history
  5. Update return types

    abetlen committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a89fd6a View commit details
    Browse the repository at this point in the history
  6. broadcast subtract

    abetlen committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    75fe261 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cba2502 View commit details
    Browse the repository at this point in the history
  8. Fix Reshape

    dmille committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    fed802e View commit details
    Browse the repository at this point in the history
  9. Update GH Actions setup

    dmille committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f299f69 View commit details
    Browse the repository at this point in the history
  10. resolve deps

    dmille committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    709174c View commit details
    Browse the repository at this point in the history
  11. add missing test deps

    dmille committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    59c44e4 View commit details
    Browse the repository at this point in the history
  12. ?

    dmille committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    47c7c26 View commit details
    Browse the repository at this point in the history
  13. remove non-fix

    dmille committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    7d210dd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. .

    dmille committed Aug 20, 2023
    Configuration menu
    Copy the full SHA
    b6913c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    c98c925 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f1e49e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b94c7 View commit details
    Browse the repository at this point in the history
  4. Fix test cases

    mrezanvari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    7b33a4a View commit details
    Browse the repository at this point in the history
  5. Exclude Pad operator tests

    mrezanvari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ce7192a View commit details
    Browse the repository at this point in the history
  6. Fix Cast

    mrezanvari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    5f4120c View commit details
    Browse the repository at this point in the history
  7. Include new tests

    mrezanvari committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    baf9eda View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    3ab1842 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8183f35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cdb2f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    77a797c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    775b41f View commit details
    Browse the repository at this point in the history
  6. Update GH action

    dmille committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7243100 View commit details
    Browse the repository at this point in the history
  7. fix install

    dmille committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    b2f3fba View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    424be03 View commit details
    Browse the repository at this point in the history
  9. fix typo

    dmille committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    cd5c50a View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    541fb18 View commit details
    Browse the repository at this point in the history
  2. Fix Max, Min and Unsqueeze

    mrezanvari committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    2adf95b View commit details
    Browse the repository at this point in the history
  3. Improve Constant operator

    mrezanvari committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    8cc8d3f View commit details
    Browse the repository at this point in the history
  4. Improve ReduceMean

    mrezanvari committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    25befc0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e4f9721 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    687e6f4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6f8335c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f7af5b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2bf7933 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d2f38a8 View commit details
    Browse the repository at this point in the history
  11. Install .[convert] for tests

    dmille committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ea59af1 View commit details
    Browse the repository at this point in the history
  12. Skip broken tests

    dmille committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b99f44e View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. relu

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c8c2f29 View commit details
    Browse the repository at this point in the history
  2. Add LogSoftmax

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d007388 View commit details
    Browse the repository at this point in the history
  3. Fix name

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    92c2116 View commit details
    Browse the repository at this point in the history
  4. Added logical operators

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    d6d13b1 View commit details
    Browse the repository at this point in the history
  5. softmax

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    7b9004f View commit details
    Browse the repository at this point in the history
  6. Enable CUDA tests

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ed7e4d0 View commit details
    Browse the repository at this point in the history
  7. Add comments to failing tests

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3b92069 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a16f5ee View commit details
    Browse the repository at this point in the history
  9. conditional onnx tests

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    922234b View commit details
    Browse the repository at this point in the history
  10. typo

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    2ba162c View commit details
    Browse the repository at this point in the history
  11. onnx tests

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5ba538f View commit details
    Browse the repository at this point in the history
  12. ignore-glob=onnx

    dmille committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    dd3c4dc View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e5920e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ea0fdc3 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Create progress.md

    mrezanvari committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e75a6b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15c7a58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    927f03b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9357f98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b57150c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62cce98 View commit details
    Browse the repository at this point in the history
  7. Add Hardmax

    mrezanvari committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    6461168 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Add ReduceMin, ReduceProd and ReduceSumSquare + bug fix

    Also updates UserData for Reduce operators
    mrezanvari committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    ef8e247 View commit details
    Browse the repository at this point in the history
  2. Add note to table

    mrezanvari committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d998de5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2d5e4e View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary tests

    abetlen committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    974787f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    258c0d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b84c9d7 View commit details
    Browse the repository at this point in the history
  7. Add PRelu operator

    LeakyRelu also added but do not pass because of differences between 32 and 64 floating points
    mrezanvari committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    6170f85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    78a1949 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    505322e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    fd3ea92 View commit details
    Browse the repository at this point in the history
  2. Add Sum, Tanh and Tile

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    a6b92b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00209c7 View commit details
    Browse the repository at this point in the history
  4. Add onnx documentation

    abetlen committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    4175858 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45931e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b830e81 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e92ac4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9489686 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    20f27a7 View commit details
    Browse the repository at this point in the history
  10. Update progress table

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    53b64d1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8ec875 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4ddde7b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c012bf View commit details
    Browse the repository at this point in the history
  14. Use nbytes_pad

    abetlen committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    0301324 View commit details
    Browse the repository at this point in the history
  15. Update test_ggml_onnx.py

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b8253d9 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    10c40a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e6d2fa1 View commit details
    Browse the repository at this point in the history
  18. Update onnx.py

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5932e2a View commit details
    Browse the repository at this point in the history
  19. Progress doc cleanup

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    b550235 View commit details
    Browse the repository at this point in the history
  20. Fix Softsign

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7fc5804 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d5355c6 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    707e2aa View commit details
    Browse the repository at this point in the history
  23. Add TopK operator

    mrezanvari committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    dd9efbc View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Add Split operator

    mrezanvari committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    c535f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5ba003 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c07261f View commit details
    Browse the repository at this point in the history
  4. Add Gemm operator

    mrezanvari committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    4ed259f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a1c638 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7d7315 View commit details
    Browse the repository at this point in the history
  7. Update onnx.py

    mrezanvari committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    53d5bf2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    e1f977e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e479e1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    34a9833 View commit details
    Browse the repository at this point in the history
  4. Update onnx.md

    mrezanvari committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    65e431d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8914ac2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #28 from mrezanvari/main

    Add partial implementations and new tests
    dmille authored Aug 31, 2023
    Configuration menu
    Copy the full SHA
    09741c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. WIP

    dmille committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    fe8818c View commit details
    Browse the repository at this point in the history
  2. pad operator

    dmille committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    1626fdf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53bd2a6 View commit details
    Browse the repository at this point in the history
  4. Fix pad operator

    dmille committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    c19a220 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    442834c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Add debug build and test

    abetlen committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    4145cb6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    3f42566 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194cba6 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

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

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    12db36e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b89534 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

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

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    5a480ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebfbc9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15af1a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

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

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    70b9156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37bc6ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44618dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dfebea View commit details
    Browse the repository at this point in the history
  5. fix

    dmille committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    e8b5419 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    715112b View commit details
    Browse the repository at this point in the history
  2. Implement Slice op

    dmille committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    7933fe6 View commit details
    Browse the repository at this point in the history
  3. Format

    abetlen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    c24e7d5 View commit details
    Browse the repository at this point in the history
  4. Fix typing

    abetlen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a964860 View commit details
    Browse the repository at this point in the history
  5. Add single _compute_graph

    abetlen committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a49553a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c54f2c1 View commit details
    Browse the repository at this point in the history
  7. Fix slice

    dmille committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    a0a04be View commit details
    Browse the repository at this point in the history
  8. Fix Constant operator

    dmille committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    732e65c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1aaa1f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76ac430 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1c2972e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Support concat of >2 tensors

    dmille committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    7f8b024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df92756 View commit details
    Browse the repository at this point in the history
  3. Dynamic memory allocation

    abetlen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    b12d692 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79a9e67 View commit details
    Browse the repository at this point in the history
  5. fix eval_tensor call

    dmille committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    5fff347 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4de126b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fac253 View commit details
    Browse the repository at this point in the history
  8. Fix several type issues

    abetlen committed Sep 20, 2023
    Configuration menu
    Copy the full SHA
    1abf44d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Remove unnused import

    abetlen committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    15d2124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce5d9d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    1bad529 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879bb2e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. Fix transpose identity test

    abetlen committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    f92ebfb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05e3090 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    001e88a View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    6a943a7 View commit details
    Browse the repository at this point in the history
  2. Update quantization test

    abetlen committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    f9705b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b463882 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Fix concat return

    dmille committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    77516bb View commit details
    Browse the repository at this point in the history
  2. Add fallbacks

    dmille committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    570a4a7 View commit details
    Browse the repository at this point in the history
  3. Mul np fallback

    dmille committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    ba01d23 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Fix quantized onnx graph test

    abetlen committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    1cb96bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    902ada4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    5e4e691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c717e91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    667b003 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Oct 7, 2023

  1. Fix Mul shape

    dmille committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    bbe99bc View commit details
    Browse the repository at this point in the history
  2. Add numpy fallback Add op

    dmille committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    dce167f View commit details
    Browse the repository at this point in the history
  3. Fix Where op

    dmille committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    62b7e2d View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Fix unsqueeze

    dmille committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    6951246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75778c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    9275099 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9876f View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

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

Commits on Oct 15, 2023

  1. Configuration menu
    Copy the full SHA
    64bb52c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46e8fb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. Save

    dmille committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    9350741 View commit details
    Browse the repository at this point in the history
  2. Handle SIGABRT from GGML

    dmille committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    dfa64c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67f5c85 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Fix instance norm

    dmille committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0f4ddd6 View commit details
    Browse the repository at this point in the history
  2. Fix sigmoid

    dmille committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7140aa9 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    eb48457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d1e66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    839fa96 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. upscale using ggml_upscale

    dmille committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    6065ce4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    119d2d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5010ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0eaaedb View commit details
    Browse the repository at this point in the history
  5. Remove IPython import

    abetlen committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    bb4c2fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9224e03 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c4a0af View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bbf656 View commit details
    Browse the repository at this point in the history
  9. Fix windows tests

    abetlen committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    89b5a4e View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Fix concat, add cos and si

    dmille committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    c881ba2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4eb57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2508d6b View commit details
    Browse the repository at this point in the history
  4. Fix

    abetlen committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    33e643b View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

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

Commits on Nov 24, 2023

  1. Remove unnused imports

    abetlen committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    e22d539 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

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

Commits on Feb 12, 2024

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

Commits on Feb 13, 2024

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

Commits on Feb 20, 2024

  1. docs: Add achknowledgements

    abetlen committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    18a67cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f53eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66aa960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13686c4 View commit details
    Browse the repository at this point in the history
  5. Add debugging docs

    abetlen committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    c27fd6e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9cf3fc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Feb 25, 2024

  1. Configuration menu
    Copy the full SHA
    62e116b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d0daa View commit details
    Browse the repository at this point in the history
  3. fix: test

    abetlen committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    81d62a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    32b8f36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    14a64fa View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Track node shapes

    abetlen committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    fd5c79d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8d10f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e159755 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7d3c8ee View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2024

  1. Fix more onnx ops

    abetlen committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    207ff2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f862535 View commit details
    Browse the repository at this point in the history
  3. Disable transpose test

    abetlen committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    ebd2c7c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    a36f437 View commit details
    Browse the repository at this point in the history
  2. check ggml_status

    abetlen committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    58c092d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5996c View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    522af2a View commit details
    Browse the repository at this point in the history
  2. Update tests

    abetlen committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    80183bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e53bb98 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update tensor allocator api

    abetlen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    166fcdd View commit details
    Browse the repository at this point in the history
  2. Fix type issues

    abetlen committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a91780b View commit details
    Browse the repository at this point in the history