microsoft / microsoft/onnxruntime-inference-examples
whisper web example fails setup due to missing olive dependency
Open
Nobody has claimed this yet.
javascript
- Dominant language
- C++
- Stars
- 1.7k
- Forks
- 414
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 14
Description
- go to https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/ort-whisper
- link for step 1: "https://github.com/microsoft/Olive/tree/main/examples/whisper" is broken
- Running step 2: "python -m olive.workflows.run --config whisper_cpu_int8.json --setup" gets error: "/Library/Developer/CommandLineTools/usr/bin/python3: Error while finding module specification for 'olive.workflows.run' (ModuleNotFoundError: No module named 'olive')"
This is tested on Mac with OS 14.0 (23A344).
Contributor guide
No contributing guide indexed for this repository
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 in js/ort-whisper and inspect the setup steps, especially the link to the Olive whisper example and the command using olive.workflows.run. Reproduce the command on the reported setup and verify the documented path and dependency instructions are valid and the setup completes without the missing olive error.
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
- 45/100