2024-07-10 02:06:10 | INFO | model_worker | args: Namespace(host='0.0.0.0', port=40001, worker_address='http://10.140.60.25:40001', controller_address='http://0.0.0.0:10075', model_path='share_internvl/InternVL2-1B/', model_name=None, device='cuda', limit_model_concurrency=5, stream_interval=1, load_8bit=False) 2024-07-10 02:06:10 | INFO | model_worker | Loading the model InternVL2-1B on worker 326a51 ... 2024-07-10 02:06:10 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. 2024-07-10 02:06:10 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained. 2024-07-10 02:06:13 | INFO | model_worker | Register to controller 2024-07-10 02:06:13 | ERROR | stderr | Traceback (most recent call last): 2024-07-10 02:06:13 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 373, in 2024-07-10 02:06:13 | ERROR | stderr | worker = ModelWorker(args.controller_address, 2024-07-10 02:06:13 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 161, in __init__ 2024-07-10 02:06:13 | ERROR | stderr | self.register_to_controller() 2024-07-10 02:06:13 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 176, in register_to_controller 2024-07-10 02:06:13 | ERROR | stderr | assert r.status_code == 200 2024-07-10 02:06:13 | ERROR | stderr | AssertionError