Cache ROOT not used
Open
Nobody has claimed this yet.
question
- Dominant language
- Python
- Stars
- 2.5k
- Forks
- 320
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 133
Description
Search before asking
- I have searched the Inference issues and found no similar feature requests.
Question
https://github.com/roboflow/inference/blob/main/inference/core/models/roboflow.py#L243 should we not use self.cache_dir_root. That variable is set but not used at all
Additional
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at inference/core/models/roboflow.py around line 243 and inspect how self.cache_dir_root is assigned and where model caching is handled. Determine whether the unused cache root should affect that path, then verify the intended behavior with the relevant model-cache flow; the issue does not name a test or provide a settled expected result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- machine-learning
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100