Vintern-1B-v3_5-Demo / logs /gradio_web_server.log
baohuynhbk14's picture
Add image processing functions and update error messages in utils.py
b30d21d
raw
history blame
238 kB
2025-01-14 23:29:50 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:29:50 | ERROR | stderr | warnings.warn(
2025-01-14 23:29:50 | ERROR | stderr | tokenizer_config.json: 0%| | 0.00/9.02k [00:00<?, ?B/s]
2025-01-14 23:29:50 | ERROR | stderr | tokenizer_config.json: 100%|█████████████████████████████████████████████| 9.02k/9.02k [00:00<00:00, 741kB/s]
2025-01-14 23:29:50 | ERROR | stderr |
2025-01-14 23:29:51 | ERROR | stderr | vocab.json: 0%| | 0.00/3.38M [00:00<?, ?B/s]
2025-01-14 23:29:52 | ERROR | stderr | vocab.json: 100%|███████████████████████████████████████████████████████| 3.38M/3.38M [00:00<00:00, 4.55MB/s]
2025-01-14 23:29:52 | ERROR | stderr | vocab.json: 100%|███████████████████████████████████████████████████████| 3.38M/3.38M [00:00<00:00, 4.53MB/s]
2025-01-14 23:29:52 | ERROR | stderr |
2025-01-14 23:29:53 | ERROR | stderr | merges.txt: 0%| | 0.00/1.67M [00:00<?, ?B/s]
2025-01-14 23:29:54 | ERROR | stderr | merges.txt: 100%|███████████████████████████████████████████████████████| 1.67M/1.67M [00:00<00:00, 2.03MB/s]
2025-01-14 23:29:54 | ERROR | stderr | merges.txt: 100%|███████████████████████████████████████████████████████| 1.67M/1.67M [00:00<00:00, 2.02MB/s]
2025-01-14 23:29:54 | ERROR | stderr |
2025-01-14 23:29:54 | ERROR | stderr | added_tokens.json: 0%| | 0.00/790 [00:00<?, ?B/s]
2025-01-14 23:29:54 | ERROR | stderr | added_tokens.json: 100%|█████████████████████████████████████████████████████| 790/790 [00:00<00:00, 309kB/s]
2025-01-14 23:29:54 | ERROR | stderr |
2025-01-14 23:29:55 | ERROR | stderr | special_tokens_map.json: 0%| | 0.00/744 [00:00<?, ?B/s]
2025-01-14 23:29:55 | ERROR | stderr | special_tokens_map.json: 100%|███████████████████████████████████████████████| 744/744 [00:00<00:00, 172kB/s]
2025-01-14 23:29:55 | ERROR | stderr |
2025-01-14 23:29:56 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:29:56 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:29:56 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:29:56 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:29:56 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:29:57 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:29:57 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:29:57 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:29:57 | INFO | stdout |
2025-01-14 23:29:57 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:29:58 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:29:58 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:29:58 | INFO | stdout | --------
2025-01-14 23:30:59 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:30:59 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:30:59 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:30:59 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:30:59 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:30:59 | ERROR | stderr |
2025-01-14 23:30:59 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:30:59 | ERROR | stderr |
2025-01-14 23:30:59 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:30:59 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 591, in <module>
2025-01-14 23:30:59 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:30:59 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:30:59 | ERROR | stderr | self.block_thread()
2025-01-14 23:30:59 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:30:59 | ERROR | stderr | self.server.close()
2025-01-14 23:30:59 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:30:59 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:30:59 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:30:59 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:30:59 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:30:59 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:30:59 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:31:08 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:31:08 | ERROR | stderr | warnings.warn(
2025-01-14 23:31:09 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:31:09 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:31:09 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:31:09 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:31:09 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:31:09 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:31:09 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:31:09 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:31:09 | INFO | stdout |
2025-01-14 23:31:09 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:31:10 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:31:10 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:31:10 | INFO | stdout | --------
2025-01-14 23:37:30 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:37:30 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:37:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:37:30 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:37:30 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:37:30 | ERROR | stderr |
2025-01-14 23:37:30 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:37:30 | ERROR | stderr |
2025-01-14 23:37:30 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:37:30 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 591, in <module>
2025-01-14 23:37:30 | ERROR | stderr | server_port=args.port,
2025-01-14 23:37:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:37:30 | ERROR | stderr | self.block_thread()
2025-01-14 23:37:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:37:30 | ERROR | stderr | self.server.close()
2025-01-14 23:37:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:37:30 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:37:30 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:37:30 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:37:30 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:37:30 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:37:30 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:37:37 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:37:37 | ERROR | stderr | warnings.warn(
2025-01-14 23:37:38 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:37:38 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:37:38 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:37:38 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:37:38 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:37:39 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:37:39 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:37:39 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:37:39 | INFO | stdout |
2025-01-14 23:37:39 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:37:39 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:37:39 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:37:39 | INFO | stdout | --------
2025-01-14 23:43:10 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:43:10 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:43:10 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:43:10 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:43:10 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:43:10 | ERROR | stderr |
2025-01-14 23:43:10 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:43:10 | ERROR | stderr |
2025-01-14 23:43:10 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:43:10 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 589, in <module>
2025-01-14 23:43:10 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:43:10 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:43:10 | ERROR | stderr | self.block_thread()
2025-01-14 23:43:10 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:43:10 | ERROR | stderr | self.server.close()
2025-01-14 23:43:10 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:43:10 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:43:10 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:43:10 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:43:10 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:43:10 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:43:10 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:43:18 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:43:18 | ERROR | stderr | warnings.warn(
2025-01-14 23:43:19 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:43:19 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:43:19 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:43:19 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:43:19 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:43:19 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:43:19 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:43:19 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:43:19 | INFO | stdout |
2025-01-14 23:43:19 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:43:20 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:43:20 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:43:20 | INFO | stdout | --------
2025-01-14 23:46:02 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:46:02 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:46:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:46:02 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:46:02 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:46:02 | ERROR | stderr |
2025-01-14 23:46:02 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:46:02 | ERROR | stderr |
2025-01-14 23:46:02 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:46:02 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 589, in <module>
2025-01-14 23:46:02 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:46:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:46:02 | ERROR | stderr | self.block_thread()
2025-01-14 23:46:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:46:02 | ERROR | stderr | self.server.close()
2025-01-14 23:46:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:46:02 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:46:02 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:46:02 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:46:02 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:46:02 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:46:02 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:46:11 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:46:11 | ERROR | stderr | warnings.warn(
2025-01-14 23:46:12 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:46:12 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:46:12 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:46:12 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:46:12 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:46:12 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:46:12 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:46:12 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:46:12 | INFO | stdout |
2025-01-14 23:46:12 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:46:13 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:46:13 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:46:13 | INFO | stdout | --------
2025-01-14 23:47:30 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:47:30 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:47:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:47:30 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:47:30 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:47:30 | ERROR | stderr |
2025-01-14 23:47:30 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:47:30 | ERROR | stderr |
2025-01-14 23:47:30 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:47:30 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 589, in <module>
2025-01-14 23:47:30 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:47:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:47:30 | ERROR | stderr | self.block_thread()
2025-01-14 23:47:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:47:30 | ERROR | stderr | self.server.close()
2025-01-14 23:47:30 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:47:30 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:47:30 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:47:30 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:47:30 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:47:30 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:47:30 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:47:38 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:47:38 | ERROR | stderr | warnings.warn(
2025-01-14 23:47:38 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:47:38 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:47:38 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:47:38 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:47:39 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:47:39 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:47:39 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:47:39 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:47:39 | INFO | stdout |
2025-01-14 23:47:39 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:47:39 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:47:39 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:47:39 | INFO | stdout | --------
2025-01-14 23:48:39 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:48:39 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:48:39 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:48:39 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:48:39 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:48:39 | ERROR | stderr |
2025-01-14 23:48:39 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:48:39 | ERROR | stderr |
2025-01-14 23:48:39 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:48:39 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 589, in <module>
2025-01-14 23:48:39 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:48:39 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:48:39 | ERROR | stderr | self.block_thread()
2025-01-14 23:48:39 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:48:39 | ERROR | stderr | self.server.close()
2025-01-14 23:48:39 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:48:39 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:48:39 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:48:39 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:48:39 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:48:39 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:48:39 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:48:47 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:48:47 | ERROR | stderr | warnings.warn(
2025-01-14 23:48:47 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:48:47 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:48:48 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:48:48 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:48:48 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:48:48 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:48:48 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:48:48 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:48:48 | INFO | stdout |
2025-01-14 23:48:48 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:48:48 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:48:48 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:48:48 | INFO | stdout | --------
2025-01-14 23:50:01 | INFO | stdout | state: None
2025-01-14 23:50:01 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 11
2025-01-14 23:50:01 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-14 23:50:01 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/queueing.py", line 532, in process_events
2025-01-14 23:50:01 | ERROR | stderr | response = await route_utils.call_process_api(
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/route_utils.py", line 276, in call_process_api
2025-01-14 23:50:01 | ERROR | stderr | output = await app.get_blocks().process_api(
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1928, in process_api
2025-01-14 23:50:01 | ERROR | stderr | result = await self.call_function(
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1526, in call_function
2025-01-14 23:50:01 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 656, in async_iteration
2025-01-14 23:50:01 | ERROR | stderr | return await iterator.__anext__()
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 649, in __anext__
2025-01-14 23:50:01 | ERROR | stderr | return await anyio.to_thread.run_sync(
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/to_thread.py", line 56, in run_sync
2025-01-14 23:50:01 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 2461, in run_sync_in_worker_thread
2025-01-14 23:50:01 | ERROR | stderr | return await future
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 962, in run
2025-01-14 23:50:01 | ERROR | stderr | result = context.run(func, *args)
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 632, in run_sync_iterator_async
2025-01-14 23:50:01 | ERROR | stderr | return next(iterator)
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 815, in gen_wrapper
2025-01-14 23:50:01 | ERROR | stderr | response = next(iterator)
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 202, in http_bot
2025-01-14 23:50:01 | ERROR | stderr | state.update_message(Conversation.ASSISTANT, server_error_msg)
2025-01-14 23:50:01 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/conversation.py", line 237, in update_message
2025-01-14 23:50:01 | ERROR | stderr | assert (
2025-01-14 23:50:01 | ERROR | stderr | AssertionError: Role mismatch: assistant vs user
2025-01-14 23:53:47 | INFO | stdout | state: Conversation(roles=['system', 'user', 'assistant'], system_message='请尽可能详细地回答用户的问题。', messages=[{'role': 'user', 'content': 'Trichs xuat', 'image': [<PIL.Image.Image image mode=RGB size=1472x832 at 0x12FAFECD0>]}], max_image_limit=4, skip_next=False, streaming_placeholder='▌')
2025-01-14 23:53:47 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-14 23:53:47 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-14 23:53:47 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/queueing.py", line 532, in process_events
2025-01-14 23:53:47 | ERROR | stderr | response = await route_utils.call_process_api(
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/route_utils.py", line 276, in call_process_api
2025-01-14 23:53:47 | ERROR | stderr | output = await app.get_blocks().process_api(
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1928, in process_api
2025-01-14 23:53:47 | ERROR | stderr | result = await self.call_function(
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1526, in call_function
2025-01-14 23:53:47 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 656, in async_iteration
2025-01-14 23:53:47 | ERROR | stderr | return await iterator.__anext__()
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 649, in __anext__
2025-01-14 23:53:47 | ERROR | stderr | return await anyio.to_thread.run_sync(
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/to_thread.py", line 56, in run_sync
2025-01-14 23:53:47 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 2461, in run_sync_in_worker_thread
2025-01-14 23:53:47 | ERROR | stderr | return await future
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 962, in run
2025-01-14 23:53:47 | ERROR | stderr | result = context.run(func, *args)
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 632, in run_sync_iterator_async
2025-01-14 23:53:47 | ERROR | stderr | return next(iterator)
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 815, in gen_wrapper
2025-01-14 23:53:47 | ERROR | stderr | response = next(iterator)
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 202, in http_bot
2025-01-14 23:53:47 | ERROR | stderr | state.update_message(Conversation.ASSISTANT, server_error_msg)
2025-01-14 23:53:47 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/conversation.py", line 237, in update_message
2025-01-14 23:53:47 | ERROR | stderr | assert (
2025-01-14 23:53:47 | ERROR | stderr | AssertionError: Role mismatch: assistant vs user
2025-01-14 23:53:51 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:53:51 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:53:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:53:51 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:53:51 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:53:51 | ERROR | stderr |
2025-01-14 23:53:51 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:53:51 | ERROR | stderr |
2025-01-14 23:53:51 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:53:51 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 589, in <module>
2025-01-14 23:53:51 | ERROR | stderr | demo = build_demo()
2025-01-14 23:53:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:53:51 | ERROR | stderr | self.block_thread()
2025-01-14 23:53:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:53:51 | ERROR | stderr | self.server.close()
2025-01-14 23:53:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:53:51 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:53:51 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:53:51 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:53:51 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:53:51 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:53:51 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:54:00 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:54:00 | ERROR | stderr | warnings.warn(
2025-01-14 23:54: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.
2025-01-14 23:54: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.
2025-01-14 23:54:01 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:54:01 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:54:01 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:54:01 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:54:01 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:54:01 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:54:01 | INFO | stdout |
2025-01-14 23:54:01 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:54:02 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:54:02 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:54:02 | INFO | stdout | --------
2025-01-14 23:54:11 | INFO | stdout | state: None
2025-01-14 23:54:11 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-14 23:54:11 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-14 23:54:11 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x1228515E0>]}]
2025-01-14 23:54:11 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/queueing.py", line 532, in process_events
2025-01-14 23:54:11 | ERROR | stderr | response = await route_utils.call_process_api(
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/route_utils.py", line 276, in call_process_api
2025-01-14 23:54:11 | ERROR | stderr | output = await app.get_blocks().process_api(
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1928, in process_api
2025-01-14 23:54:11 | ERROR | stderr | result = await self.call_function(
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1526, in call_function
2025-01-14 23:54:11 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 656, in async_iteration
2025-01-14 23:54:11 | ERROR | stderr | return await iterator.__anext__()
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 649, in __anext__
2025-01-14 23:54:11 | ERROR | stderr | return await anyio.to_thread.run_sync(
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/to_thread.py", line 56, in run_sync
2025-01-14 23:54:11 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 2461, in run_sync_in_worker_thread
2025-01-14 23:54:11 | ERROR | stderr | return await future
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 962, in run
2025-01-14 23:54:11 | ERROR | stderr | result = context.run(func, *args)
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 632, in run_sync_iterator_async
2025-01-14 23:54:11 | ERROR | stderr | return next(iterator)
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 815, in gen_wrapper
2025-01-14 23:54:11 | ERROR | stderr | response = next(iterator)
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 202, in http_bot
2025-01-14 23:54:11 | ERROR | stderr | state.update_message(Conversation.ASSISTANT, server_error_msg)
2025-01-14 23:54:11 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/conversation.py", line 237, in update_message
2025-01-14 23:54:11 | ERROR | stderr | assert (
2025-01-14 23:54:11 | ERROR | stderr | AssertionError: Role mismatch: assistant vs user
2025-01-14 23:55:44 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:55:44 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:55:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:55:44 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:55:44 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:55:44 | ERROR | stderr |
2025-01-14 23:55:44 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:55:44 | ERROR | stderr |
2025-01-14 23:55:44 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:55:44 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 590, in <module>
2025-01-14 23:55:44 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:55:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:55:44 | ERROR | stderr | self.block_thread()
2025-01-14 23:55:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:55:44 | ERROR | stderr | self.server.close()
2025-01-14 23:55:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:55:44 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:55:44 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:55:44 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:55:44 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:55:44 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:55:44 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:55:52 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:55:52 | ERROR | stderr | warnings.warn(
2025-01-14 23:55:53 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:55:53 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:55:53 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:55:53 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:55:53 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:55:53 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:55:53 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:55:53 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:55:53 | INFO | stdout |
2025-01-14 23:55:53 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:55:54 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:55:54 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:55:54 | INFO | stdout | --------
2025-01-14 23:57:06 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-14 23:57:06 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:57:06 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-14 23:57:06 | ERROR | stderr | time.sleep(0.1)
2025-01-14 23:57:06 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:57:06 | ERROR | stderr |
2025-01-14 23:57:06 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-14 23:57:06 | ERROR | stderr |
2025-01-14 23:57:06 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:57:06 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 590, in <module>
2025-01-14 23:57:06 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-14 23:57:06 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-14 23:57:06 | ERROR | stderr | self.block_thread()
2025-01-14 23:57:06 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-14 23:57:06 | ERROR | stderr | self.server.close()
2025-01-14 23:57:06 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-14 23:57:06 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-14 23:57:06 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-14 23:57:06 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-14 23:57:06 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-14 23:57:06 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-14 23:57:06 | ERROR | stderr | KeyboardInterrupt
2025-01-14 23:57:14 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-14 23:57:14 | ERROR | stderr | warnings.warn(
2025-01-14 23:57:14 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:57:14 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-14 23:57:14 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:57:14 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-14 23:57:15 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-14 23:57:15 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-14 23:57:15 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-14 23:57:15 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-14 23:57:15 | INFO | stdout |
2025-01-14 23:57:15 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-14 23:57:15 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-14 23:57:15 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-14 23:57:15 | INFO | stdout | --------
2025-01-14 23:57:51 | INFO | stdout | state: None
2025-01-14 23:57:51 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-14 23:57:51 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-14 23:57:51 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x123137EE0>], -1: '**NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE.**'}]
2025-01-14 23:57:51 | ERROR | stderr | Traceback (most recent call last):
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/queueing.py", line 532, in process_events
2025-01-14 23:57:51 | ERROR | stderr | response = await route_utils.call_process_api(
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/route_utils.py", line 276, in call_process_api
2025-01-14 23:57:51 | ERROR | stderr | output = await app.get_blocks().process_api(
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1928, in process_api
2025-01-14 23:57:51 | ERROR | stderr | result = await self.call_function(
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 1526, in call_function
2025-01-14 23:57:51 | ERROR | stderr | prediction = await utils.async_iteration(iterator)
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 656, in async_iteration
2025-01-14 23:57:51 | ERROR | stderr | return await iterator.__anext__()
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 649, in __anext__
2025-01-14 23:57:51 | ERROR | stderr | return await anyio.to_thread.run_sync(
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/to_thread.py", line 56, in run_sync
2025-01-14 23:57:51 | ERROR | stderr | return await get_async_backend().run_sync_in_worker_thread(
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 2461, in run_sync_in_worker_thread
2025-01-14 23:57:51 | ERROR | stderr | return await future
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 962, in run
2025-01-14 23:57:51 | ERROR | stderr | result = context.run(func, *args)
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 632, in run_sync_iterator_async
2025-01-14 23:57:51 | ERROR | stderr | return next(iterator)
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/utils.py", line 815, in gen_wrapper
2025-01-14 23:57:51 | ERROR | stderr | response = next(iterator)
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 202, in http_bot
2025-01-14 23:57:51 | ERROR | stderr | state.update_message(Conversation.ASSISTANT, server_error_msg)
2025-01-14 23:57:51 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/conversation.py", line 237, in update_message
2025-01-14 23:57:51 | ERROR | stderr | assert (
2025-01-14 23:57:51 | ERROR | stderr | AssertionError: Role mismatch: assistant vs user
2025-01-15 00:03:02 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 00:03:02 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 00:03:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 00:03:02 | ERROR | stderr | time.sleep(0.1)
2025-01-15 00:03:02 | ERROR | stderr | KeyboardInterrupt
2025-01-15 00:03:02 | ERROR | stderr |
2025-01-15 00:03:02 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 00:03:02 | ERROR | stderr |
2025-01-15 00:03:02 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 00:03:02 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 590, in <module>
2025-01-15 00:03:02 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 00:03:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 00:03:02 | ERROR | stderr | self.block_thread()
2025-01-15 00:03:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 00:03:02 | ERROR | stderr | self.server.close()
2025-01-15 00:03:02 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 00:03:02 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 00:03:02 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 00:03:02 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 00:03:02 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 00:03:02 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 00:03:02 | ERROR | stderr | KeyboardInterrupt
2025-01-15 00:03:10 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 00:03:10 | ERROR | stderr | warnings.warn(
2025-01-15 00:03:11 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 00:03:11 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 00:03:11 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 00:03:11 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 00:03:11 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 00:03:11 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 00:03:11 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 00:03:11 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 00:03:11 | INFO | stdout |
2025-01-15 00:03:11 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 00:03:12 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 00:03:12 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 00:03:12 | INFO | stdout | --------
2025-01-15 00:03:29 | INFO | stdout | state: None
2025-01-15 00:03:29 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 00:03:29 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 00:03:29 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12F172A60>]}]
2025-01-15 00:04:21 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 00:04:21 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 00:04:21 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 00:04:21 | ERROR | stderr | time.sleep(0.1)
2025-01-15 00:04:21 | ERROR | stderr | KeyboardInterrupt
2025-01-15 00:04:21 | ERROR | stderr |
2025-01-15 00:04:21 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 00:04:21 | ERROR | stderr |
2025-01-15 00:04:21 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 00:04:21 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 590, in <module>
2025-01-15 00:04:21 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 00:04:21 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 00:04:21 | ERROR | stderr | self.block_thread()
2025-01-15 00:04:21 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 00:04:21 | ERROR | stderr | self.server.close()
2025-01-15 00:04:21 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 00:04:21 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 00:04:21 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 00:04:21 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 00:04:21 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 00:04:21 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 00:04:21 | ERROR | stderr | KeyboardInterrupt
2025-01-15 00:04:30 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 00:04:30 | ERROR | stderr | warnings.warn(
2025-01-15 00:04:30 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 00:04:30 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 00:04:30 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 00:04:30 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 00:04:31 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 00:04:31 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 00:04:31 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 00:04:31 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 00:04:31 | INFO | stdout |
2025-01-15 00:04:31 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 00:04:31 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 00:04:31 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 00:04:31 | INFO | stdout | --------
2025-01-15 07:30:18 | INFO | stdout | state: None
2025-01-15 07:30:18 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:30:18 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:30:18 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x123E87CD0>]}]
2025-01-15 07:30:18 | INFO | stdout | Updated message: [{'role': 'user', 'content': '**NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x123E87CD0>]}]
2025-01-15 07:30:56 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:30:56 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:30:56 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:30:56 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:30:56 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:30:56 | ERROR | stderr |
2025-01-15 07:30:56 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:30:56 | ERROR | stderr |
2025-01-15 07:30:56 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:30:56 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 590, in <module>
2025-01-15 07:30:56 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:30:56 | ERROR | stderr | self.block_thread()
2025-01-15 07:30:56 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:30:56 | ERROR | stderr | self.server.close()
2025-01-15 07:30:56 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:30:56 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:30:56 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:30:56 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:30:56 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:30:56 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:30:56 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:31:08 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:31:08 | ERROR | stderr | warnings.warn(
2025-01-15 07:31:09 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:31:09 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:31:09 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:31:09 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:31:09 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:31:09 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:31:09 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:31:09 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:31:09 | INFO | stdout |
2025-01-15 07:31:09 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:31:10 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:31:10 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:31:10 | INFO | stdout | --------
2025-01-15 07:31:23 | INFO | stdout | state: None
2025-01-15 07:31:23 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:31:23 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:31:23 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:31:23 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x129AE7550>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:31:23 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x129AE7550>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:42:35 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:42:35 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:42:35 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:42:35 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:42:35 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:42:35 | ERROR | stderr |
2025-01-15 07:42:35 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:42:35 | ERROR | stderr |
2025-01-15 07:42:35 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:42:35 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 593, in <module>
2025-01-15 07:42:35 | ERROR | stderr | parser = argparse.ArgumentParser()
2025-01-15 07:42:35 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:42:35 | ERROR | stderr | self.block_thread()
2025-01-15 07:42:35 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:42:35 | ERROR | stderr | self.server.close()
2025-01-15 07:42:35 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:42:35 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:42:35 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:42:35 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:42:35 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:42:35 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:42:35 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:42:47 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:42:47 | ERROR | stderr | warnings.warn(
2025-01-15 07:42:48 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:42:48 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:42:48 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:42:48 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:42:48 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:42:48 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:42:48 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:42:48 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:42:48 | INFO | stdout |
2025-01-15 07:42:48 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:42:49 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:42:49 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:42:49 | INFO | stdout | --------
2025-01-15 07:42:56 | INFO | stdout | state: None
2025-01-15 07:42:56 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:42:57 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:42:57 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:42:57 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12AE5FDF0>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:42:57 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12AE5FDF0>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:44:07 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:09 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:10 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:11 | INFO | gradio_web_server | Vote: True, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:12 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:13 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:14 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:14 | INFO | gradio_web_server | Vote: False, index: [0, 1], value: **COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.** , ip: 127.0.0.1
2025-01-15 07:44:47 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:44:47 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:44:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:44:47 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:44:47 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:44:47 | ERROR | stderr |
2025-01-15 07:44:47 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:44:47 | ERROR | stderr |
2025-01-15 07:44:47 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:44:47 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 604, in <module>
2025-01-15 07:44:47 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 07:44:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:44:47 | ERROR | stderr | self.block_thread()
2025-01-15 07:44:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:44:47 | ERROR | stderr | self.server.close()
2025-01-15 07:44:47 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:44:47 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:44:47 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:44:47 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:44:47 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:44:47 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:44:47 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:44:56 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:44:56 | ERROR | stderr | warnings.warn(
2025-01-15 07:44:57 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:44:57 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:44:57 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:44:57 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:44:57 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:44:58 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:44:58 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:44:58 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:44:58 | INFO | stdout |
2025-01-15 07:44:58 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:44:58 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:44:58 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:44:58 | INFO | stdout | --------
2025-01-15 07:45:02 | INFO | stdout | state: None
2025-01-15 07:45:02 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:45:02 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:45:02 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:45:02 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127D64A30>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:45:02 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127D64A30>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:46:08 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:46:09 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:46:09 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:46:09 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:46:09 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:46:09 | ERROR | stderr |
2025-01-15 07:46:09 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:46:09 | ERROR | stderr |
2025-01-15 07:46:09 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:46:09 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 604, in <module>
2025-01-15 07:46:09 | ERROR | stderr | demo = build_demo()
2025-01-15 07:46:09 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:46:09 | ERROR | stderr | self.block_thread()
2025-01-15 07:46:09 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:46:09 | ERROR | stderr | self.server.close()
2025-01-15 07:46:09 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:46:09 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:46:09 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:46:09 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:46:09 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:46:09 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:46:09 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:46:18 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:46:18 | ERROR | stderr | warnings.warn(
2025-01-15 07:46:19 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:46:19 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:46:19 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:46:19 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:46:20 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:46:20 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:46:20 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:46:20 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:46:20 | INFO | stdout |
2025-01-15 07:46:20 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:46:20 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:46:20 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:46:20 | INFO | stdout | --------
2025-01-15 07:46:25 | INFO | stdout | state: None
2025-01-15 07:46:25 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:46:25 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:46:25 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:46:25 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12A1A1E20>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:46:25 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12A1A1E20>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:46:55 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:46:55 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:46:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:46:55 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:46:55 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:46:55 | ERROR | stderr |
2025-01-15 07:46:55 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:46:55 | ERROR | stderr |
2025-01-15 07:46:55 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:46:55 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 605, in <module>
2025-01-15 07:46:55 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 07:46:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:46:55 | ERROR | stderr | self.block_thread()
2025-01-15 07:46:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:46:55 | ERROR | stderr | self.server.close()
2025-01-15 07:46:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:46:55 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:46:55 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:46:55 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:46:55 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:46:55 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:46:55 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:47:04 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:47:04 | ERROR | stderr | warnings.warn(
2025-01-15 07:47:05 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:47:05 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:47:05 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:47:05 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:47:05 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:47:05 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:47:05 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:47:05 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:47:05 | INFO | stdout |
2025-01-15 07:47:05 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:47:06 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:47:06 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:47:06 | INFO | stdout | --------
2025-01-15 07:47:36 | INFO | stdout | state: None
2025-01-15 07:47:36 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:47:36 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:47:36 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:47:36 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:47:37 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x128C91CA0>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:47:37 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x128C91CA0>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:48:14 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:48:14 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:48:14 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:48:14 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:48:14 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:48:14 | ERROR | stderr |
2025-01-15 07:48:14 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:48:14 | ERROR | stderr |
2025-01-15 07:48:14 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:48:14 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 605, in <module>
2025-01-15 07:48:14 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 07:48:14 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:48:14 | ERROR | stderr | self.block_thread()
2025-01-15 07:48:14 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:48:14 | ERROR | stderr | self.server.close()
2025-01-15 07:48:14 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:48:14 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:48:14 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:48:14 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:48:14 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:48:14 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:48:14 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:48:24 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:48:24 | ERROR | stderr | warnings.warn(
2025-01-15 07:48:25 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:48:25 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:48:25 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:48:25 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:48:25 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:48:26 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:48:26 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:48:26 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:48:26 | INFO | stdout |
2025-01-15 07:48:26 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:48:26 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:48:26 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:48:26 | INFO | stdout | --------
2025-01-15 07:48:31 | INFO | stdout | state: None
2025-01-15 07:48:31 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:48:31 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:48:31 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:48:31 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:48:31 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12C6DFF10>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:48:31 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12C6DFF10>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:49:08 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:49:08 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:49:08 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:49:08 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:49:08 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:49:08 | ERROR | stderr |
2025-01-15 07:49:08 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:49:08 | ERROR | stderr |
2025-01-15 07:49:08 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:49:08 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 605, in <module>
2025-01-15 07:49:08 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 07:49:08 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:49:08 | ERROR | stderr | self.block_thread()
2025-01-15 07:49:08 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:49:08 | ERROR | stderr | self.server.close()
2025-01-15 07:49:08 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:49:08 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:49:08 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:49:08 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:49:08 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:49:08 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:49:08 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:49:17 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:49:17 | ERROR | stderr | warnings.warn(
2025-01-15 07:49:18 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:49:18 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:49:18 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:49:18 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:49:18 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:49:18 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:49:18 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:49:18 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:49:18 | INFO | stdout |
2025-01-15 07:49:18 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:49:19 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:49:19 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:49:19 | INFO | stdout | --------
2025-01-15 07:49:25 | INFO | stdout | state: None
2025-01-15 07:49:25 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:49:25 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:49:25 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:49:25 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:49:25 | INFO | stdout | Image size: (583, 734)
2025-01-15 07:49:25 | INFO | stdout | Number of images: 7
2025-01-15 07:49:25 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12A5E0EB0>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:49:25 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12A5E0EB0>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:49:44 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:49:44 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:49:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:49:44 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:49:44 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:49:44 | ERROR | stderr |
2025-01-15 07:49:44 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:49:44 | ERROR | stderr |
2025-01-15 07:49:44 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:49:44 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 605, in <module>
2025-01-15 07:49:44 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 07:49:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:49:44 | ERROR | stderr | self.block_thread()
2025-01-15 07:49:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:49:44 | ERROR | stderr | self.server.close()
2025-01-15 07:49:44 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:49:44 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:49:44 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:49:44 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:49:44 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:49:44 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:49:44 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:49:53 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:49:53 | ERROR | stderr | warnings.warn(
2025-01-15 07:49:54 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:49:54 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:49:54 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:49:54 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:49:54 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:49:54 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:49:54 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:49:54 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:49:54 | INFO | stdout |
2025-01-15 07:49:54 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:49:55 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:49:55 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:49:55 | INFO | stdout | --------
2025-01-15 07:49:58 | INFO | stdout | state: None
2025-01-15 07:49:58 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:49:58 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:49:58 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:49:58 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:49:58 | INFO | stdout | Image size: (583, 734)
2025-01-15 07:49:58 | INFO | stdout | Number of images: 7
2025-01-15 07:49:58 | INFO | stdout | Image loaded successfully.
2025-01-15 07:49:58 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x126E119D0>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:49:58 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x126E119D0>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:50:43 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:50:43 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:50:43 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:50:43 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:50:43 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:50:43 | ERROR | stderr |
2025-01-15 07:50:43 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:50:43 | ERROR | stderr |
2025-01-15 07:50:43 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:50:43 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 605, in <module>
2025-01-15 07:50:43 | ERROR | stderr | demo = build_demo()
2025-01-15 07:50:43 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:50:43 | ERROR | stderr | self.block_thread()
2025-01-15 07:50:43 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:50:43 | ERROR | stderr | self.server.close()
2025-01-15 07:50:43 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:50:43 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:50:43 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:50:43 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:50:43 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:50:43 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:50:43 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:50:53 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:50:53 | ERROR | stderr | warnings.warn(
2025-01-15 07:50:54 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:50:54 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:50:54 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:50:54 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:50:54 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:50:55 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:50:55 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:50:55 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:50:55 | INFO | stdout |
2025-01-15 07:50:55 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:50:55 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:50:55 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:50:55 | INFO | stdout | --------
2025-01-15 07:51:07 | INFO | stdout | state: None
2025-01-15 07:51:07 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:51:07 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:51:07 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:51:07 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:51:07 | INFO | stdout | Image size: (583, 734)
2025-01-15 07:51:08 | INFO | stdout | Number of images: 7
2025-01-15 07:51:08 | INFO | stdout | Image loaded successfully.
2025-01-15 07:51:08 | INFO | stdout | pixel_values: tensor([[[[ 2.2500, 2.2500, 2.2500, ..., 2.1406, 2.1406, 2.1406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.0781, 2.0781, 2.0781],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 1.9766, 1.9766, 1.9766],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.3281, 2.3281, 2.3281],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.1562, 2.1562, 2.1562],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.5312, 2.5312, 2.5312],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.4688, 2.4688, 2.4688],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.3594, 2.3594, 2.3594],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062]]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[[ 2.1406, 2.1406, 2.1406, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.0781, 2.0781, 2.0781, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 1.9766, 1.9766, 1.9766, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:51:08 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:51:08 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.3281, 2.3281, 2.3281, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.1562, 2.1562, 2.1562, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:51:08 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:51:08 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.5312, 2.5312, 2.5312, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4688, 2.4688, 2.4688, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.3594, 2.3594, 2.3594, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:51:08 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:51:08 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844]]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250]]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[[ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[[ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:51:08 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:51:08 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:51:08 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:51:08 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:51:08 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:51:08 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:51:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:51:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:51:08 | INFO | stdout |
2025-01-15 07:51:08 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | ...,
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:51:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]]],
2025-01-15 07:51:08 | INFO | stdout | dtype=torch.bfloat16)
2025-01-15 07:51:08 | INFO | stdout | ######################
2025-01-15 07:51:08 | INFO | stdout | message: ▌
2025-01-15 07:51:08 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12B0A6910>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:51:08 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12B0A6910>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:51:55 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:51:55 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:51:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:51:55 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:51:55 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:51:55 | ERROR | stderr |
2025-01-15 07:51:55 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:51:55 | ERROR | stderr |
2025-01-15 07:51:55 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:51:55 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 606, in <module>
2025-01-15 07:51:55 | ERROR | stderr | demo = build_demo()
2025-01-15 07:51:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:51:55 | ERROR | stderr | self.block_thread()
2025-01-15 07:51:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:51:55 | ERROR | stderr | self.server.close()
2025-01-15 07:51:55 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:51:55 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:51:55 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:51:55 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:51:55 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:51:55 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:51:55 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:52:05 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:52:05 | ERROR | stderr | warnings.warn(
2025-01-15 07:52:06 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:52:06 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:52:06 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:52:06 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:52:06 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:52:06 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:52:06 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:52:06 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:52:06 | INFO | stdout |
2025-01-15 07:52:06 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:52:07 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:52:07 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:52:07 | INFO | stdout | --------
2025-01-15 07:52:11 | INFO | stdout | state: None
2025-01-15 07:52:11 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:52:11 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:52:11 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:52:11 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:52:11 | INFO | stdout | Image size: (583, 734)
2025-01-15 07:52:11 | INFO | stdout | Number of images: 7
2025-01-15 07:52:11 | INFO | stdout | Image loaded successfully.
2025-01-15 07:52:11 | INFO | stdout | pixel_values: tensor([[[[ 2.2500, 2.2500, 2.2500, ..., 2.1406, 2.1406, 2.1406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.0781, 2.0781, 2.0781],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 1.9766, 1.9766, 1.9766],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.3281, 2.3281, 2.3281],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.1562, 2.1562, 2.1562],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.5312, 2.5312, 2.5312],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.4688, 2.4688, 2.4688],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.3594, 2.3594, 2.3594],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062]]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[[ 2.1406, 2.1406, 2.1406, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.0781, 2.0781, 2.0781, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 1.9766, 1.9766, 1.9766, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:52:11 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:52:11 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.3281, 2.3281, 2.3281, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.1562, 2.1562, 2.1562, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:52:11 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:52:11 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.5312, 2.5312, 2.5312, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4688, 2.4688, 2.4688, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.3594, 2.3594, 2.3594, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:52:11 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:52:11 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844]]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250]]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[[ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[[ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:52:11 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:52:11 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:52:11 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:52:11 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:52:11 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:52:11 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:52:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:52:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:52:11 | INFO | stdout |
2025-01-15 07:52:11 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | ...,
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:52:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]]],
2025-01-15 07:52:11 | INFO | stdout | dtype=torch.bfloat16)
2025-01-15 07:52:11 | INFO | stdout | ######################
2025-01-15 07:52:11 | INFO | stdout | message: ▌
2025-01-15 07:52:11 | ERROR | gradio_web_server | Error in http_bot: string indices must be integers
2025-01-15 07:52:11 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12B9A1EB0>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:52:11 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12B9A1EB0>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 07:52:51 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:52:51 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:52:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 07:52:51 | ERROR | stderr | time.sleep(0.1)
2025-01-15 07:52:51 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:52:51 | ERROR | stderr |
2025-01-15 07:52:51 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 07:52:51 | ERROR | stderr |
2025-01-15 07:52:51 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:52:51 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 607, in <module>
2025-01-15 07:52:51 | ERROR | stderr | logger.info(args)
2025-01-15 07:52:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 07:52:51 | ERROR | stderr | self.block_thread()
2025-01-15 07:52:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 07:52:51 | ERROR | stderr | self.server.close()
2025-01-15 07:52:51 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 07:52:51 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 07:52:51 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 07:52:51 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 07:52:51 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 07:52:51 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 07:52:51 | ERROR | stderr | KeyboardInterrupt
2025-01-15 07:53:00 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:53:00 | ERROR | stderr | warnings.warn(
2025-01-15 07:53: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.
2025-01-15 07:53: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.
2025-01-15 07:53:01 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:53:01 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:53:01 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:53:01 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:53:01 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:53:01 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:53:01 | INFO | stdout |
2025-01-15 07:53:01 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:53:02 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:53:02 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:53:02 | INFO | stdout | --------
2025-01-15 07:54:46 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 07:54:57 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 07:54:57 | ERROR | stderr | warnings.warn(
2025-01-15 07:54:58 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:54:58 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 07:54:58 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:54:58 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 07:54:58 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 07:54:58 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 07:54:58 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 07:54:58 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 07:54:58 | INFO | stdout |
2025-01-15 07:54:58 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 07:54:59 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 07:54:59 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 07:54:59 | INFO | stdout | --------
2025-01-15 07:55:07 | INFO | stdout | state: None
2025-01-15 07:55:07 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 07:55:08 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 07:55:08 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 07:55:08 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 07:55:08 | INFO | stdout | Image size: (583, 734)
2025-01-15 07:55:08 | INFO | stdout | Number of images: 7
2025-01-15 07:55:08 | INFO | stdout | Image loaded successfully.
2025-01-15 07:55:08 | INFO | stdout | pixel_values: tensor([[[[ 2.2500, 2.2500, 2.2500, ..., 2.1406, 2.1406, 2.1406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.0781, 2.0781, 2.0781],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 1.9766, 1.9766, 1.9766],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.3281, 2.3281, 2.3281],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.1562, 2.1562, 2.1562],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.5312, 2.5312, 2.5312],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.4688, 2.4688, 2.4688],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.3594, 2.3594, 2.3594],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062]]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[[ 2.1406, 2.1406, 2.1406, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.0781, 2.0781, 2.0781, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 1.9766, 1.9766, 1.9766, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:55:08 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:55:08 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.3281, 2.3281, 2.3281, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.1562, 2.1562, 2.1562, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:55:08 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:55:08 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.5312, 2.5312, 2.5312, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4688, 2.4688, 2.4688, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.3594, 2.3594, 2.3594, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:55:08 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:55:08 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844]]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250]]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[[ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[[ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:55:08 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:55:08 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:55:08 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:55:08 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:55:08 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:55:08 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 07:55:08 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 07:55:08 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 07:55:08 | INFO | stdout |
2025-01-15 07:55:08 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | ...,
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 07:55:08 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]]],
2025-01-15 07:55:08 | INFO | stdout | dtype=torch.bfloat16)
2025-01-15 07:55:08 | INFO | stdout | ######################
2025-01-15 07:55:08 | INFO | stdout | message: [{'role': 'system', 'content': '我是书生·万象,英文名是InternVL,是由上海人工智能实验室、清华大学及多家合作单位联合开发的多模态大语言模型。\n\n请尽可能详细地回答用户的问题。'}, {'role': 'user', 'content': 'Please help me analyze this picture.'}, {'role': 'assistant', 'content': '▌'}]
2025-01-15 07:55:08 | ERROR | gradio_web_server | Error in http_bot: can only concatenate str (not "list") to str
2025-01-15 07:55:08 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 07:55:08 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 238, in http_bot
2025-01-15 07:55:08 | ERROR | stderr | question = '<image>\n'+message
2025-01-15 07:55:08 | ERROR | stderr | TypeError: can only concatenate str (not "list") to str
2025-01-15 07:55:08 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12F2D3460>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 07:55:08 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12F2D3460>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 08:00:54 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 08:00:54 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:00:54 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 08:00:54 | ERROR | stderr | time.sleep(0.1)
2025-01-15 08:00:54 | ERROR | stderr | KeyboardInterrupt
2025-01-15 08:00:54 | ERROR | stderr |
2025-01-15 08:00:54 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 08:00:54 | ERROR | stderr |
2025-01-15 08:00:54 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:00:54 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 609, in <module>
2025-01-15 08:00:54 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 08:00:54 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 08:00:54 | ERROR | stderr | self.block_thread()
2025-01-15 08:00:54 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 08:00:54 | ERROR | stderr | self.server.close()
2025-01-15 08:00:54 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 08:00:54 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 08:00:54 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 08:00:54 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 08:00:54 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 08:00:54 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 08:00:54 | ERROR | stderr | KeyboardInterrupt
2025-01-15 08:01:05 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 08:01:05 | ERROR | stderr | warnings.warn(
2025-01-15 08:01:06 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 08:01:06 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 08:01:06 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 08:01:06 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 08:01:06 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 08:01:07 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 08:01:07 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 08:01:07 | INFO | stdout |
2025-01-15 08:01:07 | INFO | stdout | Thanks for being a Gradio user! If you have questions or feedback, please join our Discord server and chat with us: https://discord.gg/feTf9x3ZSB
2025-01-15 08:01:07 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 08:01:07 | INFO | stdout |
2025-01-15 08:01:07 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 08:01:07 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 08:01:07 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 08:01:07 | INFO | stdout | --------
2025-01-15 08:01:11 | INFO | stdout | state: None
2025-01-15 08:01:11 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 08:01:11 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 08:01:11 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 08:01:11 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 08:01:11 | INFO | stdout | Image size: (583, 734)
2025-01-15 08:01:11 | INFO | stdout | Number of images: 7
2025-01-15 08:01:11 | INFO | stdout | Image loaded successfully.
2025-01-15 08:01:11 | INFO | stdout | pixel_values: tensor([[[[ 2.2500, 2.2500, 2.2500, ..., 2.1406, 2.1406, 2.1406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.0781, 2.0781, 2.0781],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 1.9766, 1.9766, 1.9766],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.3281, 2.3281, 2.3281],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.1562, 2.1562, 2.1562],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.5312, 2.5312, 2.5312],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.4688, 2.4688, 2.4688],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.3594, 2.3594, 2.3594],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062]]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[[ 2.1406, 2.1406, 2.1406, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.0781, 2.0781, 2.0781, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 1.9766, 1.9766, 1.9766, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:01:11 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:01:11 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.3281, 2.3281, 2.3281, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.1562, 2.1562, 2.1562, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:01:11 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:01:11 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.5312, 2.5312, 2.5312, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4688, 2.4688, 2.4688, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.3594, 2.3594, 2.3594, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:01:11 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:01:11 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844]]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250]]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[[ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[[ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:01:11 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:01:11 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:01:11 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:01:11 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:01:11 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:01:11 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:01:11 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:01:11 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:01:11 | INFO | stdout |
2025-01-15 08:01:11 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | ...,
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:01:11 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]]],
2025-01-15 08:01:11 | INFO | stdout | dtype=torch.bfloat16)
2025-01-15 08:01:11 | INFO | stdout | ######################
2025-01-15 08:01:11 | INFO | stdout | message: Please help me analyze this picture.
2025-01-15 08:01:11 | ERROR | gradio_web_server | Error in http_bot: name 'streamer' is not defined
2025-01-15 08:01:11 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:01:11 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 254, in http_bot
2025-01-15 08:01:11 | ERROR | stderr | for new_text in streamer:
2025-01-15 08:01:11 | ERROR | stderr | NameError: name 'streamer' is not defined
2025-01-15 08:01:11 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x123D93B20>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 08:01:11 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x123D93B20>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 08:02:57 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 08:02:57 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:02:57 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 08:02:57 | ERROR | stderr | time.sleep(0.1)
2025-01-15 08:02:57 | ERROR | stderr | KeyboardInterrupt
2025-01-15 08:02:57 | ERROR | stderr |
2025-01-15 08:02:57 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 08:02:57 | ERROR | stderr |
2025-01-15 08:02:57 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:02:57 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 609, in <module>
2025-01-15 08:02:57 | ERROR | stderr | demo = build_demo()
2025-01-15 08:02:57 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 08:02:57 | ERROR | stderr | self.block_thread()
2025-01-15 08:02:57 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 08:02:57 | ERROR | stderr | self.server.close()
2025-01-15 08:02:57 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 08:02:57 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 08:02:57 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 08:02:57 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 08:02:57 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 08:02:57 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 08:02:57 | ERROR | stderr | KeyboardInterrupt
2025-01-15 08:03:15 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 08:03:15 | ERROR | stderr | warnings.warn(
2025-01-15 08:03:16 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 08:03:16 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 08:03:16 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 08:03:16 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 08:03:16 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 08:03:17 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 08:03:17 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 08:03:17 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 08:03:17 | INFO | stdout |
2025-01-15 08:03:17 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 08:03:17 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 08:03:17 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 08:03:17 | INFO | stdout | --------
2025-01-15 08:03:20 | INFO | stdout | state: None
2025-01-15 08:03:20 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 08:03:20 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 08:03:20 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 08:03:20 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 08:03:20 | INFO | stdout | Image size: (583, 734)
2025-01-15 08:03:20 | INFO | stdout | Number of images: 7
2025-01-15 08:03:20 | INFO | stdout | Image loaded successfully.
2025-01-15 08:03:20 | INFO | stdout | pixel_values: tensor([[[[ 2.2500, 2.2500, 2.2500, ..., 2.1406, 2.1406, 2.1406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.0781, 2.0781, 2.0781],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 1.9766, 1.9766, 1.9766],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.3281, 2.3281, 2.3281],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.1562, 2.1562, 2.1562],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.5312, 2.5312, 2.5312],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.4688, 2.4688, 2.4688],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.3594, 2.3594, 2.3594],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062]]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[[ 2.1406, 2.1406, 2.1406, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.0781, 2.0781, 2.0781, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 1.9766, 1.9766, 1.9766, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:20 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:20 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.3281, 2.3281, 2.3281, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.1562, 2.1562, 2.1562, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:20 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:20 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.5312, 2.5312, 2.5312, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4688, 2.4688, 2.4688, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.3594, 2.3594, 2.3594, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:20 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:20 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844]]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250]]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[[ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[[ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:20 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:20 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:20 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:20 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:20 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:20 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:20 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:20 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:03:20 | INFO | stdout |
2025-01-15 08:03:20 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | ...,
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:20 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]]],
2025-01-15 08:03:20 | INFO | stdout | dtype=torch.bfloat16)
2025-01-15 08:03:20 | INFO | stdout | ######################
2025-01-15 08:03:20 | INFO | stdout | message: Please help me analyze this picture.
2025-01-15 08:03:20 | ERROR | gradio_web_server | Error in http_bot: 'NoneType' object has no attribute 'chat'
2025-01-15 08:03:20 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:03:20 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 241, in http_bot
2025-01-15 08:03:20 | ERROR | stderr | response, conv_history = model.chat(tokenizer, pixel_values, question, generation_config, history=None, return_history=True)
2025-01-15 08:03:20 | ERROR | stderr | AttributeError: 'NoneType' object has no attribute 'chat'
2025-01-15 08:03:20 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12225FFA0>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 08:03:20 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x12225FFA0>]}, {'role': 'assistant', 'content': '**COULD NOT LOAD MODEL. PLEASE REGENERATE OR REFRESH THIS PAGE.**', 'image': []}]
2025-01-15 08:03:31 | INFO | stdout | Keyboard interruption in main thread... closing server.
2025-01-15 08:03:31 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:03:31 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2664, in block_thread
2025-01-15 08:03:31 | ERROR | stderr | time.sleep(0.1)
2025-01-15 08:03:31 | ERROR | stderr | KeyboardInterrupt
2025-01-15 08:03:31 | ERROR | stderr |
2025-01-15 08:03:31 | ERROR | stderr | During handling of the above exception, another exception occurred:
2025-01-15 08:03:31 | ERROR | stderr |
2025-01-15 08:03:31 | ERROR | stderr | Traceback (most recent call last):
2025-01-15 08:03:31 | ERROR | stderr | File "/Users/huynhbao/Workspace/5CD_data/huggingface/Vintern-1B/app.py", line 610, in <module>
2025-01-15 08:03:31 | ERROR | stderr | demo.queue(api_open=False).launch(
2025-01-15 08:03:31 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2569, in launch
2025-01-15 08:03:31 | ERROR | stderr | self.block_thread()
2025-01-15 08:03:31 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/blocks.py", line 2668, in block_thread
2025-01-15 08:03:31 | ERROR | stderr | self.server.close()
2025-01-15 08:03:31 | ERROR | stderr | File "/Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/gradio/http_server.py", line 68, in close
2025-01-15 08:03:31 | ERROR | stderr | self.thread.join(timeout=5)
2025-01-15 08:03:31 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1064, in join
2025-01-15 08:03:31 | ERROR | stderr | self._wait_for_tstate_lock(timeout=max(timeout, 0))
2025-01-15 08:03:31 | ERROR | stderr | File "/usr/local/Cellar/[email protected]/3.9.16/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 1080, in _wait_for_tstate_lock
2025-01-15 08:03:31 | ERROR | stderr | if lock.acquire(block, timeout):
2025-01-15 08:03:31 | ERROR | stderr | KeyboardInterrupt
2025-01-15 08:03:40 | ERROR | stderr | /Users/huynhbao/.virtualenvs/huggingface/lib/python3.9/site-packages/huggingface_hub/file_download.py:797: FutureWarning: `resume_download` is deprecated and will be removed in version 1.0.0. Downloads always resume when possible. If you want to force a new download, use `force_download=True`.
2025-01-15 08:03:40 | ERROR | stderr | warnings.warn(
2025-01-15 08:03:41 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 08:03:41 | WARNING | transformers.tokenization_utils_base | Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
2025-01-15 08:03:41 | INFO | gradio_web_server | args: Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 08:03:41 | INFO | gradio_web_server | Namespace(host='0.0.0.0', port=7860, concurrency_count=10, share=False, moderate=False)
2025-01-15 08:03:41 | INFO | httpx | HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
2025-01-15 08:03:42 | INFO | stdout | Running on local URL: http://0.0.0.0:7860
2025-01-15 08:03:42 | INFO | httpx | HTTP Request: GET http://localhost:7860/startup-events "HTTP/1.1 200 OK"
2025-01-15 08:03:42 | INFO | httpx | HTTP Request: HEAD http://localhost:7860/ "HTTP/1.1 200 OK"
2025-01-15 08:03:42 | INFO | stdout |
2025-01-15 08:03:42 | INFO | stdout | To create a public link, set `share=True` in `launch()`.
2025-01-15 08:03:42 | INFO | httpx | HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
2025-01-15 08:03:42 | INFO | stdout | IMPORTANT: You are using gradio version 4.36.1, however version 4.44.1 is available, please upgrade.
2025-01-15 08:03:42 | INFO | stdout | --------
2025-01-15 08:03:44 | INFO | stdout | state: None
2025-01-15 08:03:44 | INFO | gradio_web_server | add_text. ip: 127.0.0.1. len: 36
2025-01-15 08:03:44 | INFO | gradio_web_server | http_bot. ip: 127.0.0.1
2025-01-15 08:03:44 | INFO | stdout | all_image_paths: ['logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg']
2025-01-15 08:03:44 | INFO | stdout | Loading image: logs/serve_images/2025-01-15/d7ea81988546544ca773fc48dc9da837.jpg
2025-01-15 08:03:44 | INFO | stdout | Image size: (583, 734)
2025-01-15 08:03:44 | INFO | stdout | Number of images: 7
2025-01-15 08:03:44 | INFO | stdout | Image loaded successfully.
2025-01-15 08:03:44 | INFO | stdout | pixel_values: tensor([[[[ 2.2500, 2.2500, 2.2500, ..., 2.1406, 2.1406, 2.1406],
2025-01-15 08:03:44 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.0781, 2.0781, 2.0781],
2025-01-15 08:03:44 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 1.9766, 1.9766, 1.9766],
2025-01-15 08:03:44 | INFO | stdout | ...,
2025-01-15 08:03:44 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:44 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:44 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250]],
2025-01-15 08:03:44 | INFO | stdout |
2025-01-15 08:03:44 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.3281, 2.3281, 2.3281],
2025-01-15 08:03:44 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:44 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.1562, 2.1562, 2.1562],
2025-01-15 08:03:44 | INFO | stdout | ...,
2025-01-15 08:03:44 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:44 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:44 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445]],
2025-01-15 08:03:44 | INFO | stdout |
2025-01-15 08:03:44 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.5312, 2.5312, 2.5312],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.4688, 2.4688, 2.4688],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.3594, 2.3594, 2.3594],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062]]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[[ 2.1406, 2.1406, 2.1406, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.0781, 2.0781, 2.0781, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 1.9766, 1.9766, 1.9766, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:45 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:45 | INFO | stdout | [-2.1250, -2.1250, -2.1250, ..., 2.0156, 2.0625, 2.0938]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.3281, 2.3281, 2.3281, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.1562, 2.1562, 2.1562, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:45 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:45 | INFO | stdout | [ 0.6445, 0.6445, 0.6445, ..., 2.1875, 2.2344, 2.2656]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.5312, 2.5312, 2.5312, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4688, 2.4688, 2.4688, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.3594, 2.3594, 2.3594, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:45 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:45 | INFO | stdout | [ 1.4062, 1.4062, 1.4062, ..., 2.3906, 2.4531, 2.4844]]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2188, ..., -2.1250, -2.1250, -2.1250],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4062, 2.3906, 2.3281, ..., 0.6445, 0.6445, 0.6445],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., 1.4062, 1.4062, 1.4062],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250]]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[[ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2344, 2.1562, ..., 1.9219, 1.9219, 1.9062],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4062, 2.3438, ..., 0.1523, 0.1348, 0.1523],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6250, 2.5469, ..., -1.1562, -1.1406, -1.1250],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[[ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:45 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:45 | INFO | stdout | [ 1.9062, 1.8906, 1.9062, ..., 2.0156, 2.0625, 2.0938],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:45 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:45 | INFO | stdout | [ 0.1523, 0.1523, 0.1523, ..., 2.1875, 2.2344, 2.2656],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:45 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:45 | INFO | stdout | [-1.0938, -1.0703, -1.0938, ..., 2.3906, 2.4531, 2.4844],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[[ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500],
2025-01-15 08:03:45 | INFO | stdout | [ 2.2500, 2.2500, 2.2500, ..., 2.2500, 2.2500, 2.2500]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219],
2025-01-15 08:03:45 | INFO | stdout | [ 2.4219, 2.4219, 2.4219, ..., 2.4219, 2.4219, 2.4219]],
2025-01-15 08:03:45 | INFO | stdout |
2025-01-15 08:03:45 | INFO | stdout | [[ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | ...,
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406],
2025-01-15 08:03:45 | INFO | stdout | [ 2.6406, 2.6406, 2.6406, ..., 2.6406, 2.6406, 2.6406]]]],
2025-01-15 08:03:45 | INFO | stdout | dtype=torch.bfloat16)
2025-01-15 08:03:45 | INFO | stdout | ######################
2025-01-15 08:03:45 | INFO | stdout | message: Please help me analyze this picture.
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': '▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'T▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'T▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'Th▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'Th▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'Thi▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'Thi▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This i▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This i▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a t▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a t▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a te▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a te▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a tes▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a tes▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test ▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test r▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test r▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test re▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test re▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test res▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test res▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test resp▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test resp▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test respo▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test respo▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test respon▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test respon▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test respons▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test respons▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test response▌', 'image': []}]
2025-01-15 08:03:45 | INFO | gradio_web_server | ==== response ====
This is a test response▌
2025-01-15 08:03:45 | INFO | stdout | Messsage: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test response▌', 'image': []}]
2025-01-15 08:03:45 | INFO | stdout | Updated message: [{'role': 'user', 'content': 'Please help me analyze this picture.', 'image': [<PIL.Image.Image image mode=RGB size=583x734 at 0x127712B50>]}, {'role': 'assistant', 'content': 'This is a test response', 'image': []}]
2025-01-15 08:03:45 | INFO | gradio_web_server | This is a test response