Commit d77c73a
authored
Fix resource import so generate_groundtruth works (#774)
`generate_groundtruth/__main__.py` was importing DeviceResources directly from pylibraft. However generate_groundtruth attempts to call cuvs brute_force build which expects to get `cuvs.common.Resources`. This mismatch was causing the groundtruth generation script to crash. This PR fixes this and imports `cuvs.common.Resources`
Authors:
- Rohan Varma (https://github.com/nvrohanv)
Approvers:
- Divye Gala (https://github.com/divyegala)
- Tamas Bela Feher (https://github.com/tfeher)
URL: #7741 parent 61a714b commit d77c73a
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
88 | 87 | | |
89 | 88 | | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
191 | | - | |
| 191 | + | |
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| |||
0 commit comments