From ee9d8392ce5e9ec8ff5c5d2039f8cfa8e4e1e71c Mon Sep 17 00:00:00 2001 From: mini-omni <> Date: Mon, 9 Sep 2024 12:02:32 +0800 Subject: [PATCH] update readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 350dcac..948dd50 100644 --- a/README.md +++ b/README.md @@ -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.