H2O icon indicating copy to clipboard operation
H2O copied to clipboard

ModuleNotFoundError: No module named 'streaming_llm'

Open benja-matic opened this issue 1 year ago • 1 comments

Hi,

I'm seeing the above error when running bash scripts/streaming/eval.sh h2o after following the install instructions. If there is something else I need to install, could you point me to it? My humble recommendation would be to include that in the readme under installation. I have other questions about the repo, but being able to run the code will allow me to hopefully answer some of those myself.

[edit]: Maybe this is what is supposed to be imported? It looks like a similar project name, and the function returns what your code expects, although it has a slightly different function signature. Please lmk.

Thanks!

benja-matic avatar Jul 25 '24 20:07 benja-matic

You can change 'from streaming_llm.utils import load, download_url, load_jsonl' to 'from utils_real_drop.stream import load, download_url, load_jsonl' , in h2o_hf/run_streaming.py

kengchiawu avatar Nov 17 '24 14:11 kengchiawu