Spaces:
Running
Running
2024-07-10 02:05:24 | INFO | model_worker | args: Namespace(host='0.0.0.0', port=40001, worker_address='http://10.140.60.25:40001', controller_address='http://10.140.60.209: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:05:24 | INFO | model_worker | Loading the model InternVL2-1B on worker 7f44d1 ... | |
2024-07-10 02:05:24 | 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:05:24 | 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:05:36 | INFO | model_worker | Register to controller | |
2024-07-10 02:05:36 | ERROR | stderr | Traceback (most recent call last): | |
2024-07-10 02:05:36 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 373, in <module> | |
2024-07-10 02:05:36 | ERROR | stderr | worker = ModelWorker(args.controller_address, | |
2024-07-10 02:05:36 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 161, in __init__ | |
2024-07-10 02:05:36 | ERROR | stderr | self.register_to_controller() | |
2024-07-10 02:05:36 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 176, in register_to_controller | |
2024-07-10 02:05:36 | ERROR | stderr | assert r.status_code == 200 | |
2024-07-10 02:05:36 | ERROR | stderr | AssertionError | |