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 end to end llama test, including generating and running vmfb #224

Merged
merged 29 commits into from
Dec 11, 2023

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    27e68b4 View commit details
    Browse the repository at this point in the history
  2. adjust naming of tests to look clearer

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    d6a29dd View commit details
    Browse the repository at this point in the history
  3. fix formatting with black

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    945e9ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1981cd6 View commit details
    Browse the repository at this point in the history
  5. Stable Diffusion using aot.export and external parameters (nod-ai#217)

    - Saves weights to .safetensors file
    - Load weights at runtime with a "stripped" .mlir
    aviator19941 authored Dec 7, 2023
    Configuration menu
    Copy the full SHA
    b5a6192 View commit details
    Browse the repository at this point in the history
  6. fold run_vmfb_comparison into python/turbine_models/tests and actuall…

    …y fail tests on comparison fail
    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f1aa879 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9395248 View commit details
    Browse the repository at this point in the history
  8. remove python-fire dependency

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    f6c8008 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary vulcan max_alloc and rename for consistency betwee…

    …n argparse and function params
    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    612556a View commit details
    Browse the repository at this point in the history
  10. black

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    200dbe5 View commit details
    Browse the repository at this point in the history
  11. resolve merge conflicts

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4f58d78 View commit details
    Browse the repository at this point in the history
  12. adjust naming of tests to look clearer

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3ab45d1 View commit details
    Browse the repository at this point in the history
  13. fix formatting with black

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e552a1a View commit details
    Browse the repository at this point in the history
  14. fold run_vmfb_comparison into python/turbine_models/tests and actuall…

    …y fail tests on comparison fail
    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    23fd558 View commit details
    Browse the repository at this point in the history
  15. remove python-fire dependency

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    8b32886 View commit details
    Browse the repository at this point in the history
  16. remove unnecessary vulcan max_alloc and rename for consistency betwee…

    …n argparse and function params
    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    75a4fc7 View commit details
    Browse the repository at this point in the history
  17. black

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    48e2685 View commit details
    Browse the repository at this point in the history
  18. resolve merge conflict

    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    e139f82 View commit details
    Browse the repository at this point in the history
  19. fix discrepancy between vmfb and torch due to one being quantized f16…

    … and the other unquantized f32
    Xida Ren committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    476b60a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. finally test cases passed and black applied

    Xida Ren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2289373 View commit details
    Browse the repository at this point in the history
  2. make llama and sd test separate steps

    Xida Ren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    03c022b View commit details
    Browse the repository at this point in the history
  3. typo

    Xida Ren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    c00bc24 View commit details
    Browse the repository at this point in the history
  4. show mem availability

    Xida Ren committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    91b3b72 View commit details
    Browse the repository at this point in the history
  5. fix device issue

    renxida committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    5e31126 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    cf4b4b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    979321c View commit details
    Browse the repository at this point in the history
  3. black

    renxida committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b000642 View commit details
    Browse the repository at this point in the history
  4. only parse args when in main

    renxida committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ad865e2 View commit details
    Browse the repository at this point in the history
  5. black

    renxida committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3883224 View commit details
    Browse the repository at this point in the history