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

typescript bindings maintenance #1

Closed
wants to merge 2 commits into from
Closed

typescript bindings maintenance #1

wants to merge 2 commits into from

Commits on Jun 3, 2024

  1. typescript bindings maintenance (#2363)

    * remove outdated comments
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * simpler build from source
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * update unix build script to create .so runtimes correctly
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * configure ci build type, use RelWithDebInfo for dev build script
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * add clean script
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * fix streamed token decoding / emoji
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * remove deprecated nCtx
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * update typings
    
    Signed-off-by: jacob <jacoobes@sern.dev>
    
    update typings
    
    Signed-off-by: jacob <jacoobes@sern.dev>
    
    * readme,mspell
    
    Signed-off-by: jacob <jacoobes@sern.dev>
    
    * cuda/backend logic changes + name napi methods like their js counterparts
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * convert llmodel example into a test, separate test suite that can run in ci
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * update examples / naming
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * update deps, remove the need for binding.ci.gyp, make node-gyp-build fallback easier testable
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * make sure the assert-backend-sources.js script is published, but not the others
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * build correctly on windows (regression on node-gyp-build)
    
    Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
    
    * codespell
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * make sure dlhandle.cpp gets linked correctly
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * add include for check_cxx_compiler_flag call during aarch64 builds
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * x86 > arm64 cross compilation of runtimes and bindings
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * default to cpu instead of kompute on arm64
    
    Signed-off-by: limez <limez@protonmail.com>
    
    * formatting, more minimal example
    
    Signed-off-by: limez <limez@protonmail.com>
    
    ---------
    
    Signed-off-by: limez <limez@protonmail.com>
    Signed-off-by: jacob <jacoobes@sern.dev>
    Signed-off-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
    Co-authored-by: Jacob Nguyen <76754747+jacoobes@users.noreply.github.com>
    Co-authored-by: jacob <jacoobes@sern.dev>
    3 people authored Jun 3, 2024
    Configuration menu
    Copy the full SHA
    a602f7f View commit details
    Browse the repository at this point in the history
  2. Revert "typescript bindings maintenance (#2363)"

    As discussed on Discord, this PR was not ready to be merged. CI fails on
    it.
    
    This reverts commit a602f7f.
    
    Signed-off-by: Jared Van Bortel <jared@nomic.ai>
    cebtenzzre committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    55d7098 View commit details
    Browse the repository at this point in the history