-
Notifications
You must be signed in to change notification settings - Fork 219
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
Replace Cached with Yolox-graphic-elements and drop Deplot #365
Merged
edknv
merged 41 commits into
NVIDIA:main
from
edknv:edwardk/replace-cached-with-yolox-1
Feb 13, 2025
Merged
Changes from 37 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
82a8e81
parent class for yolox base model interface
edknv 0699844
add model interface for yolox-graphic-elements
edknv a4a9317
replace cached with yolox
edknv 822a83e
use graphic elements labels in http mode
edknv b1b4414
remove experimental code
edknv b6a82d1
include threshold parameters in http request
edknv d33bb7b
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv ee80b04
Merge branch 'edwardk/replace-cached-with-yolox-1' of github.com:edkn…
edknv 493b048
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv 30fec01
Merge branch 'edwardk/replace-cached-with-yolox-1' of github.com:edkn…
edknv 5471480
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv be2e30f
create a new metadata object for thread safety
edknv 553caa9
update tests
edknv 3eeb592
minor fix
edknv bbe165d
enable retrying for RemoteDisconnected ConnectionError
edknv 253f31d
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv d29e95a
fix merge
edknv 088f2f6
fix merge
edknv 668f1c0
place all nims on the first gpu
edknv 6f9036e
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv c9d8ff3
segfault fix
edknv a14f496
update docker-compose.yaml
edknv b5fd7fa
move yolox-graphics nim to device 1
edknv a7065ca
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
jdye64 a0a87cf
move yolox-graphics nim to device 0
edknv cef0369
merge main
edknv 458ea86
merge main
edknv db1f3b5
fix paddle image shape check
edknv 87fe419
Merge branch 'edwardk/replace-cached-with-yolox-1' of github.com:edkn…
edknv 4821d57
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv 5d9f0ed
update image name and tag
edknv b1b0e18
move milvus to device 0
edknv 252179b
adjust yolox batch size
edknv 5d46639
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv c6dbc42
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv b63ea19
A100 fix
edknv b5a7e05
Merge branch 'main' into edwardk/replace-cached-with-yolox-1
edknv fa6e750
add banner to readme
edknv fd65f2d
further readme update
edknv 41f9e7b
change default embedding model to llama embedder
edknv 20c290f
change minimum requirement to 1 GPU
edknv 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 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 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 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 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 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 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 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's also go ahead and make the switch to the llama embedder. This is what I was testing on the single GPU deployment.
EMBEDDING_IMAGE=nvcr.io/nim/nvidia/llama-3.2-nv-embedqa-1b-v2
EMBEDDING_TAG=latest
EMBEDDING_NIM_MODEL_NAME=nvidia/llama-3.2-nv-embedqa-1b-v2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switched to llama in 41f9e7b.