-
Notifications
You must be signed in to change notification settings - Fork 2
Pathfinder scoring model #70
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
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
ab2964d
added scoring model
uhbrar 6167713
update worker requirements
uhbrar 7eae783
add classifier weights
uhbrar f1d0f34
Update pathfinder predicates
maximusunc 6373d84
Update Gandalf and gc
maximusunc c5d23e7
Bump patch version
maximusunc 46556c2
make scoring model work in docker
uhbrar 092b5b1
use gpu for embedding
uhbrar 16a095f
update predicates
uhbrar 495cdb7
respect timeout
uhbrar 469e70c
Merge branch 'main' into scoring_model
uhbrar 4af90ea
handle no paths
uhbrar a44ccd3
add gandalf folder to gitignore
uhbrar d0bdbc4
make gpu optional
uhbrar 2996ee5
fix vram persistence
uhbrar 7e36023
address pr comments
uhbrar 8bd48bc
remove extra logging
uhbrar a027551
styling
uhbrar fedb9c2
fix analysis indexing
uhbrar 0e9cc63
use threadpoolexecutor with lock
uhbrar 25b5313
add error handling
uhbrar 56e4ee8
Merge branch 'main' into scoring_model
uhbrar c0af0fd
Update scorer to main updates and fix some linting
maximusunc 2de5f7b
add checks for empty results
uhbrar dc4ed24
change task_limit
uhbrar 09a0001
load model first
uhbrar c9728f4
black
uhbrar 4b121ad
fix model loading
uhbrar 38885c3
Make development on non-gpu machines more bearable
maximusunc d78c0ef
Bump minor version
maximusunc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| services: | ||
| score_paths: | ||
| build: | ||
| args: | ||
| DEVICE: gpu | ||
| deploy: | ||
| resources: | ||
| reservations: | ||
| devices: | ||
| - driver: nvidia | ||
| count: all | ||
| capabilities: [gpu] |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
1 change: 1 addition & 0 deletions
1
workers/score_paths/model_weights/sapbert_classifier_weights.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| xgboost>=3.2.0 | ||
| sentence-transformers>=5.2.3 | ||
| --extra-index-url https://download.pytorch.org/whl/cpu | ||
| torch>=2.10.0 | ||
| bmt>=1.4.6 |
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| xgboost>=3.2.0 | ||
| sentence-transformers>=5.2.3 | ||
| torch>=2.10.0 | ||
| bmt>=1.4.6 |
Empty file.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.