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

fix for faiss artifact path from config #216

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

jperez999
Copy link
Collaborator

@jperez999 jperez999 commented Oct 21, 2022

When we run the faiss operator as part of a triton ensemble, the operator will receive an index path that already has the index file name in it. We need to check if the artifact_path supplied is a file path or a directory path. If it is a file path we need to remove the file portion otherwise, use the entire artifact path supplied. This is an issue coming up in the merlin unit tests (NVIDIA-Merlin/Merlin#705 (comment)).

@jperez999 jperez999 self-assigned this Oct 21, 2022
@jperez999 jperez999 added the bug Something isn't working label Oct 21, 2022
@github-actions
Copy link

Documentation preview

https://nvidia-merlin.github.io/systems/review/pr-216

@karlhigley karlhigley merged commit e969215 into NVIDIA-Merlin:main Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants