Use Path instead of String in ONNXAdaptiveModel#694
Use Path instead of String in ONNXAdaptiveModel#694Timoeller merged 1 commit intodeepset-ai:masterfrom
Conversation
Timoeller
left a comment
There was a problem hiding this comment.
Thanks for the addition.
It currently only affects the ONNXAdaptiveModel. Did you check in our "normal" AdaptiveModel as well? If the changes and tests there become too complex, we can also move forward with just this PR.
|
Again thanks for the addition, really appreciate effort coming from external developers. Some feedback for future OSS contributions though: |
Ya sure. thanks for the suggestion. |
looks like this just affects ONNXAdaptiveModel and should be a simple change if done on that class. |
load_dir should be a Path variable