You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO 03-02 14:01:28 [config.py:3454] MLA is enabled on a non-cuda platform; forcing chunked prefill and prefix caching to be disabled.
INFO 03-02 14:01:32 [config.py:1479] Defaulting to use mp for distributed inference
WARNING 03-02 14:01:33 [fp8.py:55] Detected fp8 checkpoint. Please note that the format is experimental and subject to change.
INFO 03-02 14:01:33 [config.py:3454] MLA is enabled on a non-cuda platform; forcing chunked prefill and prefix caching to be disabled.
INFO 03-02 14:01:33 [llm_engine.py:234] Initializing a V0 LLM engine (v0.7.4.dev4+gfd70f59e2) with config: model='deepseek-ai/DeepSeek-R1', speculative_config=None, tokenizer='deepseek-ai/DeepSeek-R1', skip_tokenizer_init=False, tokenizer_mode=auto, revision=None, override_neuron_config=None, tokenizer_revision=None, trust_remote_code=True, dtype=torch.bfloat16, max_seq_len=32768, download_dir=None, load_format=LoadFormat.AUTO, tensor_parallel_size=8, pipeline_parallel_size=1, disable_custom_all_reduce=False, quantization=fp8, enforce_eager=False, kv_cache_dtype=auto, device_config=cuda, decoding_config=DecodingConfig(guided_decoding_backend='xgrammar'), observability_config=ObservabilityConfig(show_hidden_metrics=False, otlp_traces_endpoint=None, collect_model_forward_time=False, collect_model_execute_time=False), seed=0, served_model_name=deepseek-ai/DeepSeek-R1, num_scheduler_steps=1, multi_step_stream_outputs=True, enable_prefix_caching=False, chunked_prefill_enabled=False, use_async_output_proc=True, disable_mm_preprocessor_cache=False, mm_processor_kwargs=None, pooler_config=None, compilation_config={"splitting_ops":[],"compile_sizes":[],"cudagraph_capture_sizes":[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],"max_capture_size":256}, use_cached_outputs=True,
Before submitting a new issue...
Make sure you already searched for relevant issues, and asked the chatbot living at the bottom right corner of the documentation page, which can answer lots of frequently asked questions.
The text was updated successfully, but these errors were encountered:
@hongxiayang Is this change already been applied to vllm-rocm fork main branch? I am currently using vllm-rocm master as it is suppose to include latest Deepseek-R1 Optimizations on Mi300x GPU
Your current environment
How you are installing vllm
docker run -it --rm --ipc=host -p 8000:8000 --group-add render \ --security-opt seccomp=unconfined \ --cap-add=SYS_PTRACE \ --device=/dev/kfd --device=/dev/dri \ -v $HOME/.cache/huggingface:/root/.cache/huggingface \ -e VLLM_FP8_PADDING=0 \ -e VLLM_USE_TRITON_FLASH_ATTN=0 \ rocm/vllm-dev:vllm-ds3-staging-0217 \ /bin/bash vllm serve deepseek-ai/DeepSeek-R1 \ --tensor-parallel-size 8 \ --trust-remote-code \ --max-model-len 32768 \ --enable-prefix-caching
Output:
Before submitting a new issue...
The text was updated successfully, but these errors were encountered: