update readme

This commit is contained in:
mini-omni 2024-09-09 12:02:32 +08:00
parent 2b08f18735
commit ee9d8392ce
1 changed files with 5 additions and 0 deletions

View File

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