adaptai / platform /aiml /mlops /logs /vllm_8000_restore.log
ADAPT-Chase's picture
Add files using upload-large-folder tool
93be2a2 verified
INFO 08-28 02:13:45 [__init__.py:241] Automatically detected platform cuda.
(APIServer pid=433167) INFO 08-28 02:13:46 [api_server.py:1805] vLLM API server version 0.10.1.1
(APIServer pid=433167) INFO 08-28 02:13:46 [utils.py:326] non-default args: {'host': '0.0.0.0', 'api_key': ['elizabeth-secret-key-2025'], 'model': '/data/adaptai/aiml/02_models/elizabeth/checkpoints/qwen3-8b-elizabeth-sft', 'trust_remote_code': True, 'dtype': 'bfloat16', 'max_model_len': 131072, 'served_model_name': ['qwen3-8b-elizabeth'], 'block_size': 16, 'swap_space': 16.0, 'enable_prefix_caching': True, 'max_num_seqs': 256}
(APIServer pid=433167) The argument `trust_remote_code` is to be used with Auto classes. It has no effect here and is ignored.
(APIServer pid=433167) INFO 08-28 02:13:52 [__init__.py:711] Resolved architecture: Qwen2ForCausalLM
(APIServer pid=433167) INFO 08-28 02:13:52 [__init__.py:1750] Using max model len 131072
(APIServer pid=433167) INFO 08-28 02:13:52 [scheduler.py:222] Chunked prefill is enabled with max_num_batched_tokens=8192.
INFO 08-28 02:13:56 [__init__.py:241] Automatically detected platform cuda.
(EngineCore_0 pid=433721) INFO 08-28 02:13:57 [core.py:636] Waiting for init message from front-end.
(EngineCore_0 pid=433721) INFO 08-28 02:13:57 [core.py:74] Initializing a V1 LLM engine (v0.10.1.1) with config: model='/data/adaptai/aiml/02_models/elizabeth/checkpoints/qwen3-8b-elizabeth-sft', speculative_config=None, tokenizer='/data/adaptai/aiml/02_models/elizabeth/checkpoints/qwen3-8b-elizabeth-sft', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, override_neuron_config={}, tokenizer_revision=None, trust_remote_code=True, dtype=torch.bfloat16, max_seq_len=131072, download_dir=None, load_format=auto, tensor_parallel_size=1, pipeline_parallel_size=1, disable_custom_all_reduce=False, quantization=None, enforce_eager=False, kv_cache_dtype=auto, device_config=cuda, decoding_config=DecodingConfig(backend='auto', disable_fallback=False, disable_any_whitespace=False, disable_additional_properties=False, reasoning_backend=''), observability_config=ObservabilityConfig(show_hidden_metrics_for_version=None, otlp_traces_endpoint=None, collect_detailed_traces=None), seed=0, served_model_name=qwen3-8b-elizabeth, enable_prefix_caching=True, chunked_prefill_enabled=True, use_async_output_proc=True, pooler_config=None, compilation_config={"level":3,"debug_dump_path":"","cache_dir":"","backend":"","custom_ops":[],"splitting_ops":["vllm.unified_attention","vllm.unified_attention_with_output","vllm.mamba_mixer2"],"use_inductor":true,"compile_sizes":[],"inductor_compile_config":{"enable_auto_functionalized_v2":false},"inductor_passes":{},"cudagraph_mode":1,"use_cudagraph":true,"cudagraph_num_of_warmups":1,"cudagraph_capture_sizes":[512,504,496,488,480,472,464,456,448,440,432,424,416,408,400,392,384,376,368,360,352,344,336,328,320,312,304,296,288,280,272,264,256,248,240,232,224,216,208,200,192,184,176,168,160,152,144,136,128,120,112,104,96,88,80,72,64,56,48,40,32,24,16,8,4,2,1],"cudagraph_copy_inputs":false,"full_cuda_graph":false,"pass_config":{},"max_capture_size":512,"local_cache_dir":null}
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] EngineCore failed to start.
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] Traceback (most recent call last):
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 691, in run_engine_core
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] engine_core = EngineCoreProc(*args, **kwargs)
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 492, in __init__
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] super().__init__(vllm_config, executor_class, log_stats,
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 80, in __init__
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] self.model_executor = executor_class(vllm_config)
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/executor/executor_base.py", line 54, in __init__
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] self._init_executor()
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/executor/uniproc_executor.py", line 28, in _init_executor
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] self.driver_worker = WorkerWrapperBase(vllm_config=self.vllm_config,
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/worker/worker_base.py", line 520, in __init__
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] init_cached_hf_modules()
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/vllm/utils/__init__.py", line 1366, in init_cached_hf_modules
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] init_hf_modules()
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "/home/x/.local/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 60, in init_hf_modules
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] os.makedirs(HF_MODULES_CACHE, exist_ok=True)
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] File "<frozen os>", line 225, in makedirs
(EngineCore_0 pid=433721) ERROR 08-28 02:13:57 [core.py:700] PermissionError: [Errno 13] Permission denied: '/workspace/.hf_home/modules'
(EngineCore_0 pid=433721) Process EngineCore_0:
(EngineCore_0 pid=433721) Traceback (most recent call last):
(EngineCore_0 pid=433721) File "/usr/lib/python3.12/multiprocessing/process.py", line 314, in _bootstrap
(EngineCore_0 pid=433721) self.run()
(EngineCore_0 pid=433721) File "/usr/lib/python3.12/multiprocessing/process.py", line 108, in run
(EngineCore_0 pid=433721) self._target(*self._args, **self._kwargs)
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 704, in run_engine_core
(EngineCore_0 pid=433721) raise e
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 691, in run_engine_core
(EngineCore_0 pid=433721) engine_core = EngineCoreProc(*args, **kwargs)
(EngineCore_0 pid=433721) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 492, in __init__
(EngineCore_0 pid=433721) super().__init__(vllm_config, executor_class, log_stats,
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core.py", line 80, in __init__
(EngineCore_0 pid=433721) self.model_executor = executor_class(vllm_config)
(EngineCore_0 pid=433721) ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/executor/executor_base.py", line 54, in __init__
(EngineCore_0 pid=433721) self._init_executor()
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/executor/uniproc_executor.py", line 28, in _init_executor
(EngineCore_0 pid=433721) self.driver_worker = WorkerWrapperBase(vllm_config=self.vllm_config,
(EngineCore_0 pid=433721) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/worker/worker_base.py", line 520, in __init__
(EngineCore_0 pid=433721) init_cached_hf_modules()
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/vllm/utils/__init__.py", line 1366, in init_cached_hf_modules
(EngineCore_0 pid=433721) init_hf_modules()
(EngineCore_0 pid=433721) File "/home/x/.local/lib/python3.12/site-packages/transformers/dynamic_module_utils.py", line 60, in init_hf_modules
(EngineCore_0 pid=433721) os.makedirs(HF_MODULES_CACHE, exist_ok=True)
(EngineCore_0 pid=433721) File "<frozen os>", line 225, in makedirs
(EngineCore_0 pid=433721) PermissionError: [Errno 13] Permission denied: '/workspace/.hf_home/modules'
(APIServer pid=433167) Traceback (most recent call last):
(APIServer pid=433167) File "<frozen runpy>", line 198, in _run_module_as_main
(APIServer pid=433167) File "<frozen runpy>", line 88, in _run_code
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/entrypoints/openai/api_server.py", line 1920, in <module>
(APIServer pid=433167) uvloop.run(run_server(args))
(APIServer pid=433167) File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 109, in run
(APIServer pid=433167) return __asyncio.run(
(APIServer pid=433167) ^^^^^^^^^^^^^^
(APIServer pid=433167) File "/usr/lib/python3.12/asyncio/runners.py", line 194, in run
(APIServer pid=433167) return runner.run(main)
(APIServer pid=433167) ^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/usr/lib/python3.12/asyncio/runners.py", line 118, in run
(APIServer pid=433167) return self._loop.run_until_complete(task)
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "uvloop/loop.pyx", line 1518, in uvloop.loop.Loop.run_until_complete
(APIServer pid=433167) File "/usr/local/lib/python3.12/dist-packages/uvloop/__init__.py", line 61, in wrapper
(APIServer pid=433167) return await main
(APIServer pid=433167) ^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/entrypoints/openai/api_server.py", line 1850, in run_server
(APIServer pid=433167) await run_server_worker(listen_address, sock, args, **uvicorn_kwargs)
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/entrypoints/openai/api_server.py", line 1870, in run_server_worker
(APIServer pid=433167) async with build_async_engine_client(
(APIServer pid=433167) File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=433167) return await anext(self.gen)
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/entrypoints/openai/api_server.py", line 178, in build_async_engine_client
(APIServer pid=433167) async with build_async_engine_client_from_engine_args(
(APIServer pid=433167) File "/usr/lib/python3.12/contextlib.py", line 210, in __aenter__
(APIServer pid=433167) return await anext(self.gen)
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/entrypoints/openai/api_server.py", line 220, in build_async_engine_client_from_engine_args
(APIServer pid=433167) async_llm = AsyncLLM.from_vllm_config(
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/utils/__init__.py", line 1557, in inner
(APIServer pid=433167) return fn(*args, **kwargs)
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/async_llm.py", line 174, in from_vllm_config
(APIServer pid=433167) return cls(
(APIServer pid=433167) ^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/async_llm.py", line 120, in __init__
(APIServer pid=433167) self.engine_core = EngineCoreClient.make_async_mp_client(
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core_client.py", line 102, in make_async_mp_client
(APIServer pid=433167) return AsyncMPClient(*client_args)
(APIServer pid=433167) ^^^^^^^^^^^^^^^^^^^^^^^^^^^
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core_client.py", line 767, in __init__
(APIServer pid=433167) super().__init__(
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/core_client.py", line 446, in __init__
(APIServer pid=433167) with launch_core_engines(vllm_config, executor_class,
(APIServer pid=433167) File "/usr/lib/python3.12/contextlib.py", line 144, in __exit__
(APIServer pid=433167) next(self.gen)
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/utils.py", line 706, in launch_core_engines
(APIServer pid=433167) wait_for_engine_startup(
(APIServer pid=433167) File "/home/x/.local/lib/python3.12/site-packages/vllm/v1/engine/utils.py", line 759, in wait_for_engine_startup
(APIServer pid=433167) raise RuntimeError("Engine core initialization failed. "
(APIServer pid=433167) RuntimeError: Engine core initialization failed. See root cause above. Failed core proc(s): {}