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

Node llama #40

Merged
merged 23 commits into from
Oct 14, 2024
Merged

Node llama #40

merged 23 commits into from
Oct 14, 2024

Commits on Oct 10, 2024

  1. ignore models folder

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    17fd5e4 View commit details
    Browse the repository at this point in the history
  2. add node-llama-cpp

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    16bb071 View commit details
    Browse the repository at this point in the history
  3. add new rule

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    8dbe919 View commit details
    Browse the repository at this point in the history
  4. add preloaders to load node-llama-cpp

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b0da0a3 View commit details
    Browse the repository at this point in the history
  5. add Llama

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    f524b77 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. update preload scripts

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    817542a View commit details
    Browse the repository at this point in the history
  2. improve startup load

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ec4fb9b View commit details
    Browse the repository at this point in the history
  3. split conversation to multiple components

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    232e4bb View commit details
    Browse the repository at this point in the history
  4. add platform column

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7090f61 View commit details
    Browse the repository at this point in the history
  5. remove client and add platform

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    d058294 View commit details
    Browse the repository at this point in the history
  6. add jsdoc

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1084fc5 View commit details
    Browse the repository at this point in the history
  7. edit file process

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    663c929 View commit details
    Browse the repository at this point in the history
  8. add Llama platform

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    58aa500 View commit details
    Browse the repository at this point in the history
  9. add download model functions

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7f54a6f View commit details
    Browse the repository at this point in the history
  10. add status change when finished first setup

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1799814 View commit details
    Browse the repository at this point in the history
  11. fix react warning bugs

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9e11f4a View commit details
    Browse the repository at this point in the history
  12. add llama settings

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8b0245b View commit details
    Browse the repository at this point in the history
  13. remove default platform, add update to wllama settings

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    dd75545 View commit details
    Browse the repository at this point in the history
  14. add db to store locally saved models

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4f57a3e View commit details
    Browse the repository at this point in the history
  15. pass model settings to llama

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    51d323d View commit details
    Browse the repository at this point in the history
  16. check if need to load model

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1373909 View commit details
    Browse the repository at this point in the history
  17. add styles for download

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    98ec322 View commit details
    Browse the repository at this point in the history
  18. add default url for download phi3

    Signed-off-by: cbh778899 <[email protected]>
    cbh778899 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    edd0efd View commit details
    Browse the repository at this point in the history