蠄 python3 collect_env.py
Traceback (most recent call last):
File "/home/arkadi/collect_env.py", line 17, in <module>
import regex as re
ModuleNotFoundError: No module named 'regex'
The container runtime is configured correctly. Ollama, Whisper, Riva works no problem in Containerd environment.
INFO 06-10 11:43:59 [__init__.py:244] Automatically detected platform cuda.
WARNING 06-10 11:44:03 [utils.py:1416] argument 'device' is deprecated
INFO 06-10 11:44:03 [api_server.py:1287] vLLM API server version 0.9.1rc1
INFO 06-10 11:44:03 [cli_args.py:309] non-default args: {'model': 'Qwen/Qwen2.5-7B-Instruct-AWQ', 'max_model_len': 16000, 'max_seq_len_to_capture': 16000, 'served_model_name': ['qwen-2.5'], 'gpu_memory_utili
zation': 0.95, 'enable_prefix_caching': True, 'device': 'cuda', 'disable_log_stats': True}
INFO 06-10 11:44:12 [config.py:823] This model supports multiple tasks: {'generate', 'embed', 'score', 'reward', 'classify'}. Defaulting to 'generate'.
WARNING 06-10 11:44:13 [config.py:931] awq quantization is not fully optimized yet. The speed can be slower than non-quantized models.
WARNING 06-10 11:44:13 [arg_utils.py:1635] Compute Capability < 8.0 is not supported by the V1 Engine. Falling back to V0.
INFO 06-10 11:44:13 [api_server.py:265] Started engine process with PID 161
WARNING 06-10 11:44:15 [env_override.py:17] NCCL_CUMEM_ENABLE is set to 0, skipping override. This may increase memory overhead with cudagraph+allreduce: https://github.com/NVIDIA/nccl/issues/1234
INFO 06-10 11:44:17 [__init__.py:244] Automatically detected platform cuda.
INFO 06-10 11:44:19 [llm_engine.py:230] Initializing a V0 LLM engine (v0.9.1rc1) with config: model='Qwen/Qwen2.5-7B-Instruct-AWQ', speculative_config=None, tokenizer='Qwen/Qwen2.5-7B-Instruct-AWQ', skip_tok
enizer_init=False, tokenizer_mode=auto, revision=None, override_neuron_config={}, tokenizer_revision=None, trust_remote_code=False, dtype=torch.float16, max_seq_len=16000, download_dir=None, load_format=Load
Format.AUTO, tensor_parallel_size=1, pipeline_parallel_size=1, disable_custom_all_reduce=False, quantization=awq, 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=Non
e, otlp_traces_endpoint=None, collect_detailed_traces=None), seed=0, served_model_name=qwen-2.5, num_scheduler_steps=1, multi_step_stream_outputs=True, enable_prefix_caching=True, chunked_prefill_enabled=Fal
se, use_async_output_proc=True, pooler_config=None, compilation_config={"level":0,"debug_dump_path":"","cache_dir":"","backend":"","custom_ops":[],"splitting_ops":[],"use_inductor":true,"compile_sizes":[],"i
nductor_compile_config":{"enable_auto_functionalized_v2":false},"inductor_passes":{},"use_cudagraph":true,"cudagraph_num_of_warmups":0,"cudagraph_capture_sizes":[256,248,240,232,224,216,208,200,192,184,176,1
68,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,"max_capture_size":256,"local_cache_dir":null}, use_cached_outputs=True,
INFO 06-10 11:44:21 [cuda.py:279] Cannot use FlashAttention-2 backend for Volta and Turing GPUs.
INFO 06-10 11:44:21 [cuda.py:328] Using XFormers backend.
Process SpawnProcess-1:
ERROR 06-10 11:44:22 [engine.py:458] Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 803: system has unsupported display driver / cuda driver combination
Your current environment
馃悰 Describe the bug
The project-provided Docker
vllm/vllm-openai0.6.4.post1, v0.8.4, v0.8.5.post1, v0.9.0.1, v0.9.1 images doesn't work on a system with RTX 2080 TiThe container runtime is configured correctly. Ollama, Whisper, Riva works no problem in Containerd environment.
Before submitting a new issue...