gpt-omni / mini-omni

open-source multimodal large language model that can hear, talk while thinking. Featuring real-time end-to-end speech input and streaming audio output conversational capabilities.
https://arxiv.org/abs/2408.16725
MIT License
3.06k stars 273 forks source link

Windows 11 ModuleNotFoundError: No module named 'lightning' #58

Closed Kingbadger3d closed 1 month ago

Kingbadger3d commented 1 month ago

Has anyone created a version of this repo that works with windows yet, even though I have lightning install by Pip, Conda, ive tried all managers it still doesnt work:

(venv) D:\mini_omni\venv\Scripts\mini-omni>python3 server.py --ip '0.0.0.0' --port 60808 Traceback (most recent call last): File "D:\mini_omni\venv\Scripts\mini-omni\server.py", line 6, in from inference import OmniInference File "D:\mini_omni\venv\Scripts\mini-omni\inference.py", line 2, in import lightning as L ModuleNotFoundError: No module named 'lightning'

mini-omni commented 1 month ago

Hi, did you install all the requirements in the tutorial?

Kingbadger3d commented 1 month ago

yeah The requirements ran fine no errors, but when you run it it complains about lightning not found, maybe the lib is broken right now or maybe it doesnt work on windows full stop ive not looked deeper as this happens all the time on windows. If you guys could try to get a windows version working i would love to have a play with this. Cheers

mini-omni commented 1 month ago

hi, @Kingbadger3d, you may check this PR, the author claimed work well with WinOS. https://github.com/kunci115/mini-omni-mac-support/tree/main

mini-omni commented 1 month ago

I will close it for now, please feel free to re-open.