Spaces:
Runtime error
Runtime error
File size: 229 Bytes
5bf19a3 |
1 2 3 4 5 |
!git clone https://github.com/NExT-ChatV/NExT-Chat.git
%cd NExT-Chat
!pip install -r requirements.txt
!CUDA_VISIBLE_DEVICES="0" python web_demo.py --model_path AoZhang/nextchat-7b-336 --vit_path openai/clip-vit-large-patch14-336 |