You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(moondream) D:\moondream>python gradio_demo.py
Traceback (most recent call last):
File "D:\moondream\gradio_demo.py", line 11, in
from moondream.hf import LATEST_REVISION, Moondream, detect_device
ModuleNotFoundError: No module named 'moondream.hf'
I followed the instructions in the README to execute the following commands:
pip install moondream==0.0.5
pip install -r requirements.txt
However, I'm not sure why there is no 'moondream.hf'.
The text was updated successfully, but these errors were encountered:
Meet the same issue while I'm trying to use local script "sample.py" to run this moondream.
I've install moondream pip package and calling the "python3 sample.py xxx" under the git clone folder "moondream". I can't find this "hf" module in the moondream package nor under the local moondream folder.
(moondream) D:\moondream>python gradio_demo.py
Traceback (most recent call last):
File "D:\moondream\gradio_demo.py", line 11, in
from moondream.hf import LATEST_REVISION, Moondream, detect_device
ModuleNotFoundError: No module named 'moondream.hf'
I followed the instructions in the README to execute the following commands:
pip install moondream==0.0.5
pip install -r requirements.txt
However, I'm not sure why there is no 'moondream.hf'.
The text was updated successfully, but these errors were encountered: