Views
No views yet
git clone https://huggingface.co/yzy666/StreamingChat_8B1conda create -n StreamingChat -y python=3.9.21
2conda activate StreamingChat
3conda install -y -c pytorch pytorch=2.5.1 torchvision=0.10.1
4pip install transformers=4.37.2 opencv-python=4.11.0.84 imageio=2.37.0 decord=0.6.0
5pip install flash-attn --no-build-isolationpython demo.py@article{yang2025svbench,
title={SVBench: A Benchmark with Temporal Multi-Turn Dialogues for Streaming Video Understanding},
author={Yang, Zhenyu and Hu, Yuhang and Du, Zemin and Xue, Dizhan and Qian, Shengsheng and Wu, Jiahong and Yang, Fan and Dong, Weiming and Xu, Changsheng},
journal={arXiv preprint arXiv:2502.10810},
year={2025}
}