-
Notifications
You must be signed in to change notification settings - Fork 59
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
Move lantern_extras to lantern repo #339
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Add lantern-cli daemon mode * Add memory optimizations and comment code * Add Dockerfile for cli * Add logger, add task id when logging * Fix db exporter * Fix logger.warn * Update README add logger in create index * Add dockerfile for CUDA * Add print_raw method for logger * Update onnxruntime version in README * Update GPU dockerfile * Update README for docker usage * Add update listener, continous embedding generation, startup checks * Fix startup query * Optimize tokenizer * Implement stop handler, optimize code, make fault tolerant * Remove unnecessary clones on references * Set data path based on OS * Add restarts on connection loss * Implement row locking and batching for client table inserts * Rename client to client_jobs * Check write permission on target table, add streaming option in embeddings * Send pending jobs only to update channel * Fix model column name typo * Fix startup job init * Fix init_finished_at update on startup * Add comment * Change gh runner ubuntu version * Update versions and README * Fix updates for rows with non-numeric ids * Update BERT large model to v1.5 * Add more BERT models * Make tokenizer and inputs for bert model dynamic
* Add docker publish action for CLI * Optimize dockerfiles
* Better handle sql quotting, update README for docker run * Bump cli version
* Skip column creation if specified, check permissions from grants, improve error logging for client task * Add schema name to table permission check
* Fix handling names for client identifier * Update cli version
* - Create lock table in lantern schema - Hash client trigger function and trigger names so they won't exceed the character limit * Bump cli version
* Make row locking non-blocking * Remove unnecessary deref
* Add command to measure model generation speed * Fix GPU memory leak, merge process_text and process_image into one function * Add min/max/avg speeds * Update min time for test * Update version
* Fix data_producer deadloc, remove unwraps * Bump versions
* Index autotune WIP * Add import functionality for lantern index * add index autotune to cli * Update README
* Fix find_bes_variant, add comments, add existing result reuse functionality * Refactor daemon, add autotune to daemon * Make float to 2 decimal points, change internal schema name * Bump version
* Remove index file from file system * Bump version * Use index params when importing external inedx
…51) * Cancel running embedding job with tokio tasks * Gracefully exit ongoing embedding job if the job is canceled from db * Delete collected insert rows on job cancel
* Fix column names for index autotune * Try to reduce memory usage on index creation * Drop variables as soon as they are not needed anymore * Drop values outside and remove unnecessary cursor close statement * Change internal schema name
* Add external index jobs, refactor codes, add cancel handlers for all jobs * Fix progress tracking for external index * Added tests for daemon
* Added CI tests * Fix lantern build * Fix cargo path * Skip pgrx tests * Optimize tests
* Fix sample size to take from test table count * Fix data type
…deamon bgworker jobs
Benchmarks
|
fix test action on CI fix paths in CI scripts update ubuntu version for extras runner fix workflow syntax fix test workflow update version, fix test_updates script fix pgvector build fix update script for new version fix onnx installation on arm instances
var77
force-pushed
the
varik/merge-lantern-extras
branch
from
October 8, 2024 16:18
05bfa68
to
19ff9c1
Compare
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.