model_worker_75eaf4.log 3.42 KB
Newer Older
wanglch's avatar
wanglch committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
2024-07-01 02:55:09 | ERROR | stderr | /usr/local/lib/python3.10/dist-packages/gradio/components/button.py:89: UserWarning: Using the update method is deprecated. Simply return a new object instead, e.g. `return gr.Button(...)` instead of `return gr.Button.update(...)`.
2024-07-01 02:55:09 | ERROR | stderr |   warnings.warn(
2024-07-01 02:55:09 | INFO | stdout | ['DocOwl1.5-Omni-base', 'assets', 'evaluation', 'scripts', 'README.md', 'model_worker.py', 'docowl_infer.py', 'requirements.txt', 'docowl_app_demo.sh', '__pycache__', 'mplug_docowl', 'app.py', 'docowl_doclocal4k_evaluate.py', 'docowl_benchmark_evaluate.py', 'demo_logs', 'image', 'DocLocal4K']
2024-07-01 02:55:09 | INFO | model_worker | Loading the model DocOwl1.5-Omni-base on worker 75eaf4 ...
2024-07-01 02:57:43 | ERROR | stderr | /usr/local/lib/python3.10/dist-packages/transformers/generation/configuration_utils.py:362: UserWarning: `do_sample` is set to `False`. However, `temperature` is set to `0.9` -- this flag is only used in sample-based generation modes. You should set `do_sample=True` or unset `temperature`. This was detected when initializing the generation config instance, which means the corresponding file may hold incorrect parameterization and should be fixed.
2024-07-01 02:57:43 | ERROR | stderr |   warnings.warn(
2024-07-01 02:57:43 | ERROR | stderr | /usr/local/lib/python3.10/dist-packages/transformers/generation/configuration_utils.py:367: UserWarning: `do_sample` is set to `False`. However, `top_p` is set to `0.6` -- this flag is only used in sample-based generation modes. You should set `do_sample=True` or unset `top_p`. This was detected when initializing the generation config instance, which means the corresponding file may hold incorrect parameterization and should be fixed.
2024-07-01 02:57:43 | ERROR | stderr |   warnings.warn(
2024-07-01 02:57:49 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:57:54 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:57:59 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:58:08 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:58:09 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:58:13 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:58:19 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:58:24 | ERROR | stderr | ERROR:    [Errno -2] Name or service not known
2024-07-01 02:58:24 | ERROR | stderr | Traceback (most recent call last):
2024-07-01 02:58:24 | ERROR | stderr |   File "/home/wanglch/projects/DocOwl1.5-Omni/app.py", line 424, in <module>
2024-07-01 02:58:24 | ERROR | stderr |     demo.queue(
2024-07-01 02:58:24 | ERROR | stderr |   File "/usr/local/lib/python3.10/dist-packages/gradio/blocks.py", line 2038, in launch
2024-07-01 02:58:24 | ERROR | stderr |     ) = networking.start_server(
2024-07-01 02:58:24 | ERROR | stderr |   File "/usr/local/lib/python3.10/dist-packages/gradio/networking.py", line 202, in start_server
2024-07-01 02:58:24 | ERROR | stderr |     server.run_in_thread()
2024-07-01 02:58:24 | ERROR | stderr |   File "/usr/local/lib/python3.10/dist-packages/gradio/networking.py", line 64, in run_in_thread
2024-07-01 02:58:24 | ERROR | stderr |     time.sleep(1e-3)
2024-07-01 02:58:24 | ERROR | stderr | KeyboardInterrupt