mit-han-lab / TinyChatEngine

TinyChatEngine: On-Device LLM Inference Library
https://mit-han-lab.github.io/TinyChatEngine/
MIT License
634 stars 59 forks source link

No module named 'requests' #55

Closed andyluo7 closed 9 months ago

andyluo7 commented 10 months ago

amd@ryzen-ai MINGW64 /c/Users/amd/projects/TinyChatEngine/llm $ python tools/download_model.py --model LLaMA2_7B_chat_awq_int4 --QM QM_x86 Traceback (most recent call last): File "C:\Users\amd\projects\TinyChatEngine\llm\tools\download_model.py", line 14, in import requests ModuleNotFoundError: No module named 'requests'

RaymondWang0 commented 9 months ago

Hi @andyluo7, thank you for your interest in our work. This error shows up due to the missing Python package. We've revised README and added detailed instructions for the Python environment.