Configuration Parsing Warning:In adapter_config.json: "peft.base_model_name_or_path" must be a string

Qwen3-Omni-30B-A3B LoRA Test Adapter (Random Weights)

This adapter contains RANDOM weights and is intended solely for testing LoRA loading/serving infrastructure in vLLM. It is NOT a trained model and will produce garbage outputs.

Details

  • Base model: Qwen/Qwen3-Omni-30B-A3B-Instruct
  • PEFT type: LoRA
  • Rank (r): 32
  • Alpha: 32
  • Target modules: thinker.model.*.(gate_proj|v_proj|o_proj|k_proj|up_proj|down_proj|q_proj)
  • Task type: CAUSAL_LM

Usage with vLLM

vllm serve Qwen/Qwen3-Omni-30B-A3B-Instruct \
    --tensor-parallel-size 4 \
    --gpu-memory-utilization 0.85 \
    --enable-lora \
    --lora-modules test=yashpratap/Qwen3-Omni-30B-A3B-LoRA-test-r32

Purpose

Created for testing vLLM LoRA support for Qwen3OmniMoeThinkerForConditionalGeneration. All weight tensors have been replaced with torch.randn_like() to preserve tensor metadata (names, shapes, dtypes) without exposing any trained parameters.

Downloads last month
3
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for yashpratap/Qwen3-Omni-30B-A3B-LoRA-test-r32

Adapter
(6)
this model