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

WIP feat:Init commit for rust backend #1180

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Oct 17, 2023

  1. Init commit for rust backend

    Signed-off-by: GitHub <[email protected]>
    Aisuko committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    ef3fe9a View commit details
    Browse the repository at this point in the history
  2. Update backend/rust/Makefile

    Co-authored-by: Luca Barbato <[email protected]>
    Signed-off-by: Aisuko <[email protected]>
    Aisuko and lu-zero committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    029a71f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Add tracing

    Signed-off-by: GitHub <[email protected]>
    Aisuko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    5c67aa6 View commit details
    Browse the repository at this point in the history
  2. Add workspace

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    1806dd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Replace the generated file to the generated folder

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    61bd269 View commit details
    Browse the repository at this point in the history
  2. Update backend/rust/bunker/src/lib.rs

    Co-authored-by: Luca Barbato <[email protected]>
    Signed-off-by: Aisuko <[email protected]>
    Aisuko and lu-zero committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b92677b View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. Remove services.rs

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    a2bb86f View commit details
    Browse the repository at this point in the history
  2. Add test health in Makefile

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    bc6c1fc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Ignore Cargo.lock

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7e9215f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Update .gitignore

    Co-authored-by: Luca Barbato <[email protected]>
    Signed-off-by: Aisuko <[email protected]>
    Aisuko and lu-zero committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    bd087ca View commit details
    Browse the repository at this point in the history
  2. Add tracing

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4397789 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Add new model

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    c0dadcc View commit details
    Browse the repository at this point in the history
  2. Implement a new simple model

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    fb67c91 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Implement MNIST model and inference

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    1d2fd99 View commit details
    Browse the repository at this point in the history
  2. Add check memory feature

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    660cc49 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2023

  1. Trying to call mnist model in main

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 18, 2023
    1 Configuration menu
    Copy the full SHA
    d62c701 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Add test case for load model and import getusage

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    b210203 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2023

  1. Add llama for test

    Signed-off-by: Aisuko <[email protected]>
    Aisuko committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    c990112 View commit details
    Browse the repository at this point in the history