Skip to content

Instantly share code, notes, and snippets.

View XuanofXXX's full-sized avatar

XiaChunxuan XuanofXXX

  • Renmin University of China
  • 06:56 (UTC +08:00)
View GitHub Profile
@XuanofXXX
XuanofXXX / test_mixer2_vllm
Last active October 14, 2025 14:09
test inconsistent results of mambamixer2 of vllm
# pylint: disable=all
from vllm.platforms import current_platform
current_platform.seed_everything(42)
import argparse
import uuid
import torch
from vllm.utils import update_environment_variables
from vllm.distributed.parallel_state import (