update readme

This commit is contained in:
mini-omni 2024-09-09 12:02:32 +08:00
parent 2b08f18735
commit ee9d8392ce

View File

@ -92,6 +92,11 @@ cd mini-omni
python inference.py python inference.py
``` ```
## Common issues
- Error: `ModuleNotFoundError: No module named 'utils.xxxx'`
Answer: run `export PYTHONPATH=./` first.
## Acknowledgements ## Acknowledgements
- [Qwen2](https://github.com/QwenLM/Qwen2/) as the LLM backbone. - [Qwen2](https://github.com/QwenLM/Qwen2/) as the LLM backbone.