ModuleNotFoundError: No module named 'streaming_llm'
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!
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