Spaces:
Sleeping
Sleeping
mini-omni
commited on
Commit
·
2e22f6e
1
Parent(s):
3c59666
update readme
Browse files
README.md
CHANGED
|
@@ -92,6 +92,11 @@ cd mini-omni
|
|
| 92 |
python inference.py
|
| 93 |
```
|
| 94 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 95 |
## Acknowledgements
|
| 96 |
|
| 97 |
- [Qwen2](https://github.com/QwenLM/Qwen2/) as the LLM backbone.
|
|
|
|
| 92 |
python inference.py
|
| 93 |
```
|
| 94 |
|
| 95 |
+
## Common issues
|
| 96 |
+
|
| 97 |
+
- Error: `ModuleNotFoundError: No module named 'utils.xxxx'`
|
| 98 |
+
Answer: run `export PYTHONPATH=./` first.
|
| 99 |
+
|
| 100 |
## Acknowledgements
|
| 101 |
|
| 102 |
- [Qwen2](https://github.com/QwenLM/Qwen2/) as the LLM backbone.
|