Spaces:
Running
Running
2024-07-10 17:33:00 | INFO | model_worker | args: Namespace(host='0.0.0.0', port=40002, worker_address='http://10.140.60.25:40002', controller_address='http://10.140.60.209:10075', model_path='share_internvl/InternVL2-2B/', model_name=None, device='cuda', limit_model_concurrency=5, stream_interval=1, load_8bit=False) | |
2024-07-10 17:33:00 | INFO | model_worker | Loading the model InternVL2-2B on worker 783296 ... | |
2024-07-10 17:33:01 | 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 17:33:01 | 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 17:33:09 | ERROR | stderr | /mnt/petrelfs/wangweiyun/miniconda3/envs/internvl/lib/python3.10/site-packages/transformers/generation/configuration_utils.py:397: UserWarning: `do_sample` is set to `False`. However, `top_p` is set to `None` -- this flag is only used in sample-based generation modes. You should set `do_sample=True` or unset `top_p`. This was detected when initializing the generation config instance, which means the corresponding file may hold incorrect parameterization and should be fixed. | |
2024-07-10 17:33:09 | ERROR | stderr | warnings.warn( | |
2024-07-10 17:33:22 | INFO | model_worker | Register to controller | |
2024-07-10 17:33:22 | ERROR | stderr | Traceback (most recent call last): | |
2024-07-10 17:33:22 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 359, in <module> | |
2024-07-10 17:33:22 | ERROR | stderr | worker = ModelWorker(args.controller_address, | |
2024-07-10 17:33:22 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 154, in __init__ | |
2024-07-10 17:33:22 | ERROR | stderr | self.register_to_controller() | |
2024-07-10 17:33:22 | ERROR | stderr | File "/mnt/hwfile/wangweiyun/workspace_cz/InternVL/streamlit_demo/model_worker.py", line 169, in register_to_controller | |
2024-07-10 17:33:22 | ERROR | stderr | assert r.status_code == 200 | |
2024-07-10 17:33:22 | ERROR | stderr | AssertionError | |