Commit 2fd2126
committed
fix(test): correct relative path for PII LoRA model in auto-detection test
The PII auto-detection test was using an incorrect relative path
"models/lora_pii_detector_bert-base-uncased_model" which would fail
when running from the test directory location. Updated to use the
correct relative path "../../../../models/lora_pii_detector_bert-base-uncased_model"
to match the pattern used in the intent classification test.
This ensures the test can locate the model files correctly and doesn't
skip when the LoRA PII model is available.
Fixes #787
Signed-off-by: Yossi Ovadia <[email protected]>1 parent 292170b commit 2fd2126
File tree
1 file changed
+1
-1
lines changed- src/semantic-router/pkg/classification
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
0 commit comments