2025-09-09T14:06:11.5839596Z Current runner version: '2.328.0' 2025-09-09T14:06:11.5846063Z Runner name: 'i-0c373ca9b2a73568f' 2025-09-09T14:06:11.5846947Z Runner group name: 'default' 2025-09-09T14:06:11.5847804Z Machine name: 'ip-10-0-52-100' 2025-09-09T14:06:11.5850649Z ##[group]GITHUB_TOKEN Permissions 2025-09-09T14:06:11.5853422Z Contents: read 2025-09-09T14:06:11.5854035Z Metadata: read 2025-09-09T14:06:11.5854563Z Packages: read 2025-09-09T14:06:11.5855300Z ##[endgroup] 2025-09-09T14:06:11.5857713Z Secret source: Actions 2025-09-09T14:06:11.5858455Z Prepare workflow directory 2025-09-09T14:06:11.6428135Z Prepare all required actions 2025-09-09T14:06:11.6468705Z Getting action download info 2025-09-09T14:06:11.9607249Z Download action repository 'actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683' (SHA:11bd71901bbe5b1630ceea73d27597364c9af683) 2025-09-09T14:06:12.2604613Z Download action repository 'pytorch/pytorch@main' (SHA:4dd73e659a8fd4872e5f49cfd72e420fa7c4e6c9) 2025-09-09T14:06:26.0597625Z Download action repository 'actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093' (SHA:d3f86a106a0bac45b974a628896c90dbdf5c8093) 2025-09-09T14:06:26.4210032Z Download action repository 'pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2025-09-09T14:06:26.5832829Z Download action repository 'actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02) 2025-09-09T14:06:27.1147457Z Getting action download info 2025-09-09T14:06:27.3110379Z Uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@refs/heads/main (e502b6d9079a2a411c68046e8a7694b851c5df33) 2025-09-09T14:06:27.3115007Z ##[group] Inputs 2025-09-09T14:06:27.3122170Z script: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:27.3125246Z timeout: 180 2025-09-09T14:06:27.3125481Z runner: linux.4xlarge 2025-09-09T14:06:27.3125724Z upload-artifact: 2025-09-09T14:06:27.3126301Z upload-artifact-to-s3: false 2025-09-09T14:06:27.3126584Z download-artifact: 2025-09-09T14:06:27.3126818Z repository: 2025-09-09T14:06:27.3127050Z fetch-depth: 1 2025-09-09T14:06:27.3127265Z submodules: recursive 2025-09-09T14:06:27.3127485Z ref: 2025-09-09T14:06:27.3127711Z test-infra-repository: pytorch/test-infra 2025-09-09T14:06:27.3128022Z test-infra-ref: 2025-09-09T14:06:27.3128262Z use-custom-docker-registry: true 2025-09-09T14:06:27.3128579Z docker-image: pytorch/almalinux-builder 2025-09-09T14:06:27.3128900Z docker-build-dir: .ci/docker 2025-09-09T14:06:27.3129171Z gpu-arch-type: cpu 2025-09-09T14:06:27.3129459Z gpu-arch-version: 2025-09-09T14:06:27.3129720Z job-name: linux-job 2025-09-09T14:06:27.3129964Z continue-on-error: false 2025-09-09T14:06:27.3130236Z binary-matrix: 2025-09-09T14:06:27.3130459Z run-with-docker: true 2025-09-09T14:06:27.3130726Z secrets-env: 2025-09-09T14:06:27.3130974Z no-sudo: false 2025-09-09T14:06:27.3131205Z ##[endgroup] 2025-09-09T14:06:27.3131775Z Complete job name: test (CPU 2.6, linux.4xlarge, torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu, cpu) / linux-job 2025-09-09T14:06:27.3606629Z A job started hook has been configured by the self-hosted runner administrator 2025-09-09T14:06:27.3715466Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2025-09-09T14:06:27.3725081Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:27.3725790Z ##[endgroup] 2025-09-09T14:06:28.5690759Z Runner Type: linux.4xlarge 2025-09-09T14:06:28.5691213Z Instance Type: c5.4xlarge 2025-09-09T14:06:28.5691806Z AMI Name: unknown 2025-09-09T14:06:28.5717891Z AMI ID: ami-05ffe3c48a9991133 2025-09-09T14:06:33.9887996Z ##[group]Run set -euxo pipefail 2025-09-09T14:06:33.9888419Z set -euxo pipefail 2025-09-09T14:06:33.9888737Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-09-09T14:06:33.9889124Z  echo "::group::Cleanup with-sudo debug output" 2025-09-09T14:06:33.9889523Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2025-09-09T14:06:33.9889834Z else 2025-09-09T14:06:33.9890109Z  echo "::group::Cleanup no-sudo debug output" 2025-09-09T14:06:33.9890474Z  rm -rfv "${GITHUB_WORKSPACE}" 2025-09-09T14:06:33.9890781Z fi 2025-09-09T14:06:33.9890990Z  2025-09-09T14:06:33.9891227Z mkdir -p "${GITHUB_WORKSPACE}" 2025-09-09T14:06:33.9891580Z echo "::endgroup::" 2025-09-09T14:06:33.9900285Z shell: /usr/bin/bash -e {0} 2025-09-09T14:06:33.9900580Z env: 2025-09-09T14:06:33.9900821Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:33.9901198Z REPOSITORY: pytorch/ao 2025-09-09T14:06:33.9901493Z PR_NUMBER: 2963 2025-09-09T14:06:33.9903852Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:33.9906256Z NO_SUDO: false 2025-09-09T14:06:33.9906479Z ##[endgroup] 2025-09-09T14:06:33.9933280Z + [[ false == \f\a\l\s\e ]] 2025-09-09T14:06:33.9944170Z + echo '::group::Cleanup with-sudo debug output' 2025-09-09T14:06:33.9944671Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/ao/ao 2025-09-09T14:06:33.9951576Z ##[group]Cleanup with-sudo debug output 2025-09-09T14:06:34.1300229Z removed directory '/home/ec2-user/actions-runner/_work/ao/ao' 2025-09-09T14:06:34.1315498Z + mkdir -p /home/ec2-user/actions-runner/_work/ao/ao 2025-09-09T14:06:34.1327122Z + echo ::endgroup:: 2025-09-09T14:06:34.1327985Z ##[endgroup] 2025-09-09T14:06:34.1520689Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-09-09T14:06:34.1521496Z with: 2025-09-09T14:06:34.1521897Z repository: pytorch/test-infra 2025-09-09T14:06:34.1522403Z path: test-infra 2025-09-09T14:06:34.1522831Z submodules: recursive 2025-09-09T14:06:34.1523512Z token: *** 2025-09-09T14:06:34.1523903Z ssh-strict: true 2025-09-09T14:06:34.1524289Z ssh-user: git 2025-09-09T14:06:34.1524715Z persist-credentials: true 2025-09-09T14:06:34.1525168Z clean: true 2025-09-09T14:06:34.1525592Z sparse-checkout-cone-mode: true 2025-09-09T14:06:34.1526067Z fetch-depth: 1 2025-09-09T14:06:34.1526412Z fetch-tags: false 2025-09-09T14:06:34.1526843Z show-progress: true 2025-09-09T14:06:34.1527236Z lfs: false 2025-09-09T14:06:34.1527624Z set-safe-directory: true 2025-09-09T14:06:34.1528082Z env: 2025-09-09T14:06:34.1528510Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:34.1529119Z REPOSITORY: pytorch/ao 2025-09-09T14:06:34.1529617Z PR_NUMBER: 2963 2025-09-09T14:06:34.1533894Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:34.1538425Z ##[endgroup] 2025-09-09T14:06:34.2689281Z Syncing repository: pytorch/test-infra 2025-09-09T14:06:34.2690351Z ##[group]Getting Git version info 2025-09-09T14:06:34.2690848Z Working directory is '/home/ec2-user/actions-runner/_work/ao/ao/test-infra' 2025-09-09T14:06:34.2691526Z [command]/usr/bin/git version 2025-09-09T14:06:34.2691807Z git version 2.47.1 2025-09-09T14:06:34.2696605Z ##[endgroup] 2025-09-09T14:06:34.2715912Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/90d75a67-40c6-4c07-af03-e3a51a933ff7' before making global git config changes 2025-09-09T14:06:34.2717056Z Adding repository directory to the temporary git global config as a safe directory 2025-09-09T14:06:34.2720889Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/ao/ao/test-infra 2025-09-09T14:06:34.2746412Z ##[group]Initializing the repository 2025-09-09T14:06:34.2750744Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/ao/ao/test-infra 2025-09-09T14:06:34.2777943Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-09T14:06:34.2778596Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-09T14:06:34.2779290Z hint: of your new repositories, which will suppress this warning, call: 2025-09-09T14:06:34.2779714Z hint: 2025-09-09T14:06:34.2780050Z hint: git config --global init.defaultBranch 2025-09-09T14:06:34.2780391Z hint: 2025-09-09T14:06:34.2780754Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-09T14:06:34.2781344Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-09T14:06:34.2781792Z hint: 2025-09-09T14:06:34.2782032Z hint: git branch -m 2025-09-09T14:06:34.2782694Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/ao/ao/test-infra/.git/ 2025-09-09T14:06:34.2786954Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2025-09-09T14:06:34.2810085Z ##[endgroup] 2025-09-09T14:06:34.2810530Z ##[group]Disabling automatic garbage collection 2025-09-09T14:06:34.2814178Z [command]/usr/bin/git config --local gc.auto 0 2025-09-09T14:06:34.2836759Z ##[endgroup] 2025-09-09T14:06:34.2837195Z ##[group]Setting up auth 2025-09-09T14:06:34.2841898Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-09T14:06:34.2865347Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-09-09T14:06:34.3124538Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-09T14:06:34.3147425Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-09-09T14:06:34.3394458Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-09T14:06:34.3437371Z ##[endgroup] 2025-09-09T14:06:34.3437845Z ##[group]Determining the default branch 2025-09-09T14:06:34.3441464Z Retrieving the default branch name 2025-09-09T14:06:34.6108669Z Default branch 'main' 2025-09-09T14:06:34.6109347Z ##[endgroup] 2025-09-09T14:06:34.6109795Z ##[group]Fetching the repository 2025-09-09T14:06:34.6114473Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2025-09-09T14:06:34.9583992Z From https://github.com/pytorch/test-infra 2025-09-09T14:06:34.9584436Z * [new branch] main -> origin/main 2025-09-09T14:06:34.9606019Z ##[endgroup] 2025-09-09T14:06:34.9606416Z ##[group]Determining the checkout info 2025-09-09T14:06:34.9608776Z ##[endgroup] 2025-09-09T14:06:34.9614532Z [command]/usr/bin/git sparse-checkout disable 2025-09-09T14:06:34.9645190Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-09T14:06:34.9667968Z ##[group]Checking out the ref 2025-09-09T14:06:34.9671263Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2025-09-09T14:06:35.0772405Z Switched to a new branch 'main' 2025-09-09T14:06:35.0773141Z branch 'main' set up to track 'origin/main'. 2025-09-09T14:06:35.0779931Z ##[endgroup] 2025-09-09T14:06:35.0780390Z ##[group]Setting up auth for fetching submodules 2025-09-09T14:06:35.0785221Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-09T14:06:35.0821281Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-09-09T14:06:35.0846572Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-09-09T14:06:35.0870143Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-09-09T14:06:35.0891138Z ##[endgroup] 2025-09-09T14:06:35.0891540Z ##[group]Fetching submodules 2025-09-09T14:06:35.0894627Z [command]/usr/bin/git submodule sync --recursive 2025-09-09T14:06:35.1142952Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-09-09T14:06:35.1392411Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-09-09T14:06:35.1638915Z ##[endgroup] 2025-09-09T14:06:35.1639434Z ##[group]Persisting credentials for submodules 2025-09-09T14:06:35.1643789Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-09-09T14:06:35.1889548Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-09-09T14:06:35.2136163Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-09-09T14:06:35.2381588Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-09-09T14:06:35.2629337Z ##[endgroup] 2025-09-09T14:06:35.2659386Z [command]/usr/bin/git log -1 --format=%H 2025-09-09T14:06:35.2678977Z e502b6d9079a2a411c68046e8a7694b851c5df33 2025-09-09T14:06:35.2846312Z Prepare all required actions 2025-09-09T14:06:35.2846805Z Getting action download info 2025-09-09T14:06:35.4208118Z Download action repository 'pytorch/test-infra@main' (SHA:e502b6d9079a2a411c68046e8a7694b851c5df33) 2025-09-09T14:06:37.3811979Z Getting action download info 2025-09-09T14:06:37.5253799Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2025-09-09T14:06:37.6813169Z ##[group]Run ./test-infra/.github/actions/setup-linux 2025-09-09T14:06:37.6813538Z env: 2025-09-09T14:06:37.6813781Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:37.6814147Z REPOSITORY: pytorch/ao 2025-09-09T14:06:37.6814390Z PR_NUMBER: 2963 2025-09-09T14:06:37.6816731Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:37.6819426Z ##[endgroup] 2025-09-09T14:06:37.6904412Z ##[group]Run set -euo pipefail 2025-09-09T14:06:37.6904753Z set -euo pipefail 2025-09-09T14:06:37.6905048Z function get_ec2_metadata() { 2025-09-09T14:06:37.6905412Z  # Pulled from instance metadata endpoint for EC2 2025-09-09T14:06:37.6906214Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2025-09-09T14:06:37.6906776Z  category=$1 2025-09-09T14:06:37.6907688Z  curl -H "X-aws-ec2-metadata-token: $(curl -s -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 30")" -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2025-09-09T14:06:37.6908622Z } 2025-09-09T14:06:37.6908874Z echo "ami-id: $(get_ec2_metadata ami-id)" 2025-09-09T14:06:37.6909310Z echo "instance-id: $(get_ec2_metadata instance-id)" 2025-09-09T14:06:37.6909781Z echo "instance-type: $(get_ec2_metadata instance-type)" 2025-09-09T14:06:37.6910206Z echo "system info $(uname -a)" 2025-09-09T14:06:37.6916303Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:37.6916688Z env: 2025-09-09T14:06:37.6916923Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:37.6917280Z REPOSITORY: pytorch/ao 2025-09-09T14:06:37.6917528Z PR_NUMBER: 2963 2025-09-09T14:06:37.6920025Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:37.6922374Z ##[endgroup] 2025-09-09T14:06:37.7045608Z ami-id: ami-05ffe3c48a9991133 2025-09-09T14:06:37.7134605Z instance-id: i-0c373ca9b2a73568f 2025-09-09T14:06:37.7221416Z instance-type: c5.4xlarge 2025-09-09T14:06:37.7231144Z system info Linux ip-10-0-52-100.ec2.internal 6.1.141-155.222.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 17 10:29:47 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux 2025-09-09T14:06:37.7270495Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-09T14:06:37.7271751Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-09T14:06:37.7277746Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:37.7278128Z env: 2025-09-09T14:06:37.7278370Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:37.7278710Z REPOSITORY: pytorch/ao 2025-09-09T14:06:37.7278953Z PR_NUMBER: 2963 2025-09-09T14:06:37.7281224Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:37.7283568Z ##[endgroup] 2025-09-09T14:06:37.7360172Z ##[group]Run if systemctl is-active --quiet docker; then 2025-09-09T14:06:37.7360639Z if systemctl is-active --quiet docker; then 2025-09-09T14:06:37.7361035Z  echo "Docker daemon is running..."; 2025-09-09T14:06:37.7361370Z else 2025-09-09T14:06:37.7361719Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2025-09-09T14:06:37.7362151Z fi 2025-09-09T14:06:37.7367408Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:37.7367791Z env: 2025-09-09T14:06:37.7368096Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:37.7368455Z REPOSITORY: pytorch/ao 2025-09-09T14:06:37.7368873Z PR_NUMBER: 2963 2025-09-09T14:06:37.7371179Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:37.7373522Z ##[endgroup] 2025-09-09T14:06:37.7444026Z Docker daemon is running... 2025-09-09T14:06:37.7474719Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-09-09T14:06:37.7475376Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2025-09-09T14:06:37.7475897Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2025-09-09T14:06:37.7476530Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2025-09-09T14:06:37.7477270Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2025-09-09T14:06:37.7482650Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:37.7483028Z env: 2025-09-09T14:06:37.7483272Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:37.7483613Z REPOSITORY: pytorch/ao 2025-09-09T14:06:37.7483858Z PR_NUMBER: 2963 2025-09-09T14:06:37.7486154Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:37.7488493Z AWS_RETRY_MODE: standard 2025-09-09T14:06:37.7488794Z AWS_MAX_ATTEMPTS: 5 2025-09-09T14:06:37.7489041Z AWS_DEFAULT_REGION: us-east-1 2025-09-09T14:06:37.7489316Z ##[endgroup] 2025-09-09T14:06:38.7631725Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-09-09T14:06:38.7632808Z Configure a credential helper to remove this warning. See 2025-09-09T14:06:38.7633432Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-09-09T14:06:38.7633832Z 2025-09-09T14:06:38.7633923Z Login Succeeded 2025-09-09T14:06:38.7676047Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-09-09T14:06:38.7676654Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-09-09T14:06:38.7677163Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2025-09-09T14:06:38.7683589Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:38.7683962Z env: 2025-09-09T14:06:38.7684216Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:38.7684559Z REPOSITORY: pytorch/ao 2025-09-09T14:06:38.7684802Z PR_NUMBER: 2963 2025-09-09T14:06:38.7687099Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:38.7689442Z ##[endgroup] 2025-09-09T14:06:38.7803298Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-09-09T14:06:38.7803918Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2025-09-09T14:06:38.7804323Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2025-09-09T14:06:38.7804683Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2025-09-09T14:06:38.7805124Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2025-09-09T14:06:38.7805563Z  2025-09-09T14:06:38.7805852Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2025-09-09T14:06:38.7806283Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2025-09-09T14:06:38.7806646Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2025-09-09T14:06:38.7807133Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2025-09-09T14:06:38.7807594Z  2025-09-09T14:06:38.7807821Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2025-09-09T14:06:38.7808165Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2025-09-09T14:06:38.7808479Z mkdir -p "${RUNNER_DOCS_DIR}" 2025-09-09T14:06:38.7808884Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2025-09-09T14:06:38.7814271Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:38.7814649Z env: 2025-09-09T14:06:38.7814884Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:38.7815224Z REPOSITORY: pytorch/ao 2025-09-09T14:06:38.7815480Z PR_NUMBER: 2963 2025-09-09T14:06:38.7817774Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:38.7820342Z ##[endgroup] 2025-09-09T14:06:39.5033062Z ##[group]Run needs=0 2025-09-09T14:06:39.5033346Z needs=0 2025-09-09T14:06:39.5033718Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2025-09-09T14:06:39.5034166Z  needs=1 2025-09-09T14:06:39.5034386Z fi 2025-09-09T14:06:39.5034641Z echo "does=${needs}" >> $GITHUB_OUTPUT 2025-09-09T14:06:39.5041554Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:39.5041946Z env: 2025-09-09T14:06:39.5042187Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:39.5042538Z REPOSITORY: pytorch/ao 2025-09-09T14:06:39.5042804Z PR_NUMBER: 2963 2025-09-09T14:06:39.5045084Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:39.5047592Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:39.5048203Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:39.5048754Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:39.5049152Z ##[endgroup] 2025-09-09T14:06:39.5314862Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-09-09T14:06:39.5315452Z # ignore expansion of "docker ps -q" since it could be empty 2025-09-09T14:06:39.5315878Z # shellcheck disable=SC2046 2025-09-09T14:06:39.5316220Z docker stop $(docker ps -q) || true 2025-09-09T14:06:39.5316574Z # Prune all of the docker images 2025-09-09T14:06:39.5317041Z docker system prune -af 2025-09-09T14:06:39.5322780Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:39.5323148Z env: 2025-09-09T14:06:39.5323393Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:39.5323720Z REPOSITORY: pytorch/ao 2025-09-09T14:06:39.5323977Z PR_NUMBER: 2963 2025-09-09T14:06:39.5326287Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:39.5328758Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:39.5329367Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:39.5330028Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:39.5330416Z ##[endgroup] 2025-09-09T14:06:39.5557682Z "docker stop" requires at least 1 argument. 2025-09-09T14:06:39.5875258Z See 'docker stop --help'. 2025-09-09T14:06:39.5875508Z 2025-09-09T14:06:39.5875676Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2025-09-09T14:06:39.5875954Z 2025-09-09T14:06:39.5876081Z Stop one or more running containers 2025-09-09T14:06:39.5876385Z Total reclaimed space: 0B 2025-09-09T14:06:39.5950458Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2025-09-09T14:06:39.5950910Z with: 2025-09-09T14:06:39.5951561Z github-secret: *** 2025-09-09T14:06:39.5952272Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-09-09T14:06:39.5953052Z activate-with-label: false 2025-09-09T14:06:39.5953325Z label: with-ssh 2025-09-09T14:06:39.5953554Z remove-existing-keys: true 2025-09-09T14:06:39.5953830Z fail-silently: true 2025-09-09T14:06:39.5954051Z env: 2025-09-09T14:06:39.5954291Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:39.5954619Z REPOSITORY: pytorch/ao 2025-09-09T14:06:39.5954874Z PR_NUMBER: 2963 2025-09-09T14:06:39.5957206Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:39.5959663Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:39.5960264Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:39.5960832Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:39.5961215Z ##[endgroup] 2025-09-09T14:06:39.6999300Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2025-09-09T14:06:40.3541442Z Grabbing public ssh keys from https://github.com/andrewor14.keys 2025-09-09T14:06:40.4518305Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2025-09-09T14:06:40.4532178Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2025-09-09T14:06:40.4569674Z Login using: ssh ec2-user@ec2-54-91-125-171.compute-1.amazonaws.com 2025-09-09T14:06:40.4570254Z All testing is done inside the container, to start an interactive session run: 2025-09-09T14:06:40.4570815Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2025-09-09T14:06:40.4735996Z ##[group]Run actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 2025-09-09T14:06:40.4736796Z with: 2025-09-09T14:06:40.4737163Z repository: pytorch/ao 2025-09-09T14:06:40.4737592Z ref: refs/pull/2963/merge 2025-09-09T14:06:40.4738047Z path: pytorch/ao 2025-09-09T14:06:40.4738441Z fetch-depth: 1 2025-09-09T14:06:40.4738840Z submodules: recursive 2025-09-09T14:06:40.4739512Z token: *** 2025-09-09T14:06:40.4739883Z ssh-strict: true 2025-09-09T14:06:40.4740228Z ssh-user: git 2025-09-09T14:06:40.4740603Z persist-credentials: true 2025-09-09T14:06:40.4741051Z clean: true 2025-09-09T14:06:40.4741452Z sparse-checkout-cone-mode: true 2025-09-09T14:06:40.4741995Z fetch-tags: false 2025-09-09T14:06:40.4742352Z show-progress: true 2025-09-09T14:06:40.4742764Z lfs: false 2025-09-09T14:06:40.4743129Z set-safe-directory: true 2025-09-09T14:06:40.4743584Z env: 2025-09-09T14:06:40.4744010Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:40.4744675Z REPOSITORY: pytorch/ao 2025-09-09T14:06:40.4745074Z PR_NUMBER: 2963 2025-09-09T14:06:40.4749218Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:40.4754054Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:40.4755175Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:40.4756199Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:40.4756932Z ##[endgroup] 2025-09-09T14:06:40.5709086Z Syncing repository: pytorch/ao 2025-09-09T14:06:40.5717350Z ##[group]Getting Git version info 2025-09-09T14:06:40.5717853Z Working directory is '/home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao' 2025-09-09T14:06:40.5743747Z [command]/usr/bin/git version 2025-09-09T14:06:40.5778455Z git version 2.47.1 2025-09-09T14:06:40.5802093Z ##[endgroup] 2025-09-09T14:06:40.5813425Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/b7f11e41-acc6-4ab4-9c18-a82816fbe940' before making global git config changes 2025-09-09T14:06:40.5814401Z Adding repository directory to the temporary git global config as a safe directory 2025-09-09T14:06:40.5826202Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao 2025-09-09T14:06:40.5851047Z ##[group]Initializing the repository 2025-09-09T14:06:40.5855418Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao 2025-09-09T14:06:40.5882230Z hint: Using 'master' as the name for the initial branch. This default branch name 2025-09-09T14:06:40.5882843Z hint: is subject to change. To configure the initial branch name to use in all 2025-09-09T14:06:40.5883410Z hint: of your new repositories, which will suppress this warning, call: 2025-09-09T14:06:40.5883835Z hint: 2025-09-09T14:06:40.5884099Z hint: git config --global init.defaultBranch 2025-09-09T14:06:40.5884455Z hint: 2025-09-09T14:06:40.5884792Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2025-09-09T14:06:40.5885362Z hint: 'development'. The just-created branch can be renamed via this command: 2025-09-09T14:06:40.5885810Z hint: 2025-09-09T14:06:40.5886015Z hint: git branch -m 2025-09-09T14:06:40.5886532Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao/.git/ 2025-09-09T14:06:40.5891503Z [command]/usr/bin/git remote add origin https://github.com/pytorch/ao 2025-09-09T14:06:40.5914999Z ##[endgroup] 2025-09-09T14:06:40.5915578Z ##[group]Disabling automatic garbage collection 2025-09-09T14:06:40.5919430Z [command]/usr/bin/git config --local gc.auto 0 2025-09-09T14:06:40.5941600Z ##[endgroup] 2025-09-09T14:06:40.5941978Z ##[group]Setting up auth 2025-09-09T14:06:40.5947349Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-09T14:06:40.5970815Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-09-09T14:06:40.6220627Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-09T14:06:40.6244455Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-09-09T14:06:40.6490227Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-09T14:06:40.6532912Z ##[endgroup] 2025-09-09T14:06:40.6533345Z ##[group]Fetching the repository 2025-09-09T14:06:40.6540368Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/pull/2963/merge:refs/remotes/pull/2963/merge 2025-09-09T14:06:41.4302991Z From https://github.com/pytorch/ao 2025-09-09T14:06:41.4303727Z * [new ref] refs/pull/2963/merge -> pull/2963/merge 2025-09-09T14:06:41.4324537Z ##[endgroup] 2025-09-09T14:06:41.4325330Z ##[group]Determining the checkout info 2025-09-09T14:06:41.4327535Z ##[endgroup] 2025-09-09T14:06:41.4340587Z [command]/usr/bin/git sparse-checkout disable 2025-09-09T14:06:41.4370713Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig 2025-09-09T14:06:41.4394522Z ##[group]Checking out the ref 2025-09-09T14:06:41.4396921Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/2963/merge 2025-09-09T14:06:41.5437530Z Note: switching to 'refs/remotes/pull/2963/merge'. 2025-09-09T14:06:41.5438100Z 2025-09-09T14:06:41.5438509Z You are in 'detached HEAD' state. You can look around, make experimental 2025-09-09T14:06:41.5439562Z changes and commit them, and you can discard any commits you make in this 2025-09-09T14:06:41.5440627Z state without impacting any branches by switching back to a branch. 2025-09-09T14:06:41.5441234Z 2025-09-09T14:06:41.5441639Z If you want to create a new branch to retain commits you create, you may 2025-09-09T14:06:41.5442605Z do so (now or later) by using -c with the switch command. Example: 2025-09-09T14:06:41.5443159Z 2025-09-09T14:06:41.5443376Z git switch -c 2025-09-09T14:06:41.5443754Z 2025-09-09T14:06:41.5443959Z Or undo this operation with: 2025-09-09T14:06:41.5444288Z 2025-09-09T14:06:41.5444447Z git switch - 2025-09-09T14:06:41.5444679Z 2025-09-09T14:06:41.5445118Z Turn off this advice by setting config variable advice.detachedHead to false 2025-09-09T14:06:41.5445832Z 2025-09-09T14:06:41.5446633Z HEAD is now at 7c05f81 Merge c21284c127b039bc49cc7ffda0e692894ed3b094 into 8b72284fd363b5c096de93fb7ac9cc960a6a601e 2025-09-09T14:06:41.5448744Z ##[endgroup] 2025-09-09T14:06:41.5449478Z ##[group]Setting up auth for fetching submodules 2025-09-09T14:06:41.5452586Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2025-09-09T14:06:41.5490115Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2025-09-09T14:06:41.5514734Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2025-09-09T14:06:41.5539169Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2025-09-09T14:06:41.5559911Z ##[endgroup] 2025-09-09T14:06:41.5560673Z ##[group]Fetching submodules 2025-09-09T14:06:41.5563170Z [command]/usr/bin/git submodule sync --recursive 2025-09-09T14:06:41.5817462Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2025-09-09T14:06:41.6063246Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass) registered for path 'third_party/cutlass' 2025-09-09T14:06:41.6084396Z Cloning into '/home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao/third_party/cutlass'... 2025-09-09T14:06:43.3631538Z From https://github.com/NVIDIA/cutlass 2025-09-09T14:06:43.3632041Z * branch e51efbfe18fe4f4cbb66ab814c55bf4aa0185491 -> FETCH_HEAD 2025-09-09T14:06:43.9544418Z Submodule path 'third_party/cutlass': checked out 'e51efbfe18fe4f4cbb66ab814c55bf4aa0185491' 2025-09-09T14:06:43.9582563Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2025-09-09T14:06:43.9844713Z Entering 'third_party/cutlass' 2025-09-09T14:06:43.9900499Z ##[endgroup] 2025-09-09T14:06:43.9900940Z ##[group]Persisting credentials for submodules 2025-09-09T14:06:43.9906003Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2025-09-09T14:06:44.0164339Z Entering 'third_party/cutlass' 2025-09-09T14:06:44.0236508Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2025-09-09T14:06:44.0487865Z Entering 'third_party/cutlass' 2025-09-09T14:06:44.0535961Z file:/home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao/.git/modules/third_party/cutlass/config remote.origin.url 2025-09-09T14:06:44.0582064Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2025-09-09T14:06:44.0835321Z Entering 'third_party/cutlass' 2025-09-09T14:06:44.0894001Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2025-09-09T14:06:44.1144357Z Entering 'third_party/cutlass' 2025-09-09T14:06:44.1198983Z ##[endgroup] 2025-09-09T14:06:44.1228995Z [command]/usr/bin/git log -1 --format=%H 2025-09-09T14:06:44.1247768Z 7c05f811b89289f7be3e0e3546626827f2cc1ca4 2025-09-09T14:06:44.1443168Z Prepare all required actions 2025-09-09T14:06:44.1443881Z Getting action download info 2025-09-09T14:06:44.2780108Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2025-09-09T14:06:44.4812366Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2025-09-09T14:06:44.4812759Z with: 2025-09-09T14:06:44.4812992Z use-custom-docker-registry: true 2025-09-09T14:06:44.4813339Z docker-image-name: pytorch/almalinux-builder:cpu 2025-09-09T14:06:44.4813708Z docker-build-dir: .ci/docker 2025-09-09T14:06:44.4814004Z working-directory: pytorch/ao 2025-09-09T14:06:44.4814288Z docker-build-script: ./build.sh 2025-09-09T14:06:44.4814673Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:44.4815078Z force-push: false 2025-09-09T14:06:44.4815300Z env: 2025-09-09T14:06:44.4815526Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:44.4815866Z REPOSITORY: pytorch/ao 2025-09-09T14:06:44.4816160Z PR_NUMBER: 2963 2025-09-09T14:06:44.4818456Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:44.4821125Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:44.4821729Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:44.4822472Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:44.4822856Z ##[endgroup] 2025-09-09T14:06:44.4847433Z ##[group]Run set -ex 2025-09-09T14:06:44.4847784Z set -ex 2025-09-09T14:06:44.4848012Z  2025-09-09T14:06:44.4848397Z # If the docker build directory or the build script doesn't exist, the action will 2025-09-09T14:06:44.4849078Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2025-09-09T14:06:44.4849643Z # job could then download the pre-built image as usual 2025-09-09T14:06:44.4850346Z if [[ -d "${DOCKER_BUILD_DIR}" ]] && [[ -f "${DOCKER_BUILD_DIR}/${DOCKER_BUILD_SCRIPT}" ]] && [[ "${USE_CUSTOM_DOCKER_REGISTRY}" == "true" ]]; then 2025-09-09T14:06:44.4851010Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4851329Z else 2025-09-09T14:06:44.4851601Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4852043Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4852463Z  2025-09-09T14:06:44.4853032Z  echo "Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ${REPO_NAME} repo..." 2025-09-09T14:06:44.4853672Z  exit 0 2025-09-09T14:06:44.4853896Z fi 2025-09-09T14:06:44.4854091Z  2025-09-09T14:06:44.4854433Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2025-09-09T14:06:44.4855039Z  # The docker image name already includes the ECR prefix and tag, so we can just 2025-09-09T14:06:44.4855579Z  # use it as it is, but first let's extract the tag 2025-09-09T14:06:44.4856070Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2025-09-09T14:06:44.4856569Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4857070Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4857471Z else 2025-09-09T14:06:44.4857732Z  if [[ "${DOCKER_IMAGE_NAME}" == *:* ]]; then 2025-09-09T14:06:44.4858270Z  CUSTOM_TAG_PREFIX=${DOCKER_IMAGE_NAME#*:} 2025-09-09T14:06:44.4858668Z  DOCKER_IMAGE_NAME=${DOCKER_IMAGE_NAME%%:*} 2025-09-09T14:06:44.4859011Z  fi 2025-09-09T14:06:44.4859457Z  DOCKER_TAG=${CUSTOM_TAG_PREFIX:+${CUSTOM_TAG_PREFIX}-}$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2025-09-09T14:06:44.4860078Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4860716Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4861432Z  echo "custom-tag-prefix=${CUSTOM_TAG_PREFIX}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:06:44.4861866Z fi 2025-09-09T14:06:44.4867642Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:44.4868023Z env: 2025-09-09T14:06:44.4868258Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:44.4868602Z REPOSITORY: pytorch/ao 2025-09-09T14:06:44.4868859Z PR_NUMBER: 2963 2025-09-09T14:06:44.4871257Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:44.4873734Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:44.4874321Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:44.4874986Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:44.4875382Z REPO_NAME: ao 2025-09-09T14:06:44.4875654Z DOCKER_IMAGE_NAME: pytorch/almalinux-builder:cpu 2025-09-09T14:06:44.4876010Z DOCKER_BUILD_DIR: .ci/docker 2025-09-09T14:06:44.4876282Z DOCKER_BUILD_SCRIPT: ./build.sh 2025-09-09T14:06:44.4876661Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:44.4877057Z USE_CUSTOM_DOCKER_REGISTRY: true 2025-09-09T14:06:44.4877352Z CUSTOM_TAG_PREFIX: 2025-09-09T14:06:44.4877576Z ##[endgroup] 2025-09-09T14:06:44.4902328Z + [[ -d .ci/docker ]] 2025-09-09T14:06:44.4902597Z + echo skip=true 2025-09-09T14:06:44.4902879Z + echo docker-image=pytorch/almalinux-builder:cpu 2025-09-09T14:06:44.4903537Z + echo 'Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ao repo...' 2025-09-09T14:06:44.4904125Z + exit 0 2025-09-09T14:06:44.4904755Z Not using custom ECR registry. Either it was not requested or there is no Docker build script in the ao repo... 2025-09-09T14:06:44.4939065Z ##[group]Run set -eux 2025-09-09T14:06:44.4939350Z set -eux 2025-09-09T14:06:44.4939767Z # It's ok if this steps fails, it would then be an anonymous user like what we used to have 2025-09-09T14:06:44.4940947Z aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token | jq --raw-output '.SecretString' | jq -r .docker_hub_readonly_token | docker login --username pytorchbot --password-stdin || true 2025-09-09T14:06:44.4947024Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:44.4947390Z env: 2025-09-09T14:06:44.4947638Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:44.4947964Z REPOSITORY: pytorch/ao 2025-09-09T14:06:44.4948218Z PR_NUMBER: 2963 2025-09-09T14:06:44.4950744Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:44.4953252Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:44.4953850Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:44.4954413Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:44.4954790Z ##[endgroup] 2025-09-09T14:06:44.4982901Z + aws secretsmanager get-secret-value --secret-id docker_hub_readonly_token 2025-09-09T14:06:44.4983853Z + jq --raw-output .SecretString 2025-09-09T14:06:44.4984927Z + jq -r .docker_hub_readonly_token 2025-09-09T14:06:44.4986039Z + docker login --username pytorchbot --password-stdin 2025-09-09T14:06:45.0725891Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-09-09T14:06:45.0726543Z Configure a credential helper to remove this warning. See 2025-09-09T14:06:45.0727239Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-09-09T14:06:45.0727659Z 2025-09-09T14:06:45.0727769Z Login Succeeded 2025-09-09T14:06:45.0804388Z Prepare all required actions 2025-09-09T14:06:45.0840857Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2025-09-09T14:06:45.0841223Z with: 2025-09-09T14:06:45.0841479Z docker-image: pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.0841902Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:45.0842291Z env: 2025-09-09T14:06:45.0842531Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.0842856Z REPOSITORY: pytorch/ao 2025-09-09T14:06:45.0843268Z PR_NUMBER: 2963 2025-09-09T14:06:45.0845579Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:45.0848055Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:45.0848641Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:45.0849205Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:45.0849598Z ##[endgroup] 2025-09-09T14:06:45.0868141Z ##[group]Run set -x 2025-09-09T14:06:45.0868426Z set -x 2025-09-09T14:06:45.0868648Z set +e 2025-09-09T14:06:45.0868850Z  2025-09-09T14:06:45.0869054Z login() { 2025-09-09T14:06:45.0869515Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2025-09-09T14:06:45.0870038Z } 2025-09-09T14:06:45.0870229Z  2025-09-09T14:06:45.0870545Z retry () { 2025-09-09T14:06:45.0870818Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2025-09-09T14:06:45.0871141Z } 2025-09-09T14:06:45.0871348Z  2025-09-09T14:06:45.0871572Z retry login "${DOCKER_REGISTRY}" 2025-09-09T14:06:45.0871880Z  2025-09-09T14:06:45.0872357Z IMAGE_SIZE=$(docker manifest inspect "${DOCKER_IMAGE}" | jq '[.layers[].size, .config.size] | add / 1024 / 1024') 2025-09-09T14:06:45.0873028Z echo "Compressed size of image in MB: ${IMAGE_SIZE}" 2025-09-09T14:06:45.0873389Z  2025-09-09T14:06:45.0873600Z set -e 2025-09-09T14:06:45.0873934Z # ignore output since only exit code is used for conditional 2025-09-09T14:06:45.0874416Z # only pull docker image if it's not available locally 2025-09-09T14:06:45.0874965Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2025-09-09T14:06:45.0875457Z  retry docker pull "${DOCKER_IMAGE}" 2025-09-09T14:06:45.0875776Z fi 2025-09-09T14:06:45.0881527Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:06:45.0881906Z env: 2025-09-09T14:06:45.0882140Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.0882479Z REPOSITORY: pytorch/ao 2025-09-09T14:06:45.0882725Z PR_NUMBER: 2963 2025-09-09T14:06:45.0885007Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:06:45.0887494Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:06:45.0888238Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:06:45.0888789Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:06:45.0889287Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:45.0889669Z ##[endgroup] 2025-09-09T14:06:45.0913227Z + set +e 2025-09-09T14:06:45.0913816Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:45.0914287Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:45.0916705Z + aws ecr get-login-password --region us-east-1 2025-09-09T14:06:45.0917792Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2025-09-09T14:06:45.6390861Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2025-09-09T14:06:45.6391486Z Configure a credential helper to remove this warning. See 2025-09-09T14:06:45.6392069Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2025-09-09T14:06:45.6392463Z 2025-09-09T14:06:45.6392593Z Login Succeeded 2025-09-09T14:06:45.6411541Z ++ docker manifest inspect pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.6412016Z ++ jq '[.layers[].size, .config.size] | add / 1024 / 1024' 2025-09-09T14:06:45.7824117Z + IMAGE_SIZE=1439.2328958511353 2025-09-09T14:06:45.7824546Z + echo 'Compressed size of image in MB: 1439.2328958511353' 2025-09-09T14:06:45.7824928Z + set -e 2025-09-09T14:06:45.7825225Z + docker inspect --type=image pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.7825694Z Compressed size of image in MB: 1439.2328958511353 2025-09-09T14:06:45.7942341Z + retry docker pull pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.7942757Z + docker pull pytorch/almalinux-builder:cpu 2025-09-09T14:06:45.9659637Z cpu: Pulling from pytorch/almalinux-builder 2025-09-09T14:06:45.9660185Z 19877a9af8e3: Pulling fs layer 2025-09-09T14:06:45.9660479Z fe05152297d3: Pulling fs layer 2025-09-09T14:06:45.9660763Z 9c5a63e97f59: Pulling fs layer 2025-09-09T14:06:45.9661055Z 918715f58173: Pulling fs layer 2025-09-09T14:06:45.9661327Z 692d6799dd80: Pulling fs layer 2025-09-09T14:06:45.9661588Z c6352f35dfa2: Pulling fs layer 2025-09-09T14:06:45.9661858Z 518054e53c81: Pulling fs layer 2025-09-09T14:06:45.9662116Z 4f4fb700ef54: Pulling fs layer 2025-09-09T14:06:45.9662393Z 3b571ac2ab3b: Pulling fs layer 2025-09-09T14:06:45.9662654Z 84008f185523: Pulling fs layer 2025-09-09T14:06:45.9662929Z 9ee5aeef32d7: Pulling fs layer 2025-09-09T14:06:45.9663196Z a80ec369bee3: Pulling fs layer 2025-09-09T14:06:45.9663482Z f1417b667e9d: Pulling fs layer 2025-09-09T14:06:45.9663752Z 0c3cc5825672: Pulling fs layer 2025-09-09T14:06:45.9664013Z 895a870a9edd: Pulling fs layer 2025-09-09T14:06:45.9664289Z b7eb993f501a: Pulling fs layer 2025-09-09T14:06:45.9664550Z 4d4d94988ad5: Pulling fs layer 2025-09-09T14:06:45.9664813Z 3b571ac2ab3b: Waiting 2025-09-09T14:06:45.9665035Z c6352f35dfa2: Waiting 2025-09-09T14:06:45.9665262Z 84008f185523: Waiting 2025-09-09T14:06:45.9665474Z 518054e53c81: Waiting 2025-09-09T14:06:45.9665709Z 9ee5aeef32d7: Waiting 2025-09-09T14:06:45.9665930Z 895a870a9edd: Waiting 2025-09-09T14:06:45.9666154Z 918715f58173: Waiting 2025-09-09T14:06:45.9666368Z a80ec369bee3: Waiting 2025-09-09T14:06:45.9666660Z b7eb993f501a: Waiting 2025-09-09T14:06:45.9667002Z f1417b667e9d: Waiting 2025-09-09T14:06:45.9667339Z 0c3cc5825672: Waiting 2025-09-09T14:06:45.9667682Z 4d4d94988ad5: Waiting 2025-09-09T14:06:45.9667933Z 4f4fb700ef54: Waiting 2025-09-09T14:06:45.9668170Z 692d6799dd80: Waiting 2025-09-09T14:06:46.1284658Z 9c5a63e97f59: Verifying Checksum 2025-09-09T14:06:46.1285096Z 9c5a63e97f59: Download complete 2025-09-09T14:06:46.4945612Z 918715f58173: Verifying Checksum 2025-09-09T14:06:46.4945956Z 918715f58173: Download complete 2025-09-09T14:06:46.7145254Z 19877a9af8e3: Verifying Checksum 2025-09-09T14:06:46.7145596Z 19877a9af8e3: Download complete 2025-09-09T14:06:46.7449216Z c6352f35dfa2: Download complete 2025-09-09T14:06:47.2250100Z 518054e53c81: Verifying Checksum 2025-09-09T14:06:47.2251025Z 518054e53c81: Download complete 2025-09-09T14:06:47.2568737Z 4f4fb700ef54: Verifying Checksum 2025-09-09T14:06:47.2569130Z 4f4fb700ef54: Download complete 2025-09-09T14:06:47.3692446Z fe05152297d3: Verifying Checksum 2025-09-09T14:06:47.3692905Z fe05152297d3: Download complete 2025-09-09T14:06:47.4272170Z 3b571ac2ab3b: Verifying Checksum 2025-09-09T14:06:47.4272538Z 3b571ac2ab3b: Download complete 2025-09-09T14:06:47.4278893Z 84008f185523: Verifying Checksum 2025-09-09T14:06:47.4279176Z 84008f185523: Download complete 2025-09-09T14:06:47.4801386Z a80ec369bee3: Download complete 2025-09-09T14:06:47.5216351Z f1417b667e9d: Verifying Checksum 2025-09-09T14:06:47.5216715Z f1417b667e9d: Download complete 2025-09-09T14:06:47.5619113Z 0c3cc5825672: Verifying Checksum 2025-09-09T14:06:47.5619699Z 0c3cc5825672: Download complete 2025-09-09T14:06:47.7214733Z 895a870a9edd: Verifying Checksum 2025-09-09T14:06:47.7215973Z 895a870a9edd: Download complete 2025-09-09T14:06:47.7691656Z b7eb993f501a: Verifying Checksum 2025-09-09T14:06:47.7692045Z b7eb993f501a: Download complete 2025-09-09T14:06:48.3830630Z 692d6799dd80: Verifying Checksum 2025-09-09T14:06:48.3831003Z 692d6799dd80: Download complete 2025-09-09T14:06:48.7761335Z 19877a9af8e3: Pull complete 2025-09-09T14:06:50.7623866Z fe05152297d3: Pull complete 2025-09-09T14:06:50.9298304Z 9c5a63e97f59: Pull complete 2025-09-09T14:06:51.2575864Z 918715f58173: Pull complete 2025-09-09T14:06:51.7859292Z 9ee5aeef32d7: Verifying Checksum 2025-09-09T14:06:51.7859911Z 9ee5aeef32d7: Download complete 2025-09-09T14:06:53.6595110Z 4d4d94988ad5: Verifying Checksum 2025-09-09T14:06:53.6595467Z 4d4d94988ad5: Download complete 2025-09-09T14:06:56.0283103Z 692d6799dd80: Pull complete 2025-09-09T14:06:56.2139923Z c6352f35dfa2: Pull complete 2025-09-09T14:06:57.3400937Z 518054e53c81: Pull complete 2025-09-09T14:06:57.4333603Z 4f4fb700ef54: Pull complete 2025-09-09T14:06:57.6994049Z 3b571ac2ab3b: Pull complete 2025-09-09T14:06:57.8316105Z 84008f185523: Pull complete 2025-09-09T14:07:09.6539850Z 9ee5aeef32d7: Pull complete 2025-09-09T14:07:10.1699104Z a80ec369bee3: Pull complete 2025-09-09T14:07:10.6220492Z f1417b667e9d: Pull complete 2025-09-09T14:07:10.9869342Z 0c3cc5825672: Pull complete 2025-09-09T14:07:11.7326991Z 895a870a9edd: Pull complete 2025-09-09T14:07:12.3834780Z b7eb993f501a: Pull complete 2025-09-09T14:07:25.6474675Z 4d4d94988ad5: Pull complete 2025-09-09T14:07:25.6587888Z Digest: sha256:10f309602e8cd84e21cb6970f97544761dd12a06b141583ab4d45f0bac4bf651 2025-09-09T14:07:25.6628743Z Status: Downloaded newer image for pytorch/almalinux-builder:cpu 2025-09-09T14:07:25.6655730Z docker.io/pytorch/almalinux-builder:cpu 2025-09-09T14:07:25.6704230Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-09T14:07:25.6705215Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2025-09-09T14:07:25.6714940Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:07:25.6715326Z env: 2025-09-09T14:07:25.6715565Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:07:25.6715913Z REPOSITORY: pytorch/ao 2025-09-09T14:07:25.6716156Z PR_NUMBER: 2963 2025-09-09T14:07:25.6718701Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:07:25.6721374Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:07:25.6721963Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:07:25.6722525Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:07:25.6722922Z ##[endgroup] 2025-09-09T14:07:25.6850924Z ##[group]Run set -ex 2025-09-09T14:07:25.6851215Z set -ex 2025-09-09T14:07:25.6851421Z { 2025-09-09T14:07:25.6851649Z  echo "#!/usr/bin/env bash"; 2025-09-09T14:07:25.6851979Z  echo "set -eou pipefail"; 2025-09-09T14:07:25.6852286Z  # shellcheck disable=SC2016 2025-09-09T14:07:25.6852821Z  echo 'eval "$(conda shell.bash hook)"'; 2025-09-09T14:07:25.6853150Z  echo "set -x"; 2025-09-09T14:07:25.6853418Z  echo "${SCRIPT}"; 2025-09-09T14:07:25.6853696Z } > "${RUNNER_TEMP}/exec_script" 2025-09-09T14:07:25.6854040Z chmod +x "${RUNNER_TEMP}/exec_script" 2025-09-09T14:07:25.6854691Z python3 "/home/ec2-user/actions-runner/_work/ao/ao/test-infra/.github/scripts/run_with_env_secrets.py" "" 2025-09-09T14:07:25.6860681Z shell: /usr/bin/bash -e {0} 2025-09-09T14:07:25.6860938Z env: 2025-09-09T14:07:25.6861184Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:07:25.6861556Z REPOSITORY: pytorch/ao 2025-09-09T14:07:25.6861802Z PR_NUMBER: 2963 2025-09-09T14:07:25.6864097Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:07:25.6866581Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:07:25.6867181Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:07:25.6867724Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:07:25.6868375Z ALL_SECRETS: { "github_token": "***" } 2025-09-09T14:07:25.6868690Z ##[endgroup] 2025-09-09T14:07:25.6892749Z + echo '#!/usr/bin/env bash' 2025-09-09T14:07:25.6893069Z + echo 'set -eou pipefail' 2025-09-09T14:07:25.6893441Z + echo 'eval "$(conda shell.bash hook)"' 2025-09-09T14:07:25.6893810Z + echo 'set -x' 2025-09-09T14:07:25.6894064Z + echo 'conda create -n venv python=3.9 -y 2025-09-09T14:07:25.6894413Z conda activate venv 2025-09-09T14:07:25.6894805Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2025-09-09T14:07:25.6895290Z dnf install -y gcc-toolset-10-binutils 2025-09-09T14:07:25.6895676Z export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH 2025-09-09T14:07:25.6896058Z python -m pip install --upgrade pip 2025-09-09T14:07:25.6896515Z pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu 2025-09-09T14:07:25.6896972Z sed -i '\'''\'' dev-requirements.txt 2025-09-09T14:07:25.6897298Z pip install -r dev-requirements.txt 2025-09-09T14:07:25.6897581Z pip install . 2025-09-09T14:07:25.6897859Z export CONDA=$(dirname $(dirname $(which conda))) 2025-09-09T14:07:25.6898256Z export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH 2025-09-09T14:07:25.6898604Z pytest test --verbose -s 2025-09-09T14:07:25.6898855Z ' 2025-09-09T14:07:25.6899137Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2025-09-09T14:07:25.6904798Z + python3 /home/ec2-user/actions-runner/_work/ao/ao/test-infra/.github/scripts/run_with_env_secrets.py '' 2025-09-09T14:07:43.9630008Z Running command: 2025-09-09T14:07:43.9635458Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_17585175130" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 -v "/home/ec2-user/actions-runner/_work/ao/ao/pytorch/ao:/pytorch/ao" -v "/home/ec2-user/actions-runner/_work/ao/ao/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a9482b0b-6a54-4fa2-b39f-6b76ae4ff0b5":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_a9482b0b-6a54-4fa2-b39f-6b76ae4ff0b5" -w /pytorch/ao "pytorch/almalinux-builder:cpu" 2025-09-09T14:07:43.9641628Z 2025-09-09T14:07:43.9641961Z 471cc8822bd67722fdc07931258bad741d80a7ca867a37b346fef3df53f596fa 2025-09-09T14:07:43.9642647Z Running command: docker exec -t 471cc8822bd67722fdc07931258bad741d80a7ca867a37b346fef3df53f596fa /exec 2025-09-09T14:07:43.9643244Z + conda create -n venv python=3.9 -y 2025-09-09T14:07:43.9643533Z + local cmd=create 2025-09-09T14:07:43.9643767Z + case "$cmd" in 2025-09-09T14:07:43.9644008Z + __conda_exe create -n venv python=3.9 -y 2025-09-09T14:07:43.9644380Z + /opt/conda/bin/conda create -n venv python=3.9 -y 2025-09-09T14:07:43.9645310Z Collecting package metadata (current_repodata.json): - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - \ | / - done 2025-09-09T14:07:43.9645942Z Solving environment: | done 2025-09-09T14:07:43.9646140Z 2025-09-09T14:07:43.9646144Z 2025-09-09T14:07:43.9646276Z ==> WARNING: A newer version of conda exists. <== 2025-09-09T14:07:43.9646614Z current version: 23.5.2 2025-09-09T14:07:43.9646886Z latest version: 25.7.0 2025-09-09T14:07:43.9647048Z 2025-09-09T14:07:43.9647166Z Please update conda by running 2025-09-09T14:07:43.9647348Z 2025-09-09T14:07:43.9647465Z $ conda update -n base -c defaults conda 2025-09-09T14:07:43.9647688Z 2025-09-09T14:07:43.9647904Z Or to minimize the number of packages updated during conda update use 2025-09-09T14:07:43.9648231Z 2025-09-09T14:07:43.9648329Z conda install conda=25.7.0 2025-09-09T14:07:43.9648521Z 2025-09-09T14:07:43.9648525Z 2025-09-09T14:07:43.9648529Z 2025-09-09T14:07:43.9648617Z ## Package Plan ## 2025-09-09T14:07:43.9648753Z 2025-09-09T14:07:43.9648886Z environment location: /opt/conda/envs/venv 2025-09-09T14:07:43.9649112Z 2025-09-09T14:07:43.9649205Z added / updated specs: 2025-09-09T14:07:43.9649455Z - python=3.9 2025-09-09T14:07:43.9649588Z 2025-09-09T14:07:43.9649591Z 2025-09-09T14:07:43.9649711Z The following packages will be downloaded: 2025-09-09T14:07:43.9649950Z 2025-09-09T14:07:43.9650067Z package | build 2025-09-09T14:07:43.9650394Z ---------------------------|----------------- 2025-09-09T14:07:43.9650758Z bzip2-1.0.8 | h5eee18b_6 262 KB 2025-09-09T14:07:43.9651174Z ld_impl_linux-64-2.40 | h12ee557_0 710 KB 2025-09-09T14:07:43.9651574Z libffi-3.4.4 | h6a678d5_1 141 KB 2025-09-09T14:07:43.9651978Z libxcb-1.17.0 | h9b100fa_0 430 KB 2025-09-09T14:07:43.9652367Z ncurses-6.5 | h7934f7d_0 1.1 MB 2025-09-09T14:07:43.9652757Z pip-25.2 | pyhc872135_0 1.2 MB 2025-09-09T14:07:43.9653172Z pthread-stubs-0.3 | h0ce48e5_1 5 KB 2025-09-09T14:07:43.9653593Z python-3.9.23 | he99959a_0 24.7 MB 2025-09-09T14:07:43.9653988Z readline-8.3 | hc2a1206_0 471 KB 2025-09-09T14:07:43.9654559Z setuptools-78.1.1 | py39h06a4308_0 1.7 MB 2025-09-09T14:07:43.9654983Z sqlite-3.50.2 | hb25bd0a_1 1.1 MB 2025-09-09T14:07:43.9655375Z tk-8.6.15 | h54e0aa7_0 3.4 MB 2025-09-09T14:07:43.9655768Z tzdata-2025b | h04d1e81_0 116 KB 2025-09-09T14:07:43.9656162Z wheel-0.45.1 | py39h06a4308_0 114 KB 2025-09-09T14:07:43.9656647Z xorg-libx11-1.8.12 | h9b100fa_1 895 KB 2025-09-09T14:07:43.9657069Z xorg-libxau-1.0.12 | h9b100fa_0 13 KB 2025-09-09T14:07:43.9657512Z xorg-libxdmcp-1.1.5 | h9b100fa_0 19 KB 2025-09-09T14:07:43.9657961Z xorg-xorgproto-2024.1 | h5eee18b_1 580 KB 2025-09-09T14:07:43.9658379Z xz-5.6.4 | h5eee18b_1 567 KB 2025-09-09T14:07:43.9658757Z zlib-1.2.13 | h5eee18b_1 111 KB 2025-09-09T14:07:43.9659136Z ------------------------------------------------------------ 2025-09-09T14:07:43.9659496Z Total: 37.6 MB 2025-09-09T14:07:43.9659719Z 2025-09-09T14:07:43.9659849Z The following NEW packages will be INSTALLED: 2025-09-09T14:07:43.9660099Z 2025-09-09T14:07:43.9660306Z _libgcc_mutex pkgs/main/linux-64::_libgcc_mutex-0.1-main 2025-09-09T14:07:43.9660792Z _openmp_mutex pkgs/main/linux-64::_openmp_mutex-5.1-1_gnu 2025-09-09T14:07:43.9661233Z bzip2 pkgs/main/linux-64::bzip2-1.0.8-h5eee18b_6 2025-09-09T14:07:43.9661751Z ca-certificates pkgs/main/linux-64::ca-certificates-2025.7.15-h06a4308_0 2025-09-09T14:07:43.9662257Z expat pkgs/main/linux-64::expat-2.7.1-h6a678d5_0 2025-09-09T14:07:43.9662745Z ld_impl_linux-64 pkgs/main/linux-64::ld_impl_linux-64-2.40-h12ee557_0 2025-09-09T14:07:43.9663240Z libffi pkgs/main/linux-64::libffi-3.4.4-h6a678d5_1 2025-09-09T14:07:43.9663690Z libgcc-ng pkgs/main/linux-64::libgcc-ng-11.2.0-h1234567_1 2025-09-09T14:07:43.9664157Z libgomp pkgs/main/linux-64::libgomp-11.2.0-h1234567_1 2025-09-09T14:07:43.9664639Z libstdcxx-ng pkgs/main/linux-64::libstdcxx-ng-11.2.0-h1234567_1 2025-09-09T14:07:43.9665788Z libxcb pkgs/main/linux-64::libxcb-1.17.0-h9b100fa_0 2025-09-09T14:07:43.9666569Z ncurses pkgs/main/linux-64::ncurses-6.5-h7934f7d_0 2025-09-09T14:07:43.9667040Z openssl pkgs/main/linux-64::openssl-3.0.17-h5eee18b_0 2025-09-09T14:07:43.9667650Z pip pkgs/main/noarch::pip-25.2-pyhc872135_0 2025-09-09T14:07:43.9668111Z pthread-stubs pkgs/main/linux-64::pthread-stubs-0.3-h0ce48e5_1 2025-09-09T14:07:43.9668828Z python pkgs/main/linux-64::python-3.9.23-he99959a_0 2025-09-09T14:07:43.9669274Z readline pkgs/main/linux-64::readline-8.3-hc2a1206_0 2025-09-09T14:07:43.9670047Z setuptools pkgs/main/linux-64::setuptools-78.1.1-py39h06a4308_0 2025-09-09T14:07:43.9670650Z sqlite pkgs/main/linux-64::sqlite-3.50.2-hb25bd0a_1 2025-09-09T14:07:43.9671343Z tk pkgs/main/linux-64::tk-8.6.15-h54e0aa7_0 2025-09-09T14:07:43.9671759Z tzdata pkgs/main/noarch::tzdata-2025b-h04d1e81_0 2025-09-09T14:07:43.9672191Z wheel pkgs/main/linux-64::wheel-0.45.1-py39h06a4308_0 2025-09-09T14:07:43.9672795Z xorg-libx11 pkgs/main/linux-64::xorg-libx11-1.8.12-h9b100fa_1 2025-09-09T14:07:43.9673313Z xorg-libxau pkgs/main/linux-64::xorg-libxau-1.0.12-h9b100fa_0 2025-09-09T14:07:43.9673833Z xorg-libxdmcp pkgs/main/linux-64::xorg-libxdmcp-1.1.5-h9b100fa_0 2025-09-09T14:07:43.9674396Z xorg-xorgproto pkgs/main/linux-64::xorg-xorgproto-2024.1-h5eee18b_1 2025-09-09T14:07:43.9674867Z xz pkgs/main/linux-64::xz-5.6.4-h5eee18b_1 2025-09-09T14:07:43.9675263Z zlib pkgs/main/linux-64::zlib-1.2.13-h5eee18b_1 2025-09-09T14:07:43.9675522Z 2025-09-09T14:07:43.9675526Z 2025-09-09T14:07:43.9675646Z 2025-09-09T14:07:43.9675773Z Downloading and Extracting Packages 2025-09-09T14:07:43.9675978Z 2025-09-09T14:07:43.9676128Z readline-8.3 | 471 KB | : 0% 0/1 [00:00=4.10.0 (from torch==2.6.0) 2025-09-09T14:07:57.3275397Z Downloading https://download.pytorch.org/whl/typing_extensions-4.12.2-py3-none-any.whl.metadata (3.0 kB) 2025-09-09T14:07:57.3276584Z Collecting networkx (from torch==2.6.0) 2025-09-09T14:07:57.3277667Z Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl.metadata (5.2 kB) 2025-09-09T14:07:57.3278792Z Collecting jinja2 (from torch==2.6.0) 2025-09-09T14:07:57.3279850Z Downloading https://download.pytorch.org/whl/Jinja2-3.1.4-py3-none-any.whl.metadata (2.6 kB) 2025-09-09T14:07:57.3280828Z Collecting fsspec (from torch==2.6.0) 2025-09-09T14:07:57.3281783Z Downloading https://download.pytorch.org/whl/fsspec-2024.6.1-py3-none-any.whl.metadata (11 kB) 2025-09-09T14:07:57.3282819Z Collecting sympy==1.13.1 (from torch==2.6.0) 2025-09-09T14:07:57.3283733Z Downloading https://download.pytorch.org/whl/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2025-09-09T14:07:57.3285648Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2025-09-09T14:07:57.3286947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 205.7 MB/s 0:00:00 2025-09-09T14:07:57.3288109Z [?25hCollecting mpmath<1.4,>=1.1.0 (from sympy==1.13.1->torch==2.6.0) 2025-09-09T14:07:57.3289277Z Downloading https://download.pytorch.org/whl/mpmath-1.3.0-py3-none-any.whl (536 kB) 2025-09-09T14:07:57.3290889Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2025-09-09T14:07:57.3292222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 51.4 MB/s 0:00:00 2025-09-09T14:07:57.3293333Z [?25hCollecting MarkupSafe>=2.0 (from jinja2->torch==2.6.0) 2025-09-09T14:07:57.3294815Z Downloading https://download.pytorch.org/whl/MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (25 kB) 2025-09-09T14:07:57.3296798Z Downloading https://download.pytorch.org/whl/cpu/torch-2.6.0%2Bcpu-cp39-cp39-linux_x86_64.whl (178.6 MB) 2025-09-09T14:07:57.3298408Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/178.6 MB ? eta -:--:-- 2025-09-09T14:07:57.3299837Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 113.0/178.6 MB 565.5 MB/s eta 0:00:01 2025-09-09T14:07:57.3301349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 178.5/178.6 MB 561.5 MB/s eta 0:00:01 2025-09-09T14:07:57.3302787Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 178.5/178.6 MB 561.5 MB/s eta 0:00:01 2025-09-09T14:07:57.3304138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 178.6/178.6 MB 231.8 MB/s 0:00:00 2025-09-09T14:07:57.3305670Z [?25hDownloading https://download.pytorch.org/whl/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2025-09-09T14:07:57.3307204Z Downloading https://download.pytorch.org/whl/filelock-3.13.1-py3-none-any.whl (11 kB) 2025-09-09T14:07:57.3308536Z Downloading https://download.pytorch.org/whl/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2025-09-09T14:07:57.3309899Z Downloading https://download.pytorch.org/whl/Jinja2-3.1.4-py3-none-any.whl (133 kB) 2025-09-09T14:07:57.3311341Z Downloading https://download.pytorch.org/whl/networkx-3.2.1-py3-none-any.whl (1.6 MB) 2025-09-09T14:07:57.3312828Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-09-09T14:07:57.3314042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 172.8 MB/s 0:00:00 2025-09-09T14:07:57.3315725Z [?25hInstalling collected packages: mpmath, typing-extensions, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch 2025-09-09T14:07:57.3316980Z [?25l 2025-09-09T14:07:57.3317664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0/9 [mpmath] 2025-09-09T14:07:57.3318675Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0933216Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0933882Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0934487Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0935357Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0935946Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0938272Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0938859Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0939649Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0940246Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0940827Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0941422Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0942027Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0942619Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0943212Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0943792Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0944409Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0944993Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0945586Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0946166Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0946783Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0947377Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0947954Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0948546Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2/9 [sympy] 2025-09-09T14:08:05.0949198Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/9 [networkx] 2025-09-09T14:08:05.0949798Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/9 [networkx] 2025-09-09T14:08:05.0950488Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/9 [networkx] 2025-09-09T14:08:05.0951089Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/9 [networkx] 2025-09-09T14:08:05.0951790Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 3/9 [networkx] 2025-09-09T14:08:05.0952397Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 5/9 [fsspec] 2025-09-09T14:08:05.0952976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 7/9 [jinja2] 2025-09-09T14:08:05.0953560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0954200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0954766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0955316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0955879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0956441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0957015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0957581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0958135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0958726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0959290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0959844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0960410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0960961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0961595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:05.0962163Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9688356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9689829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9690822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9691780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9692821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9693835Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9694605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9695174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9695726Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9696295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9696886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9697440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9698003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9698556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9699210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9699905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9700459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9701024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9701605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9702168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9702724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9703287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9704130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9705097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9706116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9707083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9707856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9708426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9708982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9709551Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9710104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8/9 [torch] 2025-09-09T14:08:11.9710789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9/9 [torch] 2025-09-09T14:08:11.9711171Z [?25h 2025-09-09T14:08:11.9712203Z Successfully installed MarkupSafe-2.1.5 filelock-3.13.1 fsspec-2024.6.1 jinja2-3.1.4 mpmath-1.3.0 networkx-3.2.1 sympy-1.13.1 torch-2.6.0+cpu typing-extensions-4.12.2 2025-09-09T14:08:11.9714728Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-09-09T14:08:11.9717024Z + sed -i '' dev-requirements.txt 2025-09-09T14:08:11.9717522Z + pip install -r dev-requirements.txt 2025-09-09T14:08:11.9718178Z Collecting pytest (from -r dev-requirements.txt (line 2)) 2025-09-09T14:08:11.9719396Z Downloading pytest-8.4.2-py3-none-any.whl.metadata (7.7 kB) 2025-09-09T14:08:11.9720349Z Collecting unittest-xml-reporting (from -r dev-requirements.txt (line 3)) 2025-09-09T14:08:11.9721532Z Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl.metadata (11 kB) 2025-09-09T14:08:11.9722709Z Collecting parameterized (from -r dev-requirements.txt (line 4)) 2025-09-09T14:08:11.9723833Z Downloading parameterized-0.9.0-py2.py3-none-any.whl.metadata (18 kB) 2025-09-09T14:08:11.9724816Z Collecting packaging (from -r dev-requirements.txt (line 5)) 2025-09-09T14:08:11.9725783Z Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB) 2025-09-09T14:08:11.9726766Z Collecting transformers (from -r dev-requirements.txt (line 6)) 2025-09-09T14:08:11.9727807Z Downloading transformers-4.56.1-py3-none-any.whl.metadata (42 kB) 2025-09-09T14:08:11.9728685Z Collecting hypothesis (from -r dev-requirements.txt (line 7)) 2025-09-09T14:08:11.9729610Z Downloading hypothesis-6.138.15-py3-none-any.whl.metadata (5.6 kB) 2025-09-09T14:08:11.9730622Z Collecting sentencepiece (from -r dev-requirements.txt (line 8)) 2025-09-09T14:08:11.9731943Z Downloading sentencepiece-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (10 kB) 2025-09-09T14:08:11.9733152Z Collecting expecttest (from -r dev-requirements.txt (line 9)) 2025-09-09T14:08:11.9734016Z Downloading expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB) 2025-09-09T14:08:11.9734901Z Collecting bitsandbytes (from -r dev-requirements.txt (line 12)) 2025-09-09T14:08:11.9735860Z Downloading bitsandbytes-0.47.0-py3-none-manylinux_2_24_x86_64.whl.metadata (11 kB) 2025-09-09T14:08:11.9736867Z Collecting matplotlib (from -r dev-requirements.txt (line 13)) 2025-09-09T14:08:11.9738016Z Downloading matplotlib-3.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (11 kB) 2025-09-09T14:08:11.9739177Z Collecting pandas (from -r dev-requirements.txt (line 14)) 2025-09-09T14:08:11.9740321Z Downloading pandas-2.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (91 kB) 2025-09-09T14:08:11.9741413Z Collecting fire (from -r dev-requirements.txt (line 15)) 2025-09-09T14:08:11.9742285Z Downloading fire-0.7.1-py3-none-any.whl.metadata (5.8 kB) 2025-09-09T14:08:11.9743200Z Collecting tabulate (from -r dev-requirements.txt (line 16)) 2025-09-09T14:08:11.9744156Z Downloading tabulate-0.9.0-py3-none-any.whl.metadata (34 kB) 2025-09-09T14:08:11.9745137Z Collecting tiktoken (from -r dev-requirements.txt (line 17)) 2025-09-09T14:08:15.9106201Z Downloading tiktoken-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.7 kB) 2025-09-09T14:08:15.9106975Z Collecting blobfile (from -r dev-requirements.txt (line 18)) 2025-09-09T14:08:15.9107498Z Downloading blobfile-3.1.0-py3-none-any.whl.metadata (15 kB) 2025-09-09T14:08:15.9108038Z Collecting lm_eval (from -r dev-requirements.txt (line 19)) 2025-09-09T14:08:15.9108538Z Downloading lm_eval-0.4.9.1-py3-none-any.whl.metadata (53 kB) 2025-09-09T14:08:15.9109082Z Collecting diskcache (from -r dev-requirements.txt (line 21)) 2025-09-09T14:08:15.9109589Z Downloading diskcache-5.6.3-py3-none-any.whl.metadata (20 kB) 2025-09-09T14:08:15.9110117Z Collecting pycocotools (from -r dev-requirements.txt (line 22)) 2025-09-09T14:08:15.9110891Z Downloading pycocotools-2.0.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.3 kB) 2025-09-09T14:08:15.9111625Z Collecting tqdm (from -r dev-requirements.txt (line 23)) 2025-09-09T14:08:15.9112125Z Downloading tqdm-4.67.1-py3-none-any.whl.metadata (57 kB) 2025-09-09T14:08:15.9112657Z Collecting importlib_metadata (from -r dev-requirements.txt (line 24)) 2025-09-09T14:08:15.9113262Z Downloading importlib_metadata-8.7.0-py3-none-any.whl.metadata (4.8 kB) 2025-09-09T14:08:15.9113800Z Collecting ninja (from -r dev-requirements.txt (line 27)) 2025-09-09T14:08:15.9114428Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB) 2025-09-09T14:08:15.9115278Z Collecting cmake<4.0.0,>=3.19.0 (from -r dev-requirements.txt (line 30)) 2025-09-09T14:08:15.9115944Z Downloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.3 kB) 2025-09-09T14:08:15.9116577Z Collecting ruff==0.11.6 (from -r dev-requirements.txt (line 33)) 2025-09-09T14:08:15.9117210Z Downloading ruff-0.11.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (25 kB) 2025-09-09T14:08:15.9117960Z Collecting pre-commit (from -r dev-requirements.txt (line 34)) 2025-09-09T14:08:15.9118491Z Downloading pre_commit-4.3.0-py2.py3-none-any.whl.metadata (1.2 kB) 2025-09-09T14:08:15.9119262Z Collecting exceptiongroup>=1 (from pytest->-r dev-requirements.txt (line 2)) 2025-09-09T14:08:15.9119871Z Downloading exceptiongroup-1.3.0-py3-none-any.whl.metadata (6.7 kB) 2025-09-09T14:08:15.9120463Z Collecting iniconfig>=1 (from pytest->-r dev-requirements.txt (line 2)) 2025-09-09T14:08:15.9121011Z Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB) 2025-09-09T14:08:15.9121606Z Collecting pluggy<2,>=1.5 (from pytest->-r dev-requirements.txt (line 2)) 2025-09-09T14:08:15.9122148Z Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB) 2025-09-09T14:08:15.9122683Z Collecting pygments>=2.7.2 (from pytest->-r dev-requirements.txt (line 2)) 2025-09-09T14:08:15.9123247Z Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB) 2025-09-09T14:08:15.9123788Z Collecting tomli>=1 (from pytest->-r dev-requirements.txt (line 2)) 2025-09-09T14:08:15.9124286Z Downloading tomli-2.2.1-py3-none-any.whl.metadata (10 kB) 2025-09-09T14:08:15.9124852Z Collecting lxml (from unittest-xml-reporting->-r dev-requirements.txt (line 3)) 2025-09-09T14:08:15.9125552Z Downloading lxml-6.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl.metadata (3.8 kB) 2025-09-09T14:08:15.9126606Z Requirement already satisfied: filelock in /opt/conda/envs/venv/lib/python3.9/site-packages (from transformers->-r dev-requirements.txt (line 6)) (3.13.1) 2025-09-09T14:08:15.9127632Z Collecting huggingface-hub<1.0,>=0.34.0 (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9128271Z Downloading huggingface_hub-0.34.4-py3-none-any.whl.metadata (14 kB) 2025-09-09T14:08:15.9128853Z Collecting numpy>=1.17 (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9129525Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2025-09-09T14:08:15.9130222Z Collecting pyyaml>=5.1 (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9130904Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) 2025-09-09T14:08:15.9131616Z Collecting regex!=2019.12.17 (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9132419Z Downloading regex-2025.9.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (40 kB) 2025-09-09T14:08:15.9133194Z Collecting requests (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9133764Z Downloading requests-2.32.5-py3-none-any.whl.metadata (4.9 kB) 2025-09-09T14:08:15.9134356Z Collecting tokenizers<=0.23.0,>=0.22.0 (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9135118Z Downloading tokenizers-0.22.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (6.8 kB) 2025-09-09T14:08:15.9135871Z Collecting safetensors>=0.4.3 (from transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9136618Z Downloading safetensors-0.6.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.1 kB) 2025-09-09T14:08:15.9137845Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/envs/venv/lib/python3.9/site-packages (from huggingface-hub<1.0,>=0.34.0->transformers->-r dev-requirements.txt (line 6)) (2024.6.1) 2025-09-09T14:08:15.9139549Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/envs/venv/lib/python3.9/site-packages (from huggingface-hub<1.0,>=0.34.0->transformers->-r dev-requirements.txt (line 6)) (4.12.2) 2025-09-09T14:08:15.9140790Z Collecting hf-xet<2.0.0,>=1.1.3 (from huggingface-hub<1.0,>=0.34.0->transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:15.9141588Z Downloading hf_xet-1.1.9-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (4.7 kB) 2025-09-09T14:08:15.9142256Z Collecting attrs>=22.2.0 (from hypothesis->-r dev-requirements.txt (line 7)) 2025-09-09T14:08:15.9142875Z Downloading attrs-25.3.0-py3-none-any.whl.metadata (10 kB) 2025-09-09T14:08:15.9143471Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r dev-requirements.txt (line 7)) 2025-09-09T14:08:15.9144166Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB) 2025-09-09T14:08:15.9145176Z Requirement already satisfied: torch<3,>=2.2 in /opt/conda/envs/venv/lib/python3.9/site-packages (from bitsandbytes->-r dev-requirements.txt (line 12)) (2.6.0+cpu) 2025-09-09T14:08:15.9146554Z Requirement already satisfied: networkx in /opt/conda/envs/venv/lib/python3.9/site-packages (from torch<3,>=2.2->bitsandbytes->-r dev-requirements.txt (line 12)) (3.2.1) 2025-09-09T14:08:15.9147948Z Requirement already satisfied: jinja2 in /opt/conda/envs/venv/lib/python3.9/site-packages (from torch<3,>=2.2->bitsandbytes->-r dev-requirements.txt (line 12)) (3.1.4) 2025-09-09T14:08:15.9149337Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/envs/venv/lib/python3.9/site-packages (from torch<3,>=2.2->bitsandbytes->-r dev-requirements.txt (line 12)) (1.13.1) 2025-09-09T14:08:15.9150869Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/envs/venv/lib/python3.9/site-packages (from sympy==1.13.1->torch<3,>=2.2->bitsandbytes->-r dev-requirements.txt (line 12)) (1.3.0) 2025-09-09T14:08:15.9151943Z Collecting contourpy>=1.0.1 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9152661Z Downloading contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (5.4 kB) 2025-09-09T14:08:15.9153384Z Collecting cycler>=0.10 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9153949Z Downloading cycler-0.12.1-py3-none-any.whl.metadata (3.8 kB) 2025-09-09T14:08:15.9154505Z Collecting fonttools>=4.22.0 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9155248Z Downloading fonttools-4.59.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (109 kB) 2025-09-09T14:08:15.9155983Z Collecting kiwisolver>=1.3.1 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9156718Z Downloading kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl.metadata (6.3 kB) 2025-09-09T14:08:15.9157447Z Collecting pillow>=8 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9158123Z Downloading pillow-11.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (9.0 kB) 2025-09-09T14:08:15.9158844Z Collecting pyparsing>=2.3.1 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9159424Z Downloading pyparsing-3.2.3-py3-none-any.whl.metadata (5.0 kB) 2025-09-09T14:08:15.9160038Z Collecting python-dateutil>=2.7 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9160702Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB) 2025-09-09T14:08:15.9161405Z Collecting importlib-resources>=3.2.0 (from matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:15.9162190Z Downloading importlib_resources-6.5.2-py3-none-any.whl.metadata (3.9 kB) 2025-09-09T14:08:15.9162822Z Collecting pytz>=2020.1 (from pandas->-r dev-requirements.txt (line 14)) 2025-09-09T14:08:15.9163375Z Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB) 2025-09-09T14:08:15.9163914Z Collecting tzdata>=2022.7 (from pandas->-r dev-requirements.txt (line 14)) 2025-09-09T14:08:15.9164488Z Downloading tzdata-2025.2-py2.py3-none-any.whl.metadata (1.4 kB) 2025-09-09T14:08:15.9165043Z Collecting termcolor (from fire->-r dev-requirements.txt (line 15)) 2025-09-09T14:08:15.9165649Z Downloading termcolor-3.1.0-py3-none-any.whl.metadata (6.4 kB) 2025-09-09T14:08:15.9166249Z Collecting pycryptodomex>=3.8 (from blobfile->-r dev-requirements.txt (line 18)) 2025-09-09T14:08:15.9167057Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (3.4 kB) 2025-09-09T14:08:15.9167851Z Collecting urllib3<3,>=1.25.3 (from blobfile->-r dev-requirements.txt (line 18)) 2025-09-09T14:08:15.9168503Z Downloading urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB) 2025-09-09T14:08:15.9169069Z Collecting accelerate>=0.26.0 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:15.9169653Z Downloading accelerate-1.10.1-py3-none-any.whl.metadata (19 kB) 2025-09-09T14:08:15.9170198Z Collecting evaluate (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:15.9170790Z Downloading evaluate-0.4.5-py3-none-any.whl.metadata (9.5 kB) 2025-09-09T14:08:15.9171387Z Collecting datasets<4.0,>=2.16.0 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:15.9171954Z Downloading datasets-3.6.0-py3-none-any.whl.metadata (19 kB) 2025-09-09T14:08:20.2665965Z Collecting jsonlines (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2667083Z Downloading jsonlines-4.0.0-py3-none-any.whl.metadata (1.6 kB) 2025-09-09T14:08:20.2668122Z Collecting numexpr (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2669352Z Downloading numexpr-2.10.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.metadata (8.1 kB) 2025-09-09T14:08:20.2670599Z Collecting peft>=0.2.0 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2671484Z Downloading peft-0.17.1-py3-none-any.whl.metadata (14 kB) 2025-09-09T14:08:20.2672417Z Collecting pybind11>=2.6.2 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2673163Z Downloading pybind11-3.0.1-py3-none-any.whl.metadata (10.0 kB) 2025-09-09T14:08:20.2673745Z Collecting pytablewriter (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2674366Z Downloading pytablewriter-1.2.1-py3-none-any.whl.metadata (38 kB) 2025-09-09T14:08:20.2674945Z Collecting rouge-score>=0.0.4 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2675441Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2025-09-09T14:08:20.2676037Z Preparing metadata (setup.py) ... [?25l- done 2025-09-09T14:08:20.2676634Z [?25hCollecting sacrebleu>=1.5.0 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2677223Z Downloading sacrebleu-2.5.1-py3-none-any.whl.metadata (51 kB) 2025-09-09T14:08:20.2677806Z Collecting scikit-learn>=0.24.1 (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2678548Z Downloading scikit_learn-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-09-09T14:08:20.2679255Z Collecting sqlitedict (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2679737Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2025-09-09T14:08:20.2680164Z Preparing metadata (setup.py) ... [?25l- done 2025-09-09T14:08:20.2680781Z [?25hCollecting tqdm-multiprocess (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2681467Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl.metadata (5.7 kB) 2025-09-09T14:08:20.2682190Z Collecting zstandard (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2682897Z Downloading zstandard-0.24.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (3.1 kB) 2025-09-09T14:08:20.2683584Z Collecting dill (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2684085Z Downloading dill-0.4.0-py3-none-any.whl.metadata (10 kB) 2025-09-09T14:08:20.2684601Z Collecting word2number (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2685079Z Downloading word2number-1.1.zip (9.7 kB) 2025-09-09T14:08:20.2685510Z Preparing metadata (setup.py) ... [?25l- done 2025-09-09T14:08:20.2686086Z [?25hCollecting more_itertools (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2686891Z Downloading more_itertools-10.8.0-py3-none-any.whl.metadata (39 kB) 2025-09-09T14:08:20.2687535Z Collecting pyarrow>=15.0.0 (from datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2688223Z Downloading pyarrow-21.0.0-cp39-cp39-manylinux_2_28_x86_64.whl.metadata (3.3 kB) 2025-09-09T14:08:20.2688799Z Collecting dill (from lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2689399Z Downloading dill-0.3.8-py3-none-any.whl.metadata (10 kB) 2025-09-09T14:08:20.2689967Z Collecting xxhash (from datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2690697Z Downloading xxhash-3.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-09-09T14:08:20.2691489Z Collecting multiprocess<0.70.17 (from datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2692170Z Downloading multiprocess-0.70.16-py39-none-any.whl.metadata (7.2 kB) 2025-09-09T14:08:20.2692967Z Collecting aiohttp!=4.0.0a0,!=4.0.0a1 (from fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2694016Z Downloading aiohttp-3.12.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (7.7 kB) 2025-09-09T14:08:20.2695246Z Collecting zipp>=3.20 (from importlib_metadata->-r dev-requirements.txt (line 24)) 2025-09-09T14:08:20.2696223Z Downloading zipp-3.23.0-py3-none-any.whl.metadata (3.6 kB) 2025-09-09T14:08:20.2697068Z Collecting cfgv>=2.0.0 (from pre-commit->-r dev-requirements.txt (line 34)) 2025-09-09T14:08:20.2697631Z Downloading cfgv-3.4.0-py2.py3-none-any.whl.metadata (8.5 kB) 2025-09-09T14:08:20.2698182Z Collecting identify>=1.0.0 (from pre-commit->-r dev-requirements.txt (line 34)) 2025-09-09T14:08:20.2698776Z Downloading identify-2.6.14-py2.py3-none-any.whl.metadata (4.4 kB) 2025-09-09T14:08:20.2699357Z Collecting nodeenv>=0.11.1 (from pre-commit->-r dev-requirements.txt (line 34)) 2025-09-09T14:08:20.2699936Z Downloading nodeenv-1.9.1-py2.py3-none-any.whl.metadata (21 kB) 2025-09-09T14:08:20.2700524Z Collecting virtualenv>=20.10.0 (from pre-commit->-r dev-requirements.txt (line 34)) 2025-09-09T14:08:20.2701115Z Downloading virtualenv-20.34.0-py3-none-any.whl.metadata (4.6 kB) 2025-09-09T14:08:20.2701728Z Collecting psutil (from accelerate>=0.26.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2702624Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (22 kB) 2025-09-09T14:08:20.2703769Z Collecting aiohappyeyeballs>=2.5.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2704668Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl.metadata (5.9 kB) 2025-09-09T14:08:20.2705520Z Collecting aiosignal>=1.4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2706470Z Downloading aiosignal-1.4.0-py3-none-any.whl.metadata (3.7 kB) 2025-09-09T14:08:20.2707307Z Collecting async-timeout<6.0,>=4.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2708139Z Downloading async_timeout-5.0.1-py3-none-any.whl.metadata (5.1 kB) 2025-09-09T14:08:20.2708974Z Collecting frozenlist>=1.1.1 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2710071Z Downloading frozenlist-1.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (18 kB) 2025-09-09T14:08:20.2724405Z Collecting multidict<7.0,>=4.5 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2726707Z Downloading multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (5.3 kB) 2025-09-09T14:08:20.2728601Z Collecting propcache>=0.2.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2730492Z Downloading propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (12 kB) 2025-09-09T14:08:20.2732484Z Collecting yarl<2.0,>=1.17.0 (from aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2734108Z Downloading yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (73 kB) 2025-09-09T14:08:20.2735702Z Collecting idna>=2.0 (from yarl<2.0,>=1.17.0->aiohttp!=4.0.0a0,!=4.0.0a1->fsspec[http]<=2025.3.0,>=2023.1.0->datasets<4.0,>=2.16.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2737127Z Downloading idna-3.10-py3-none-any.whl.metadata (10 kB) 2025-09-09T14:08:20.2738216Z Collecting six>=1.5 (from python-dateutil>=2.7->matplotlib->-r dev-requirements.txt (line 13)) 2025-09-09T14:08:20.2739395Z Downloading six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB) 2025-09-09T14:08:20.2740600Z Collecting charset_normalizer<4,>=2 (from requests->transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:20.2742388Z Downloading charset_normalizer-3.4.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.metadata (36 kB) 2025-09-09T14:08:20.2744103Z Collecting certifi>=2017.4.17 (from requests->transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:20.2745279Z Downloading certifi-2025.8.3-py3-none-any.whl.metadata (2.4 kB) 2025-09-09T14:08:20.2746409Z Collecting absl-py (from rouge-score>=0.0.4->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2747514Z Downloading absl_py-2.3.1-py3-none-any.whl.metadata (3.3 kB) 2025-09-09T14:08:20.2748583Z Collecting nltk (from rouge-score>=0.0.4->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2749636Z Downloading nltk-3.9.1-py3-none-any.whl.metadata (2.9 kB) 2025-09-09T14:08:20.2750844Z Collecting portalocker (from sacrebleu>=1.5.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2752022Z Downloading portalocker-3.2.0-py3-none-any.whl.metadata (8.7 kB) 2025-09-09T14:08:20.2753138Z Collecting colorama (from sacrebleu>=1.5.0->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2754317Z Downloading colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB) 2025-09-09T14:08:20.2755513Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2756964Z Downloading scipy-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (60 kB) 2025-09-09T14:08:20.2758407Z Collecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2759467Z Downloading joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB) 2025-09-09T14:08:20.2760635Z Collecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:20.2761847Z Downloading threadpoolctl-3.6.0-py3-none-any.whl.metadata (13 kB) 2025-09-09T14:08:20.2762962Z Collecting distlib<1,>=0.3.7 (from virtualenv>=20.10.0->pre-commit->-r dev-requirements.txt (line 34)) 2025-09-09T14:08:20.2764197Z Downloading distlib-0.4.0-py2.py3-none-any.whl.metadata (5.2 kB) 2025-09-09T14:08:20.2765348Z Collecting platformdirs<5,>=3.9.1 (from virtualenv>=20.10.0->pre-commit->-r dev-requirements.txt (line 34)) 2025-09-09T14:08:22.0175791Z Downloading platformdirs-4.4.0-py3-none-any.whl.metadata (12 kB) 2025-09-09T14:08:22.0176754Z Collecting typing-extensions>=3.7.4.3 (from huggingface-hub<1.0,>=0.34.0->transformers->-r dev-requirements.txt (line 6)) 2025-09-09T14:08:22.0177607Z Downloading typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB) 2025-09-09T14:08:22.0179580Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/envs/venv/lib/python3.9/site-packages (from jinja2->torch<3,>=2.2->bitsandbytes->-r dev-requirements.txt (line 12)) (2.1.5) 2025-09-09T14:08:22.0180868Z Collecting click (from nltk->rouge-score>=0.0.4->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0181522Z Downloading click-8.1.8-py3-none-any.whl.metadata (2.3 kB) 2025-09-09T14:08:22.0182725Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/envs/venv/lib/python3.9/site-packages (from pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) (78.1.1) 2025-09-09T14:08:22.0183994Z Collecting DataProperty<2,>=1.1.0 (from pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0184736Z Downloading DataProperty-1.1.0-py3-none-any.whl.metadata (11 kB) 2025-09-09T14:08:22.0185405Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0186131Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl.metadata (4.3 kB) 2025-09-09T14:08:22.0186875Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0187605Z Downloading pathvalidate-3.3.1-py3-none-any.whl.metadata (12 kB) 2025-09-09T14:08:22.0188323Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0189043Z Downloading tabledata-1.3.4-py3-none-any.whl.metadata (3.7 kB) 2025-09-09T14:08:22.0189729Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0190491Z Downloading tcolorpy-0.1.7-py3-none-any.whl.metadata (6.3 kB) 2025-09-09T14:08:22.0191263Z Collecting typepy<2,>=1.3.2 (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0192041Z Downloading typepy-1.3.4-py3-none-any.whl.metadata (9.2 kB) 2025-09-09T14:08:22.0192792Z Collecting chardet<6,>=3.0.4 (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm_eval->-r dev-requirements.txt (line 19)) 2025-09-09T14:08:22.0193563Z Downloading chardet-5.2.0-py3-none-any.whl.metadata (3.4 kB) 2025-09-09T14:08:22.0194219Z Downloading ruff-0.11.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.5 MB) 2025-09-09T14:08:22.0195259Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/11.5 MB ? eta -:--:-- 2025-09-09T14:08:22.0196044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/11.5 MB 152.8 MB/s 0:00:00 2025-09-09T14:08:22.0196875Z [?25hDownloading cmake-3.31.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (27.8 MB) 2025-09-09T14:08:22.0197727Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/27.8 MB ? eta -:--:-- 2025-09-09T14:08:22.0198534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 27.8/27.8 MB 188.8 MB/s eta 0:00:01 2025-09-09T14:08:22.0199318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.8/27.8 MB 136.8 MB/s 0:00:00 2025-09-09T14:08:22.0199960Z [?25hDownloading pytest-8.4.2-py3-none-any.whl (365 kB) 2025-09-09T14:08:22.0200382Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB) 2025-09-09T14:08:22.0200961Z Downloading unittest_xml_reporting-3.2.0-py2.py3-none-any.whl (20 kB) 2025-09-09T14:08:22.0201604Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2025-09-09T14:08:22.0202066Z Downloading packaging-25.0-py3-none-any.whl (66 kB) 2025-09-09T14:08:22.0202594Z Downloading transformers-4.56.1-py3-none-any.whl (11.6 MB) 2025-09-09T14:08:22.0203292Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/11.6 MB ? eta -:--:-- 2025-09-09T14:08:22.0204045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.6/11.6 MB 198.9 MB/s 0:00:00 2025-09-09T14:08:22.0204724Z [?25hDownloading huggingface_hub-0.34.4-py3-none-any.whl (561 kB) 2025-09-09T14:08:22.0205565Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/561.5 kB ? eta -:--:-- 2025-09-09T14:08:22.0206345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 561.5/561.5 kB 31.0 MB/s 0:00:00 2025-09-09T14:08:22.0207165Z [?25hDownloading hf_xet-1.1.9-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB) 2025-09-09T14:08:22.0208085Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.2 MB ? eta -:--:-- 2025-09-09T14:08:22.0208813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.2/3.2 MB 137.9 MB/s 0:00:00 2025-09-09T14:08:22.0209666Z [?25hDownloading tokenizers-0.22.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.3 MB) 2025-09-09T14:08:22.0210540Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.3 MB ? eta -:--:-- 2025-09-09T14:08:22.0211286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.3/3.3 MB 170.2 MB/s 0:00:00 2025-09-09T14:08:22.0211956Z [?25hDownloading hypothesis-6.138.15-py3-none-any.whl (533 kB) 2025-09-09T14:08:22.0212674Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/533.6 kB ? eta -:--:-- 2025-09-09T14:08:22.0213443Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 533.6/533.6 kB 26.5 MB/s 0:00:00 2025-09-09T14:08:22.0214185Z [?25hDownloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2025-09-09T14:08:22.0214909Z Downloading sentencepiece-0.2.1-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.4 MB) 2025-09-09T14:08:22.0215748Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2025-09-09T14:08:22.0216483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 95.5 MB/s 0:00:00 2025-09-09T14:08:22.0217079Z [?25hDownloading expecttest-0.3.0-py3-none-any.whl (8.2 kB) 2025-09-09T14:08:22.0217719Z Downloading bitsandbytes-0.47.0-py3-none-manylinux_2_24_x86_64.whl (61.3 MB) 2025-09-09T14:08:22.0218423Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/61.3 MB ? eta -:--:-- 2025-09-09T14:08:22.0219337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 58.2/61.3 MB 290.7 MB/s eta 0:00:01 2025-09-09T14:08:22.0220154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.3/61.3 MB 194.4 MB/s 0:00:00 2025-09-09T14:08:22.0220933Z [?25hDownloading matplotlib-3.9.4-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (8.3 MB) 2025-09-09T14:08:22.0221726Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.3 MB ? eta -:--:-- 2025-09-09T14:08:22.0222386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/8.3 MB 219.1 MB/s 0:00:00 2025-09-09T14:08:22.0223288Z [?25hDownloading pandas-2.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.4 MB) 2025-09-09T14:08:22.0224093Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.4 MB ? eta -:--:-- 2025-09-09T14:08:22.0224766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 217.5 MB/s 0:00:00 2025-09-09T14:08:22.0225410Z [?25hDownloading fire-0.7.1-py3-none-any.whl (115 kB) 2025-09-09T14:08:22.0225837Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2025-09-09T14:08:23.1143235Z Downloading tiktoken-0.11.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2025-09-09T14:08:23.1144263Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-09-09T14:08:23.1144931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 112.3 MB/s 0:00:00 2025-09-09T14:08:23.1145534Z [?25hDownloading blobfile-3.1.0-py3-none-any.whl (75 kB) 2025-09-09T14:08:23.1145967Z Downloading urllib3-2.5.0-py3-none-any.whl (129 kB) 2025-09-09T14:08:23.1146392Z Downloading lm_eval-0.4.9.1-py3-none-any.whl (7.5 MB) 2025-09-09T14:08:23.1146989Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.5 MB ? eta -:--:-- 2025-09-09T14:08:23.1147657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/7.5 MB 95.0 MB/s 0:00:00 2025-09-09T14:08:23.1148243Z [?25hDownloading datasets-3.6.0-py3-none-any.whl (491 kB) 2025-09-09T14:08:23.1148659Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2025-09-09T14:08:23.1149107Z Downloading multiprocess-0.70.16-py39-none-any.whl (133 kB) 2025-09-09T14:08:23.1149566Z Downloading diskcache-5.6.3-py3-none-any.whl (45 kB) 2025-09-09T14:08:23.1150175Z Downloading pycocotools-2.0.10-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (453 kB) 2025-09-09T14:08:23.1150841Z Downloading tqdm-4.67.1-py3-none-any.whl (78 kB) 2025-09-09T14:08:23.1151298Z Downloading importlib_metadata-8.7.0-py3-none-any.whl (27 kB) 2025-09-09T14:08:23.1151914Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB) 2025-09-09T14:08:23.1152505Z Downloading pre_commit-4.3.0-py2.py3-none-any.whl (220 kB) 2025-09-09T14:08:23.1152976Z Downloading accelerate-1.10.1-py3-none-any.whl (374 kB) 2025-09-09T14:08:23.1153552Z Downloading numpy-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (19.5 MB) 2025-09-09T14:08:23.1154323Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.5 MB ? eta -:--:-- 2025-09-09T14:08:23.1155011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.5/19.5 MB 212.1 MB/s 0:00:00 2025-09-09T14:08:23.1155766Z [?25hDownloading aiohttp-3.12.15-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.6 MB) 2025-09-09T14:08:23.1156733Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-09-09T14:08:23.1157397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 88.8 MB/s 0:00:00 2025-09-09T14:08:23.1157996Z [?25hDownloading async_timeout-5.0.1-py3-none-any.whl (6.2 kB) 2025-09-09T14:08:23.1158719Z Downloading multidict-6.6.4-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (239 kB) 2025-09-09T14:08:23.1159651Z Downloading yarl-1.20.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (327 kB) 2025-09-09T14:08:23.1160268Z Downloading aiohappyeyeballs-2.6.1-py3-none-any.whl (15 kB) 2025-09-09T14:08:23.1160733Z Downloading aiosignal-1.4.0-py3-none-any.whl (7.5 kB) 2025-09-09T14:08:23.1161160Z Downloading attrs-25.3.0-py3-none-any.whl (63 kB) 2025-09-09T14:08:23.1161566Z Downloading cfgv-3.4.0-py2.py3-none-any.whl (7.2 kB) 2025-09-09T14:08:23.1162151Z Downloading contourpy-1.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (321 kB) 2025-09-09T14:08:23.1162749Z Downloading cycler-0.12.1-py3-none-any.whl (8.3 kB) 2025-09-09T14:08:23.1163150Z Downloading evaluate-0.4.5-py3-none-any.whl (84 kB) 2025-09-09T14:08:23.1163599Z Downloading exceptiongroup-1.3.0-py3-none-any.whl (16 kB) 2025-09-09T14:08:23.1164204Z Downloading fonttools-4.59.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (4.8 MB) 2025-09-09T14:08:23.1164987Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.8 MB ? eta -:--:-- 2025-09-09T14:08:23.1165647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/4.8 MB 225.2 MB/s 0:00:00 2025-09-09T14:08:23.1166596Z [?25hDownloading frozenlist-1.7.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (225 kB) 2025-09-09T14:08:23.1167381Z Downloading identify-2.6.14-py2.py3-none-any.whl (99 kB) 2025-09-09T14:08:23.1167794Z Downloading idna-3.10-py3-none-any.whl (70 kB) 2025-09-09T14:08:23.1168244Z Downloading importlib_resources-6.5.2-py3-none-any.whl (37 kB) 2025-09-09T14:08:23.1168721Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB) 2025-09-09T14:08:23.1169315Z Downloading kiwisolver-1.4.7-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.6 MB) 2025-09-09T14:08:23.1170091Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.6 MB ? eta -:--:-- 2025-09-09T14:08:23.1170754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.6/1.6 MB 164.6 MB/s 0:00:00 2025-09-09T14:08:23.1171484Z [?25hDownloading lxml-6.0.1-cp39-cp39-manylinux_2_26_x86_64.manylinux_2_28_x86_64.whl (5.3 MB) 2025-09-09T14:08:23.1172222Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.3 MB ? eta -:--:-- 2025-09-09T14:08:23.1172879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/5.3 MB 210.9 MB/s 0:00:00 2025-09-09T14:08:23.1173460Z [?25hDownloading nodeenv-1.9.1-py2.py3-none-any.whl (22 kB) 2025-09-09T14:08:23.1173974Z Downloading peft-0.17.1-py3-none-any.whl (504 kB) 2025-09-09T14:08:23.1174541Z Downloading pillow-11.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (6.6 MB) 2025-09-09T14:08:23.1175295Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.6 MB ? eta -:--:-- 2025-09-09T14:08:23.1175961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 234.9 MB/s 0:00:00 2025-09-09T14:08:23.1176806Z [?25hDownloading propcache-0.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (200 kB) 2025-09-09T14:08:23.1177493Z Downloading pyarrow-21.0.0-cp39-cp39-manylinux_2_28_x86_64.whl (42.7 MB) 2025-09-09T14:08:23.1178176Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/42.7 MB ? eta -:--:-- 2025-09-09T14:08:23.1178837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.7/42.7 MB 260.8 MB/s 0:00:00 2025-09-09T14:08:23.1179426Z [?25hDownloading pybind11-3.0.1-py3-none-any.whl (293 kB) 2025-09-09T14:08:23.1180047Z Downloading pycryptodomex-3.23.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.3 MB) 2025-09-09T14:08:23.1180844Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2025-09-09T14:08:23.1181504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 187.7 MB/s 0:00:00 2025-09-09T14:08:23.1182074Z [?25hDownloading pygments-2.19.2-py3-none-any.whl (1.2 MB) 2025-09-09T14:08:23.1182691Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2025-09-09T14:08:23.1183336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 127.7 MB/s 0:00:00 2025-09-09T14:08:23.1183909Z [?25hDownloading pyparsing-3.2.3-py3-none-any.whl (111 kB) 2025-09-09T14:08:23.1184444Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2025-09-09T14:08:23.1184967Z Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB) 2025-09-09T14:08:23.1185537Z Downloading PyYAML-6.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (737 kB) 2025-09-09T14:08:23.1186287Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/737.4 kB ? eta -:--:-- 2025-09-09T14:08:23.1186980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 737.4/737.4 kB 99.3 MB/s 0:00:00 2025-09-09T14:08:23.1187873Z [?25hDownloading regex-2025.9.1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (789 kB) 2025-09-09T14:08:26.3216827Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/789.5 kB ? eta -:--:-- 2025-09-09T14:08:26.3217579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 789.5/789.5 kB 99.0 MB/s 0:00:00 2025-09-09T14:08:26.3218184Z [?25hDownloading requests-2.32.5-py3-none-any.whl (64 kB) 2025-09-09T14:08:26.3219450Z Downloading charset_normalizer-3.4.3-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (152 kB) 2025-09-09T14:08:26.3220204Z Downloading certifi-2025.8.3-py3-none-any.whl (161 kB) 2025-09-09T14:08:26.3220636Z Downloading sacrebleu-2.5.1-py3-none-any.whl (104 kB) 2025-09-09T14:08:26.3221249Z Downloading safetensors-0.6.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (485 kB) 2025-09-09T14:08:26.3222138Z Downloading scikit_learn-1.6.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.5 MB) 2025-09-09T14:08:26.3222946Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.5 MB ? eta -:--:-- 2025-09-09T14:08:26.3223632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 234.8 MB/s 0:00:00 2025-09-09T14:08:26.3224193Z [?25hDownloading joblib-1.5.2-py3-none-any.whl (308 kB) 2025-09-09T14:08:26.3224784Z Downloading scipy-1.13.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 2025-09-09T14:08:26.3225531Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/38.6 MB ? eta -:--:-- 2025-09-09T14:08:26.3226205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 219.2 MB/s 0:00:00 2025-09-09T14:08:26.3226784Z [?25hDownloading six-1.17.0-py2.py3-none-any.whl (11 kB) 2025-09-09T14:08:26.3227282Z Downloading threadpoolctl-3.6.0-py3-none-any.whl (18 kB) 2025-09-09T14:08:26.3227719Z Downloading tomli-2.2.1-py3-none-any.whl (14 kB) 2025-09-09T14:08:26.3228147Z Downloading tzdata-2025.2-py2.py3-none-any.whl (347 kB) 2025-09-09T14:08:26.3228590Z Downloading virtualenv-20.34.0-py3-none-any.whl (6.0 MB) 2025-09-09T14:08:26.3229211Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.0 MB ? eta -:--:-- 2025-09-09T14:08:26.3229869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/6.0 MB 208.4 MB/s 0:00:00 2025-09-09T14:08:26.3230566Z [?25hDownloading distlib-0.4.0-py2.py3-none-any.whl (469 kB) 2025-09-09T14:08:26.3231052Z Downloading platformdirs-4.4.0-py3-none-any.whl (18 kB) 2025-09-09T14:08:26.3231523Z Downloading typing_extensions-4.15.0-py3-none-any.whl (44 kB) 2025-09-09T14:08:26.3231982Z Downloading zipp-3.23.0-py3-none-any.whl (10 kB) 2025-09-09T14:08:26.3232375Z Downloading absl_py-2.3.1-py3-none-any.whl (135 kB) 2025-09-09T14:08:26.3232821Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2025-09-09T14:08:26.3233254Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2025-09-09T14:08:26.3233715Z Downloading more_itertools-10.8.0-py3-none-any.whl (69 kB) 2025-09-09T14:08:26.3234137Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2025-09-09T14:08:26.3234730Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2025-09-09T14:08:26.3235393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 173.4 MB/s 0:00:00 2025-09-09T14:08:26.3235933Z [?25hDownloading click-8.1.8-py3-none-any.whl (98 kB) 2025-09-09T14:08:26.3236512Z Downloading numexpr-2.10.2-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (396 kB) 2025-09-09T14:08:26.3237106Z Downloading portalocker-3.2.0-py3-none-any.whl (22 kB) 2025-09-09T14:08:26.3237850Z Downloading psutil-7.0.0-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (277 kB) 2025-09-09T14:08:26.3238622Z Downloading pytablewriter-1.2.1-py3-none-any.whl (91 kB) 2025-09-09T14:08:26.3239071Z Downloading DataProperty-1.1.0-py3-none-any.whl (27 kB) 2025-09-09T14:08:26.3239533Z Downloading mbstrdecoder-1.1.4-py3-none-any.whl (7.9 kB) 2025-09-09T14:08:26.3239957Z Downloading chardet-5.2.0-py3-none-any.whl (199 kB) 2025-09-09T14:08:26.3240392Z Downloading pathvalidate-3.3.1-py3-none-any.whl (24 kB) 2025-09-09T14:08:26.3240819Z Downloading tabledata-1.3.4-py3-none-any.whl (11 kB) 2025-09-09T14:08:26.3241329Z Downloading tcolorpy-0.1.7-py3-none-any.whl (8.1 kB) 2025-09-09T14:08:26.3241734Z Downloading typepy-1.3.4-py3-none-any.whl (31 kB) 2025-09-09T14:08:26.3242156Z Downloading termcolor-3.1.0-py3-none-any.whl (7.7 kB) 2025-09-09T14:08:26.3242630Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2025-09-09T14:08:26.3243225Z Downloading xxhash-3.5.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (193 kB) 2025-09-09T14:08:26.3244040Z Downloading zstandard-0.24.0-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.6 MB) 2025-09-09T14:08:26.3244816Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.6 MB ? eta -:--:-- 2025-09-09T14:08:26.3245481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/5.6 MB 181.8 MB/s 0:00:00 2025-09-09T14:08:26.3246189Z [?25hBuilding wheels for collected packages: rouge-score, sqlitedict, word2number 2025-09-09T14:08:26.3248752Z  DEPRECATION: Building 'rouge-score' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'rouge-score'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-09T14:08:26.3250952Z  Building wheel for rouge-score (setup.py) ... [?25l- done 2025-09-09T14:08:26.3251999Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24988 sha256=b94a2e4b0bd102973ac87edbb14875dccc6c9049646067677b08910bee72ed21 2025-09-09T14:08:26.3253076Z Stored in directory: /root/.cache/pip/wheels/9b/3d/39/09558097d3119ca0a4d462df68f22c6f3c1b345ac63a09b86e 2025-09-09T14:08:26.3255727Z  DEPRECATION: Building 'sqlitedict' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'sqlitedict'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-09T14:08:26.3257862Z  Building wheel for sqlitedict (setup.py) ... [?25l- done 2025-09-09T14:08:26.3258913Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16958 sha256=2c1cfcf9cf44ac7a97bc26fbbd467393119464e2a096df454895a5b5a6da1ae0 2025-09-09T14:08:26.3260023Z Stored in directory: /root/.cache/pip/wheels/f6/48/c4/942f7a1d556fddd2348cb9ac262f251873dfd8a39afec5678e 2025-09-09T14:08:26.3262688Z  DEPRECATION: Building 'word2number' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'word2number'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-09T14:08:26.3264836Z  Building wheel for word2number (setup.py) ... [?25l- done 2025-09-09T14:08:26.3265882Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5658 sha256=422fb6c3b807817a9bc79d317859b322cf8df9a180d02e3d28669937e3dd263f 2025-09-09T14:08:26.3266985Z Stored in directory: /root/.cache/pip/wheels/a0/4a/5b/d2f2df5c344ddbecb8bea759872c207ea91d93f57fb54e816e 2025-09-09T14:08:26.3267657Z Successfully built rouge-score sqlitedict word2number 2025-09-09T14:08:32.2705311Z Installing collected packages: word2number, sqlitedict, sortedcontainers, pytz, distlib, zstandard, zipp, xxhash, urllib3, tzdata, typing-extensions, tqdm, tomli, threadpoolctl, termcolor, tcolorpy, tabulate, six, sentencepiece, safetensors, ruff, regex, pyyaml, pyparsing, pygments, pycryptodomex, pybind11, pyarrow, psutil, propcache, portalocker, pluggy, platformdirs, pillow, pathvalidate, parameterized, packaging, numpy, nodeenv, ninja, more_itertools, lxml, kiwisolver, joblib, iniconfig, idna, identify, hf-xet, frozenlist, fonttools, expecttest, diskcache, dill, cycler, colorama, cmake, click, charset_normalizer, chardet, cfgv, certifi, attrs, async-timeout, aiohappyeyeballs, absl-py, virtualenv, unittest-xml-reporting, tqdm-multiprocess, scipy, sacrebleu, requests, python-dateutil, pycocotools, numexpr, nltk, multiprocess, multidict, mbstrdecoder, jsonlines, importlib-resources, importlib_metadata, fire, exceptiongroup, contourpy, blobfile, aiosignal, yarl, typepy, tiktoken, scikit-learn, rouge-score, pytest, pre-commit, pandas, matplotlib, hypothesis, huggingface-hub, bitsandbytes, tokenizers, aiohttp, accelerate, transformers, DataProperty, tabledata, peft, datasets, pytablewriter, evaluate, lm_eval 2025-09-09T14:08:32.2711239Z [?25l 2025-09-09T14:08:32.2711723Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  4/109 [distlib] 2025-09-09T14:08:32.2712348Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  8/109 [urllib3] 2025-09-09T14:08:32.2712968Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/109 [tzdata] 2025-09-09T14:08:32.2713471Z  Attempting uninstall: typing-extensions 2025-09-09T14:08:32.2714009Z ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/109 [tzdata] 2025-09-09T14:08:32.2714550Z  Found existing installation: typing_extensions 4.12.2 2025-09-09T14:08:32.2715118Z ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/109 [tzdata] 2025-09-09T14:08:32.2715605Z  Uninstalling typing_extensions-4.12.2: 2025-09-09T14:08:32.2716130Z ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/109 [tzdata] 2025-09-09T14:08:32.2716681Z  Successfully uninstalled typing_extensions-4.12.2 2025-09-09T14:08:32.2717236Z ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  9/109 [tzdata] 2025-09-09T14:08:32.2717838Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  12/109 [tomli] 2025-09-09T14:08:32.2718448Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  20/109 [ruff] 2025-09-09T14:08:32.2719214Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  22/109 [pyyaml] 2025-09-09T14:08:32.2719836Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  24/109 [pygments] 2025-09-09T14:08:32.2720444Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  24/109 [pygments] 2025-09-09T14:08:32.2721067Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  24/109 [pygments] 2025-09-09T14:08:32.2721828Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  25/109 [pycryptodomex] 2025-09-09T14:08:32.2722473Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  25/109 [pycryptodomex] 2025-09-09T14:08:32.2723107Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  26/109 [pybind11] 2025-09-09T14:08:32.2723714Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  27/109 [pyarrow] 2025-09-09T14:08:32.2724435Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  27/109 [pyarrow] 2025-09-09T14:08:32.2725048Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  27/109 [pyarrow] 2025-09-09T14:08:32.2725651Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  27/109 [pyarrow] 2025-09-09T14:08:32.2726264Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  27/109 [pyarrow] 2025-09-09T14:08:32.2726885Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━  27/109 [pyarrow] 2025-09-09T14:08:32.2727517Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━  30/109 [portalocker] 2025-09-09T14:08:32.2728139Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━  33/109 [pillow] 2025-09-09T14:08:32.2728774Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━  36/109 [packaging] 2025-09-09T14:08:32.2729393Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2729991Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2730603Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2731209Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2731873Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2732484Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2733080Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2734151Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2734758Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━  37/109 [numpy] 2025-09-09T14:08:32.2735354Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━  41/109 [lxml] 2025-09-09T14:08:32.2735968Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━  43/109 [joblib] 2025-09-09T14:08:32.2736564Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━  45/109 [idna] 2025-09-09T14:08:39.9341332Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━  47/109 [hf-xet] 2025-09-09T14:08:39.9342037Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━  49/109 [fonttools] 2025-09-09T14:08:39.9342678Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━  49/109 [fonttools] 2025-09-09T14:08:39.9343331Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━  49/109 [fonttools] 2025-09-09T14:08:39.9343955Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━  49/109 [fonttools] 2025-09-09T14:08:39.9344558Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━  55/109 [cmake] 2025-09-09T14:08:39.9345166Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━  55/109 [cmake] 2025-09-09T14:08:39.9345796Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━  55/109 [cmake] 2025-09-09T14:08:39.9346390Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━  55/109 [cmake] 2025-09-09T14:08:39.9346991Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━  55/109 [cmake] 2025-09-09T14:08:39.9347580Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━  55/109 [cmake] 2025-09-09T14:08:39.9348217Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━  58/109 [chardet] 2025-09-09T14:08:39.9348834Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━  61/109 [attrs] 2025-09-09T14:08:39.9349447Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━  65/109 [virtualenv] 2025-09-09T14:08:39.9350069Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9350988Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9351610Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9352219Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9352816Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9353552Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9354147Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9354760Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9355388Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9356003Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9356614Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9357207Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9357813Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9358448Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9359048Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━  68/109 [scipy] 2025-09-09T14:08:39.9359669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━  69/109 [sacrebleu] 2025-09-09T14:08:39.9360274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━  74/109 [nltk] 2025-09-09T14:08:39.9360951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━  74/109 [nltk] 2025-09-09T14:08:39.9361555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━  74/109 [nltk] 2025-09-09T14:08:39.9362141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━  74/109 [nltk] 2025-09-09T14:08:39.9362736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━  74/109 [nltk] 2025-09-09T14:08:39.9363422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━  75/109 [multiprocess] 2025-09-09T14:08:39.9364039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━  81/109 [fire] 2025-09-09T14:08:39.9364648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━  84/109 [blobfile] 2025-09-09T14:08:39.9365240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━  86/109 [yarl] 2025-09-09T14:08:39.9365883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:39.9366514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:39.9367146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:39.9367806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:39.9368427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:39.9369062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:47.4463557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:47.4464221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:47.4464902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:47.4465525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━  89/109 [scikit-learn] 2025-09-09T14:08:47.4466162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━  90/109 [rouge-score] 2025-09-09T14:08:47.4466814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━  91/109 [pytest] 2025-09-09T14:08:47.4467419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━  92/109 [pre-commit] 2025-09-09T14:08:47.4468027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4468614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4469410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4470016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4470678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4471277Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4471986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4472580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4473162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4473757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4474374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4474957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4475556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4476137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4476752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4477368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4477950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4478544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4479212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4479800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  93/109 [pandas] 2025-09-09T14:08:47.4480412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  94/109 [matplotlib] 2025-09-09T14:08:47.4481021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  94/109 [matplotlib] 2025-09-09T14:08:47.4481717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  94/109 [matplotlib] 2025-09-09T14:08:47.4482336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  94/109 [matplotlib] 2025-09-09T14:08:47.4482938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  94/109 [matplotlib] 2025-09-09T14:08:47.4483550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━  94/109 [matplotlib] 2025-09-09T14:08:47.4484173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━  95/109 [hypothesis] 2025-09-09T14:08:47.4484809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━  96/109 [huggingface-hub] 2025-09-09T14:08:47.4485441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━  97/109 [bitsandbytes] 2025-09-09T14:08:47.4486079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━  97/109 [bitsandbytes] 2025-09-09T14:08:47.4486708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━  97/109 [bitsandbytes] 2025-09-09T14:08:47.4487338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━  97/109 [bitsandbytes] 2025-09-09T14:08:47.4487965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━  97/109 [bitsandbytes] 2025-09-09T14:08:47.4488595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━  98/109 [tokenizers] 2025-09-09T14:08:47.4489205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━  99/109 [aiohttp] 2025-09-09T14:08:47.4489802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 100/109 [accelerate] 2025-09-09T14:08:47.4490426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8722041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8723262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8724436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8725577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8726975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8728194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8729346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8730676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8731769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8732906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8734057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8735245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8736392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8737533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8738685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8739812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8740957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8742105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8743212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8744503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8745650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8746803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8748131Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8749275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8750542Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8751690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8752800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8753975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8755095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 101/109 [transformers] 2025-09-09T14:08:54.8756183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 104/109 [peft] 2025-09-09T14:08:54.8757259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 104/109 [peft] 2025-09-09T14:08:54.8758334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 105/109 [datasets] 2025-09-09T14:08:54.8759491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 106/109 [pytablewriter] 2025-09-09T14:08:54.8760570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8761639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8762661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8763664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8764664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8765670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8766718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8767706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8768693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8769645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:08:54.8770768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:09:17.5714607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:09:17.5715228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:09:17.5716084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:09:17.5716634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 108/109 [lm_eval] 2025-09-09T14:09:17.5717207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109/109 [lm_eval] 2025-09-09T14:09:17.5717579Z [?25h 2025-09-09T14:09:17.5726262Z Successfully installed DataProperty-1.1.0 absl-py-2.3.1 accelerate-1.10.1 aiohappyeyeballs-2.6.1 aiohttp-3.12.15 aiosignal-1.4.0 async-timeout-5.0.1 attrs-25.3.0 bitsandbytes-0.47.0 blobfile-3.1.0 certifi-2025.8.3 cfgv-3.4.0 chardet-5.2.0 charset_normalizer-3.4.3 click-8.1.8 cmake-3.31.6 colorama-0.4.6 contourpy-1.3.0 cycler-0.12.1 datasets-3.6.0 dill-0.3.8 diskcache-5.6.3 distlib-0.4.0 evaluate-0.4.5 exceptiongroup-1.3.0 expecttest-0.3.0 fire-0.7.1 fonttools-4.59.2 frozenlist-1.7.0 hf-xet-1.1.9 huggingface-hub-0.34.4 hypothesis-6.138.15 identify-2.6.14 idna-3.10 importlib-resources-6.5.2 importlib_metadata-8.7.0 iniconfig-2.1.0 joblib-1.5.2 jsonlines-4.0.0 kiwisolver-1.4.7 lm_eval-0.4.9.1 lxml-6.0.1 matplotlib-3.9.4 mbstrdecoder-1.1.4 more_itertools-10.8.0 multidict-6.6.4 multiprocess-0.70.16 ninja-1.13.0 nltk-3.9.1 nodeenv-1.9.1 numexpr-2.10.2 numpy-2.0.2 packaging-25.0 pandas-2.3.2 parameterized-0.9.0 pathvalidate-3.3.1 peft-0.17.1 pillow-11.3.0 platformdirs-4.4.0 pluggy-1.6.0 portalocker-3.2.0 pre-commit-4.3.0 propcache-0.3.2 psutil-7.0.0 pyarrow-21.0.0 pybind11-3.0.1 pycocotools-2.0.10 pycryptodomex-3.23.0 pygments-2.19.2 pyparsing-3.2.3 pytablewriter-1.2.1 pytest-8.4.2 python-dateutil-2.9.0.post0 pytz-2025.2 pyyaml-6.0.2 regex-2025.9.1 requests-2.32.5 rouge-score-0.1.2 ruff-0.11.6 sacrebleu-2.5.1 safetensors-0.6.2 scikit-learn-1.6.1 scipy-1.13.1 sentencepiece-0.2.1 six-1.17.0 sortedcontainers-2.4.0 sqlitedict-2.1.0 tabledata-1.3.4 tabulate-0.9.0 tcolorpy-0.1.7 termcolor-3.1.0 threadpoolctl-3.6.0 tiktoken-0.11.0 tokenizers-0.22.0 tomli-2.2.1 tqdm-4.67.1 tqdm-multiprocess-0.0.11 transformers-4.56.1 typepy-1.3.4 typing-extensions-4.15.0 tzdata-2025.2 unittest-xml-reporting-3.2.0 urllib3-2.5.0 virtualenv-20.34.0 word2number-1.1 xxhash-3.5.0 yarl-1.20.1 zipp-3.23.0 zstandard-0.24.0 2025-09-09T14:09:17.5735400Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-09-09T14:09:17.5737087Z + pip install . 2025-09-09T14:09:17.5737494Z Processing /pytorch/ao 2025-09-09T14:09:17.5737853Z Preparing metadata (setup.py) ... [?25l- done 2025-09-09T14:09:17.5738322Z [?25hBuilding wheels for collected packages: torchao 2025-09-09T14:09:17.5740697Z  DEPRECATION: Building 'torchao' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'torchao'. Discussion can be found at https://github.com/pypa/pip/issues/6334 2025-09-09T14:09:17.5742939Z  Building wheel for torchao (setup.py) ... [?25l- \ | / done 2025-09-09T14:09:17.5744079Z [?25h Created wheel for torchao: filename=torchao-0.14.0+git7c05f81-py3-none-any.whl size=1043958 sha256=b1af1dfb14a0aef7295eae76e249fa492f0bb45154d4cf82fff5c63b879e8c97 2025-09-09T14:09:17.5745464Z Stored in directory: /tmp/pip-ephem-wheel-cache-r6uq3juf/wheels/4d/54/dc/0c70e60a8677bf126f1486798ebe76c8770ada66c7376b401d 2025-09-09T14:09:17.5746172Z Successfully built torchao 2025-09-09T14:09:17.5746457Z Installing collected packages: torchao 2025-09-09T14:09:17.5746831Z Successfully installed torchao-0.14.0+git7c05f81 2025-09-09T14:09:17.5749057Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. 2025-09-09T14:09:17.5750828Z ++++ which conda 2025-09-09T14:09:17.5751091Z +++ dirname /opt/conda/condabin/conda 2025-09-09T14:09:17.5751396Z ++ dirname /opt/conda/condabin 2025-09-09T14:09:17.5751679Z + export CONDA=/opt/conda 2025-09-09T14:09:17.5751932Z + CONDA=/opt/conda 2025-09-09T14:09:17.5752464Z + export LD_LIBRARY_PATH=/opt/conda/lib/:/opt/rh/gcc-toolset-11/root/usr/lib64:/opt/rh/gcc-toolset-11/root/usr/lib: 2025-09-09T14:09:17.5753339Z + LD_LIBRARY_PATH=/opt/conda/lib/:/opt/rh/gcc-toolset-11/root/usr/lib64:/opt/rh/gcc-toolset-11/root/usr/lib: 2025-09-09T14:09:17.5753912Z + pytest test --verbose -s 2025-09-09T14:09:17.5754338Z ============================= test session starts ============================== 2025-09-09T14:09:17.5754915Z platform linux -- Python 3.9.23, pytest-8.4.2, pluggy-1.6.0 -- /opt/conda/envs/venv/bin/python3.9 2025-09-09T14:09:17.5755437Z cachedir: .pytest_cache 2025-09-09T14:09:17.5756078Z hypothesis profile 'ci' -> database=None, deadline=None, print_blob=True, derandomize=True, suppress_health_check=(HealthCheck.too_slow,) 2025-09-09T14:09:17.5756761Z rootdir: /pytorch/ao 2025-09-09T14:09:17.5757027Z plugins: hypothesis-6.138.15 2025-09-09T14:09:17.5757337Z collecting ...  2025-09-09T14:09:17.5757785Z collecting 0 items  2025-09-09T14:09:17.5758346Z collecting 26 items  2025-09-09T14:09:17.5758915Z collecting 26 items  2025-09-09T14:09:17.5759486Z collecting 526 items  2025-09-09T14:09:17.5760298Z collecting 1022 items / 3 skipped  2025-09-09T14:09:17.5760956Z collecting 1035 items / 6 skipped  2025-09-09T14:09:17.5762406Z collecting 1074 items / 19 skipped NOTE: Using slow Hadamard transform for SpinQuant. For better performance on GPU, install `fast_hadamard_transform`: `pip install git+https://github.com/Dao-AILab/fast-hadamard-transform.git` 2025-09-09T14:09:17.5763655Z  2025-09-09T14:09:17.5764187Z collecting 1432 items / 21 skipped  2025-09-09T14:09:17.5764836Z collecting 2816 items / 21 skipped  2025-09-09T14:09:17.5765494Z collecting 4062 items / 21 skipped  2025-09-09T14:09:17.5766134Z collected 5323 items / 21 skipped  2025-09-09T14:09:17.5766549Z 2025-09-09T14:09:17.5766989Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config0] PASSED 2025-09-09T14:09:17.5767822Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config1] PASSED 2025-09-09T14:09:17.5768636Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config2] PASSED 2025-09-09T14:09:17.5769462Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config3] PASSED 2025-09-09T14:09:17.5770277Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config4] PASSED 2025-09-09T14:09:17.5771098Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config5] PASSED 2025-09-09T14:09:17.5771912Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config6] PASSED 2025-09-09T14:09:17.5772732Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config7] PASSED 2025-09-09T14:09:17.5773553Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config8] PASSED 2025-09-09T14:09:17.5774360Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config9] PASSED 2025-09-09T14:09:17.5775185Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config10] PASSED 2025-09-09T14:09:17.5776088Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config11] PASSED 2025-09-09T14:09:17.5776922Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config12] PASSED 2025-09-09T14:09:17.5777757Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config13] PASSED 2025-09-09T14:09:17.5778579Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config14] PASSED 2025-09-09T14:09:17.5779482Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config15] PASSED 2025-09-09T14:09:17.5780309Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config16] PASSED 2025-09-09T14:09:17.6717840Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config17] PASSED 2025-09-09T14:09:17.6718730Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config18] PASSED 2025-09-09T14:09:17.6719708Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config19] PASSED 2025-09-09T14:09:17.6720552Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config20] PASSED 2025-09-09T14:09:17.6721396Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config21] PASSED 2025-09-09T14:09:17.6722234Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config22] PASSED 2025-09-09T14:09:17.6722946Z test/core/test_config.py::test_disallowed_modules PASSED 2025-09-09T14:09:17.6723521Z test/core/test_config.py::test_version_mismatch PASSED 2025-09-09T14:09:17.6724105Z test/core/test_config.py::test_default_version PASSED 2025-09-09T14:09:17.6724955Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant0 SKIPPED 2025-09-09T14:09:17.6726048Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant1 SKIPPED 2025-09-09T14:09:17.6727140Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant2 SKIPPED 2025-09-09T14:09:17.6730000Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant3 SKIPPED 2025-09-09T14:09:17.6731118Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant4 SKIPPED 2025-09-09T14:09:17.6732197Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant5 SKIPPED 2025-09-09T14:09:17.6733403Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_copy__mismatch_metadata_apply_quant6 SKIPPED 2025-09-09T14:09:17.6734434Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_print_quantized_module SKIPPED 2025-09-09T14:09:17.6735387Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_register_new_dispatch SKIPPED 2025-09-09T14:09:17.6736408Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_tensor_core_layout_transpose SKIPPED 2025-09-09T14:09:17.6737436Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant0 SKIPPED 2025-09-09T14:09:17.6738446Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant1 SKIPPED 2025-09-09T14:09:17.6739468Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant2 SKIPPED 2025-09-09T14:09:17.6740474Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant3 SKIPPED 2025-09-09T14:09:17.6741498Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant4 SKIPPED 2025-09-09T14:09:17.6742515Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant5 SKIPPED 2025-09-09T14:09:17.6743518Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_test_copy__apply_apply_quant6 SKIPPED 2025-09-09T14:09:17.6744539Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_to_affine_quantized_intx_static PASSED 2025-09-09T14:09:17.6745521Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_to_device_apply_quant0 SKIPPED 2025-09-09T14:09:17.6746479Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_to_device_apply_quant1 SKIPPED 2025-09-09T14:09:17.6747435Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_to_device_apply_quant2 SKIPPED 2025-09-09T14:09:17.6748381Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_to_device_apply_quant3 SKIPPED 2025-09-09T14:09:17.6749287Z test/dtypes/test_affine_quantized.py::TestAffineQuantized::test_weights_only SKIPPED 2025-09-09T14:09:17.6750232Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_alias_device_cpu_bfloat16 PASSED 2025-09-09T14:09:17.6751427Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_flatten_unflatten_device_cpu_bfloat16 PASSED 2025-09-09T14:09:17.6752531Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_matmul_device_cuda_bfloat16 PASSED 2025-09-09T14:09:17.6753589Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_mm_int4wo_device_cuda_bfloat16 SKIPPED 2025-09-09T14:09:17.6754733Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_slice_and_copy_int4wo_device_cuda_bfloat16 SKIPPED 2025-09-09T14:09:17.6755876Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_slice_gemlite_device_cuda_bfloat16 SKIPPED 2025-09-09T14:09:17.6757002Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_slice_gemlite_device_cuda_float16 SKIPPED 2025-09-09T14:09:17.6758114Z test/dtypes/test_affine_quantized.py::TestAffineQuantizedBasic::test_slice_int4wo_device_cuda_bfloat16 SKIPPED 2025-09-09T14:09:17.6759376Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_choose_scale_float8_bounds_float8_e4m3fn_bfloat16 SKIPPED 2025-09-09T14:09:17.6760874Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_choose_scale_float8_bounds_float8_e4m3fn_float32 SKIPPED 2025-09-09T14:09:17.6762264Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_choose_scale_float8_bounds_float8_e5m2_bfloat16 SKIPPED 2025-09-09T14:09:17.6763724Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_choose_scale_float8_bounds_float8_e5m2_float32 SKIPPED 2025-09-09T14:09:17.6765267Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_bfloat16_block_size0 SKIPPED 2025-09-09T14:09:17.6766759Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_bfloat16_block_size1 SKIPPED 2025-09-09T14:09:17.6768269Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_bfloat16_block_size2 SKIPPED 2025-09-09T14:09:17.6769766Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_bfloat16_block_size3 SKIPPED 2025-09-09T14:09:17.6771255Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_float32_block_size0 SKIPPED 2025-09-09T14:09:17.6772754Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_float32_block_size1 SKIPPED 2025-09-09T14:09:17.6774252Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_float32_block_size2 SKIPPED 2025-09-09T14:09:17.6775746Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e4m3fn_float32_block_size3 SKIPPED 2025-09-09T14:09:17.6777252Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_bfloat16_block_size0 SKIPPED 2025-09-09T14:09:17.6778753Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_bfloat16_block_size1 SKIPPED 2025-09-09T14:09:17.6780228Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_bfloat16_block_size2 SKIPPED 2025-09-09T14:09:17.6781720Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_bfloat16_block_size3 SKIPPED 2025-09-09T14:09:17.6783190Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_float32_block_size0 SKIPPED 2025-09-09T14:09:17.6784676Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_float32_block_size1 SKIPPED 2025-09-09T14:09:17.6786156Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_float32_block_size2 SKIPPED 2025-09-09T14:09:17.6787624Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_float8_e5m2_float32_block_size3 SKIPPED 2025-09-09T14:09:17.6789043Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_dequantize_affine_float8_scale_broadcasting SKIPPED 2025-09-09T14:09:17.6790579Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_expected_kernels_on_gpu_granularity0_float8_config_version_1 SKIPPED 2025-09-09T14:09:17.6792117Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_expected_kernels_on_gpu_granularity0_float8_config_version_2 SKIPPED 2025-09-09T14:09:17.6793706Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_expected_kernels_on_gpu_granularity1_float8_config_version_1 SKIPPED 2025-09-09T14:09:17.6795238Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_expected_kernels_on_gpu_granularity1_float8_config_version_2 SKIPPED 2025-09-09T14:09:17.7095085Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_basic_granularity0 SKIPPED 2025-09-09T14:09:17.7097236Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_basic_granularity1 SKIPPED 2025-09-09T14:09:17.7098524Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_edge_cases SKIPPED 2025-09-09T14:09:17.7099942Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_functional_correctness_granularity0 SKIPPED 2025-09-09T14:09:17.7101546Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_functional_correctness_granularity1 SKIPPED 2025-09-09T14:09:17.7102910Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_per_row SKIPPED 2025-09-09T14:09:17.7104141Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_float8_tensor_slicing_per_tensor SKIPPED 2025-09-09T14:09:17.7105621Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_False_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7107266Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_False_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7108927Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_False_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7110648Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_False_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7112290Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_True_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7113931Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_True_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7115575Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_True_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7117206Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_dynamic_compile_True_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7119015Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_False_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7120670Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_False_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7122301Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_False_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7123939Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_False_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7125697Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_True_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7127319Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_True_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7128944Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_True_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7130651Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_static_compile_True_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7132300Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_False_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7134002Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_False_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7135675Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_False_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7137366Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_False_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7139050Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_True_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7140716Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_True_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7142402Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_True_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7144076Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_bfloat16_mode_weight-only_compile_True_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7145720Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_False_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7147362Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_False_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7148998Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_False_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7150709Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_False_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7152353Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_True_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7153982Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_True_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7155602Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_True_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7157224Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_dynamic_compile_True_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7158909Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_False_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7160523Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_False_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7162151Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_False_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7163835Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_False_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7165440Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_True_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7167056Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_True_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7168679Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_True_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7170288Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_static_compile_True_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7518493Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_False_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7520346Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_False_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7522036Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_False_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7523777Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_False_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7525460Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_True_granularity0_sizes0 SKIPPED 2025-09-09T14:09:17.7527183Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_True_granularity0_sizes1 SKIPPED 2025-09-09T14:09:17.7528849Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_True_granularity1_sizes0 SKIPPED 2025-09-09T14:09:17.7530517Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_linear_variants_float32_mode_weight-only_compile_True_granularity1_sizes1 SKIPPED 2025-09-09T14:09:17.7532082Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_fp8_weight_dimension_warning SKIPPED 2025-09-09T14:09:17.7533272Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_invalid_granularity SKIPPED 2025-09-09T14:09:17.7534494Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mismatched_granularity SKIPPED 2025-09-09T14:09:17.7535936Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape0_bias_False SKIPPED 2025-09-09T14:09:17.7537591Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape0_bias_True SKIPPED 2025-09-09T14:09:17.7539367Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape1_bias_False SKIPPED 2025-09-09T14:09:17.7541090Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape1_bias_True SKIPPED 2025-09-09T14:09:17.7542832Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape2_bias_False SKIPPED 2025-09-09T14:09:17.7544523Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape2_bias_True SKIPPED 2025-09-09T14:09:17.7546171Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape3_bias_False SKIPPED 2025-09-09T14:09:17.7547819Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape3_bias_True SKIPPED 2025-09-09T14:09:17.7549453Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape4_bias_False SKIPPED 2025-09-09T14:09:17.7551162Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_1024_out_features_512_leading_shape4_bias_True SKIPPED 2025-09-09T14:09:17.7552827Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape0_bias_False SKIPPED 2025-09-09T14:09:17.7554452Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape0_bias_True SKIPPED 2025-09-09T14:09:17.7556082Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape1_bias_False SKIPPED 2025-09-09T14:09:17.7557722Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape1_bias_True SKIPPED 2025-09-09T14:09:17.7559343Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape2_bias_False SKIPPED 2025-09-09T14:09:17.7561054Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape2_bias_True SKIPPED 2025-09-09T14:09:17.7562700Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape3_bias_False SKIPPED 2025-09-09T14:09:17.7564330Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape3_bias_True SKIPPED 2025-09-09T14:09:17.7566024Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape4_bias_False SKIPPED 2025-09-09T14:09:17.7567644Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_256_out_features_768_leading_shape4_bias_True SKIPPED 2025-09-09T14:09:17.7569286Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape0_bias_False SKIPPED 2025-09-09T14:09:17.7570939Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape0_bias_True SKIPPED 2025-09-09T14:09:17.7572667Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape1_bias_False SKIPPED 2025-09-09T14:09:17.7574316Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape1_bias_True SKIPPED 2025-09-09T14:09:17.7576008Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape2_bias_False SKIPPED 2025-09-09T14:09:17.7577641Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape2_bias_True SKIPPED 2025-09-09T14:09:17.7579363Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape3_bias_False SKIPPED 2025-09-09T14:09:17.7581004Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape3_bias_True SKIPPED 2025-09-09T14:09:17.7582703Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape4_bias_False SKIPPED 2025-09-09T14:09:17.7584347Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_mm_float8dq_per_row_in_features_512_out_features_1024_leading_shape4_bias_True SKIPPED 2025-09-09T14:09:17.7585719Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_per_row_with_float32 SKIPPED 2025-09-09T14:09:17.7586896Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_preprocess_scale_3d_reshape PASSED 2025-09-09T14:09:17.7588106Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_serialization_mode_dynamic SKIPPED 2025-09-09T14:09:17.7589317Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_serialization_mode_static SKIPPED 2025-09-09T14:09:17.7590630Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_serialization_mode_weight-only SKIPPED 2025-09-09T14:09:17.7591862Z test/dtypes/test_affine_quantized_float.py::TestAffineQuantizedFloat8Compile::test_unsupported_granularity SKIPPED 2025-09-09T14:09:17.7593079Z test/dtypes/test_affine_quantized_tensor_parallel.py::TestInt8woAffineQuantizedTensorParallel::test_tp_bfloat16 SKIPPED 2025-09-09T14:09:17.7594328Z test/dtypes/test_affine_quantized_tensor_parallel.py::TestInt8woAffineQuantizedTensorParallel::test_tp_float16 SKIPPED 2025-09-09T14:10:16.4455618Z test/dtypes/test_affine_quantized_tensor_parallel.py::TestInt8woAffineQuantizedTensorParallel::test_tp_float32 SKIPPED 2025-09-09T14:10:16.4457405Z test/dtypes/test_affine_quantized_tensor_parallel.py::TestInt4woAffineQuantizedTensorParallel::test_tp_bfloat16 SKIPPED 2025-09-09T14:10:16.4459362Z test/dtypes/test_affine_quantized_tensor_parallel.py::TestGemliteLayoutTensorParallel::test_tp_gemlite_float16 SKIPPED 2025-09-09T14:10:16.4461298Z test/dtypes/test_affine_quantized_tensor_parallel.py::TestInt8dqAffineQuantizedTensorParallel::test_tp_bfloat16 SKIPPED 2025-09-09T14:10:16.4462832Z test/dtypes/test_bitpacking.py::test_CPU[0-1] PASSED 2025-09-09T14:10:16.4463805Z test/dtypes/test_bitpacking.py::test_CPU[0-2] PASSED 2025-09-09T14:10:16.4464785Z test/dtypes/test_bitpacking.py::test_CPU[0-3] PASSED 2025-09-09T14:10:16.4465757Z test/dtypes/test_bitpacking.py::test_CPU[0-4] PASSED 2025-09-09T14:10:16.4466613Z test/dtypes/test_bitpacking.py::test_CPU[0-5] PASSED 2025-09-09T14:10:16.4467593Z test/dtypes/test_bitpacking.py::test_CPU[0-6] PASSED 2025-09-09T14:10:16.4468869Z test/dtypes/test_bitpacking.py::test_CPU[0-7] PASSED 2025-09-09T14:10:16.4469836Z test/dtypes/test_bitpacking.py::test_CPU[-1-1] PASSED 2025-09-09T14:10:16.4470900Z test/dtypes/test_bitpacking.py::test_CPU[-1-2] PASSED 2025-09-09T14:10:16.4471865Z test/dtypes/test_bitpacking.py::test_CPU[-1-3] PASSED 2025-09-09T14:10:16.4473091Z test/dtypes/test_bitpacking.py::test_CPU[-1-4] PASSED 2025-09-09T14:10:16.4473993Z test/dtypes/test_bitpacking.py::test_CPU[-1-5] PASSED 2025-09-09T14:10:16.4474967Z test/dtypes/test_bitpacking.py::test_CPU[-1-6] PASSED 2025-09-09T14:10:16.4475956Z test/dtypes/test_bitpacking.py::test_CPU[-1-7] PASSED 2025-09-09T14:10:16.4476941Z test/dtypes/test_bitpacking.py::test_CPU[1-1] PASSED 2025-09-09T14:10:16.4477901Z test/dtypes/test_bitpacking.py::test_CPU[1-2] PASSED 2025-09-09T14:10:16.4478845Z test/dtypes/test_bitpacking.py::test_CPU[1-3] PASSED 2025-09-09T14:10:16.4479793Z test/dtypes/test_bitpacking.py::test_CPU[1-4] PASSED 2025-09-09T14:10:16.4480733Z test/dtypes/test_bitpacking.py::test_CPU[1-5] PASSED 2025-09-09T14:10:16.4481692Z test/dtypes/test_bitpacking.py::test_CPU[1-6] PASSED 2025-09-09T14:10:16.4482667Z test/dtypes/test_bitpacking.py::test_CPU[1-7] PASSED 2025-09-09T14:10:16.4483819Z test/dtypes/test_bitpacking.py::test_GPU[0-1] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4485186Z test/dtypes/test_bitpacking.py::test_GPU[0-2] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4486503Z test/dtypes/test_bitpacking.py::test_GPU[0-3] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4487804Z test/dtypes/test_bitpacking.py::test_GPU[0-4] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4489012Z test/dtypes/test_bitpacking.py::test_GPU[0-5] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4490288Z test/dtypes/test_bitpacking.py::test_GPU[0-6] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4491607Z test/dtypes/test_bitpacking.py::test_GPU[0-7] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4492830Z test/dtypes/test_bitpacking.py::test_GPU[-1-1] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4493964Z test/dtypes/test_bitpacking.py::test_GPU[-1-2] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4494691Z test/dtypes/test_bitpacking.py::test_GPU[-1-3] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4495426Z test/dtypes/test_bitpacking.py::test_GPU[-1-4] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4496131Z test/dtypes/test_bitpacking.py::test_GPU[-1-5] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4496853Z test/dtypes/test_bitpacking.py::test_GPU[-1-6] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4497568Z test/dtypes/test_bitpacking.py::test_GPU[-1-7] SKIPPED (CUDA not ava...) 2025-09-09T14:10:16.4498276Z test/dtypes/test_bitpacking.py::test_GPU[1-1] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4499007Z test/dtypes/test_bitpacking.py::test_GPU[1-2] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4499716Z test/dtypes/test_bitpacking.py::test_GPU[1-3] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4500434Z test/dtypes/test_bitpacking.py::test_GPU[1-4] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4501150Z test/dtypes/test_bitpacking.py::test_GPU[1-5] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4501861Z test/dtypes/test_bitpacking.py::test_GPU[1-6] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4502578Z test/dtypes/test_bitpacking.py::test_GPU[1-7] SKIPPED (CUDA not avai...) 2025-09-09T14:10:16.4503290Z test/dtypes/test_bitpacking.py::test_compile[0-1] SKIPPED (unsupport...) 2025-09-09T14:10:16.4504022Z test/dtypes/test_bitpacking.py::test_compile[0-2] SKIPPED (unsupport...) 2025-09-09T14:10:16.4504738Z test/dtypes/test_bitpacking.py::test_compile[0-3] SKIPPED (unsupport...) 2025-09-09T14:10:16.4505597Z test/dtypes/test_bitpacking.py::test_compile[0-4] SKIPPED (unsupport...) 2025-09-09T14:10:16.4506333Z test/dtypes/test_bitpacking.py::test_compile[0-5] SKIPPED (unsupport...) 2025-09-09T14:10:16.4507043Z test/dtypes/test_bitpacking.py::test_compile[0-6] SKIPPED (unsupport...) 2025-09-09T14:10:16.4507770Z test/dtypes/test_bitpacking.py::test_compile[0-7] SKIPPED (unsupport...) 2025-09-09T14:10:16.4508550Z test/dtypes/test_bitpacking.py::test_compile[-1-1] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4509284Z test/dtypes/test_bitpacking.py::test_compile[-1-2] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4510009Z test/dtypes/test_bitpacking.py::test_compile[-1-3] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4510827Z test/dtypes/test_bitpacking.py::test_compile[-1-4] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4511558Z test/dtypes/test_bitpacking.py::test_compile[-1-5] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4512276Z test/dtypes/test_bitpacking.py::test_compile[-1-6] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4513003Z test/dtypes/test_bitpacking.py::test_compile[-1-7] SKIPPED (unsuppor...) 2025-09-09T14:10:16.4513712Z test/dtypes/test_bitpacking.py::test_compile[1-1] SKIPPED (unsupport...) 2025-09-09T14:10:16.4514444Z test/dtypes/test_bitpacking.py::test_compile[1-2] SKIPPED (unsupport...) 2025-09-09T14:10:16.4515181Z test/dtypes/test_bitpacking.py::test_compile[1-3] SKIPPED (unsupport...) 2025-09-09T14:10:16.4515897Z test/dtypes/test_bitpacking.py::test_compile[1-4] SKIPPED (unsupport...) 2025-09-09T14:10:16.4516627Z test/dtypes/test_bitpacking.py::test_compile[1-5] SKIPPED (unsupport...) 2025-09-09T14:10:16.4517365Z test/dtypes/test_bitpacking.py::test_compile[1-6] SKIPPED (unsupport...) 2025-09-09T14:10:16.4518080Z test/dtypes/test_bitpacking.py::test_compile[1-7] SKIPPED (unsupport...) 2025-09-09T14:10:16.4519013Z test/dtypes/test_bitpacking.py::test_pack_example SKIPPED (CUDA not ...) 2025-09-09T14:10:16.4519876Z test/dtypes/test_bitpacking.py::test_pack_example_CPU tensor([ 0, 105, 151, 37], dtype=torch.uint8) tensor([ 39, 146], dtype=torch.uint8) 2025-09-09T14:10:16.4520568Z PASSED 2025-09-09T14:10:16.4521363Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_2_mbits_2_bias_False_bfloat16 SKIPPED 2025-09-09T14:10:16.4522646Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_2_mbits_2_bias_False_float16 SKIPPED 2025-09-09T14:10:16.4523923Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_2_mbits_2_bias_True_bfloat16 SKIPPED 2025-09-09T14:10:16.4525197Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_2_mbits_2_bias_True_float16 SKIPPED 2025-09-09T14:10:16.4526468Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_3_mbits_2_bias_False_bfloat16 SKIPPED 2025-09-09T14:10:16.4527754Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_3_mbits_2_bias_False_float16 SKIPPED 2025-09-09T14:10:16.4529015Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_3_mbits_2_bias_True_bfloat16 SKIPPED 2025-09-09T14:10:16.4530286Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_fpx_weight_only_ebits_3_mbits_2_bias_True_float16 SKIPPED 2025-09-09T14:10:16.4531596Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_from_scaled_tc_floatx_compile_ebits_2_mbits_2_device_cpu PASSED 2025-09-09T14:10:16.4532913Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_from_scaled_tc_floatx_compile_ebits_3_mbits_2_device_cpu PASSED 2025-09-09T14:10:16.4534235Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_from_tc_floatx_correctness_ebits_2_mbits_2_device_cpu PASSED 2025-09-09T14:10:16.4535668Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_from_tc_floatx_correctness_ebits_3_mbits_2_device_cpu PASSED 2025-09-09T14:10:16.4536875Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_pack_tc_fp6_correctness_device_cpu PASSED 2025-09-09T14:10:16.4537993Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_to_copy_device_ebits_2_mbits_2 SKIPPED 2025-09-09T14:10:16.4539166Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_to_copy_device_ebits_3_mbits_2 SKIPPED 2025-09-09T14:10:16.4540381Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_to_scaled_tc_floatx_compile_ebits_2_mbits_2_device_cpu PASSED 2025-09-09T14:10:16.4541687Z test/dtypes/test_floatx.py::TestFloatxTensorCoreAQTTensorImpl::test_to_scaled_tc_floatx_compile_ebits_3_mbits_2_device_cpu PASSED 2025-09-09T14:10:16.4542717Z test/dtypes/test_nf4.py::TestNF4Linear::test_backward_dtype_match_bfloat16 PASSED 2025-09-09T14:10:16.4543515Z test/dtypes/test_nf4.py::TestNF4Linear::test_backward_dtype_match_float16 PASSED 2025-09-09T14:10:16.4544291Z test/dtypes/test_nf4.py::TestNF4Linear::test_backward_dtype_match_float32 PASSED 2025-09-09T14:10:16.4545205Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_bfloat16_shape0_chunk_size_16 SKIPPED 2025-09-09T14:10:17.7345512Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_bfloat16_shape0_chunk_size_32 SKIPPED 2025-09-09T14:10:17.7346913Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_bfloat16_shape0_chunk_size_8 SKIPPED 2025-09-09T14:10:17.7348294Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_bfloat16_shape1_chunk_size_16 SKIPPED 2025-09-09T14:10:17.7349669Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_bfloat16_shape1_chunk_size_32 SKIPPED 2025-09-09T14:10:17.7351123Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_bfloat16_shape1_chunk_size_8 SKIPPED 2025-09-09T14:10:17.7352479Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float16_shape0_chunk_size_16 SKIPPED 2025-09-09T14:10:17.7353822Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float16_shape0_chunk_size_32 SKIPPED 2025-09-09T14:10:17.7355179Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float16_shape0_chunk_size_8 SKIPPED 2025-09-09T14:10:17.7356528Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float16_shape1_chunk_size_16 SKIPPED 2025-09-09T14:10:17.7357866Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float16_shape1_chunk_size_32 SKIPPED 2025-09-09T14:10:17.7359201Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float16_shape1_chunk_size_8 SKIPPED 2025-09-09T14:10:17.7360579Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float32_shape0_chunk_size_16 SKIPPED 2025-09-09T14:10:17.7361923Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float32_shape0_chunk_size_32 SKIPPED 2025-09-09T14:10:17.7363266Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float32_shape0_chunk_size_8 SKIPPED 2025-09-09T14:10:17.7364621Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float32_shape1_chunk_size_16 SKIPPED 2025-09-09T14:10:17.7365955Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float32_shape1_chunk_size_32 SKIPPED 2025-09-09T14:10:17.7367295Z test/dtypes/test_nf4.py::TestNF4Linear::test_chunk_size_equivalence_float32_shape1_chunk_size_8 SKIPPED 2025-09-09T14:10:17.7368575Z test/dtypes/test_nf4.py::TestNF4Linear::test_empty_like_input_size0 SKIPPED 2025-09-09T14:10:17.7369757Z test/dtypes/test_nf4.py::TestNF4Linear::test_empty_like_input_size1 SKIPPED 2025-09-09T14:10:17.7371153Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_nf4_diff_meta_bfloat16 PASSED 2025-09-09T14:10:17.7372492Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_nf4_diff_meta_float16 PASSED 2025-09-09T14:10:17.7373680Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_nf4_diff_meta_float32 PASSED 2025-09-09T14:10:17.7375316Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_nf4_same_meta_bfloat16 PASSED 2025-09-09T14:10:17.7376602Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_nf4_same_meta_float16 PASSED 2025-09-09T14:10:17.7378079Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_nf4_same_meta_float32 PASSED 2025-09-09T14:10:17.7379444Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_state_dicts_bfloat16 SKIPPED 2025-09-09T14:10:17.7380848Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_state_dicts_float16 SKIPPED 2025-09-09T14:10:17.7382416Z test/dtypes/test_nf4.py::TestNF4Linear::test_load_from_state_dicts_float32 SKIPPED 2025-09-09T14:10:17.7383901Z test/dtypes/test_nf4.py::TestNF4Linear::test_nf4_bnb_linear_bfloat16 SKIPPED 2025-09-09T14:10:17.7385316Z test/dtypes/test_nf4.py::TestNF4Linear::test_nf4_bnb_linear_float16 SKIPPED 2025-09-09T14:10:17.7386733Z test/dtypes/test_nf4.py::TestNF4Linear::test_nf4_bnb_linear_float32 SKIPPED 2025-09-09T14:10:17.7388200Z test/dtypes/test_nf4.py::TestNF4Linear::test_output_dtype_match_bfloat16 PASSED 2025-09-09T14:10:17.7389670Z test/dtypes/test_nf4.py::TestNF4Linear::test_output_dtype_match_float16 PASSED 2025-09-09T14:10:17.7391285Z test/dtypes/test_nf4.py::TestNF4Linear::test_output_dtype_match_float32 PASSED 2025-09-09T14:10:17.7392759Z test/dtypes/test_nf4.py::TestNF4Linear::test_quantize_api_compile_False SKIPPED 2025-09-09T14:10:17.7394246Z test/dtypes/test_nf4.py::TestNF4Linear::test_quantize_api_compile_True SKIPPED 2025-09-09T14:10:17.7395863Z test/dtypes/test_nf4.py::TestNF4Linear::test_reconstruction_qlora_vs_bnb_bfloat16 SKIPPED 2025-09-09T14:10:17.7397091Z test/dtypes/test_nf4.py::TestNF4Linear::test_reconstruction_qlora_vs_bnb_float16 SKIPPED 2025-09-09T14:10:17.7398276Z test/dtypes/test_nf4.py::TestNF4Linear::test_reconstruction_qlora_vs_bnb_float32 SKIPPED 2025-09-09T14:10:17.7399392Z test/dtypes/test_nf4.py::TestNF4Linear::test_register_nf4_as_param_bfloat16 PASSED 2025-09-09T14:10:17.7400461Z test/dtypes/test_nf4.py::TestNF4Linear::test_register_nf4_as_param_float16 PASSED 2025-09-09T14:10:17.7401506Z test/dtypes/test_nf4.py::TestNF4Linear::test_register_nf4_as_param_float32 PASSED 2025-09-09T14:10:17.7402549Z test/dtypes/test_nf4.py::TestNF4Linear::test_smoketest_linear_bfloat16 SKIPPED 2025-09-09T14:10:17.7403637Z test/dtypes/test_nf4.py::TestNF4Linear::test_smoketest_linear_compile_bfloat16 SKIPPED 2025-09-09T14:10:17.7404764Z test/dtypes/test_nf4.py::TestNF4Linear::test_smoketest_linear_compile_float16 SKIPPED 2025-09-09T14:10:17.7405891Z test/dtypes/test_nf4.py::TestNF4Linear::test_smoketest_linear_compile_float32 SKIPPED 2025-09-09T14:10:17.7406947Z test/dtypes/test_nf4.py::TestNF4Linear::test_smoketest_linear_float16 SKIPPED 2025-09-09T14:10:17.7407970Z test/dtypes/test_nf4.py::TestNF4Linear::test_smoketest_linear_float32 SKIPPED 2025-09-09T14:10:17.7408945Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_bfloat16 PASSED 2025-09-09T14:10:17.7409840Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_device SKIPPED 2025-09-09T14:10:17.7410740Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_float16 PASSED 2025-09-09T14:10:17.7411614Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_float32 PASSED 2025-09-09T14:10:17.7412513Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_dtype_bfloat16 PASSED 2025-09-09T14:10:17.7413623Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_dtype_float16 PASSED 2025-09-09T14:10:17.7414531Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_dtype_float32 PASSED 2025-09-09T14:10:17.7415461Z test/dtypes/test_nf4.py::TestFSDPOps::test_pin_memory SKIPPED (Need ...) 2025-09-09T14:10:17.7416460Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_2d_view_valid_input_size0 PASSED 2025-09-09T14:10:17.7417657Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_as_strided_invalid_input_size0 PASSED 2025-09-09T14:10:17.7429243Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_as_strided_invalid_input_size1 PASSED 2025-09-09T14:10:17.7430649Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_as_strided_valid_input_size1 PASSED 2025-09-09T14:10:17.7431785Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_as_strided_valid_input_size2 PASSED 2025-09-09T14:10:17.7432929Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_as_strided_valid_input_size_262144 PASSED 2025-09-09T14:10:17.7434054Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_deepcopy_input_size1 SKIPPED 2025-09-09T14:10:17.7435104Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_deepcopy_input_size2 SKIPPED 2025-09-09T14:10:17.7436434Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_deepcopy_input_size_262144 SKIPPED 2025-09-09T14:10:17.7437560Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_new_zeros_invalid_input_size1 PASSED 2025-09-09T14:10:17.7438702Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_new_zeros_invalid_input_size2 PASSED 2025-09-09T14:10:17.7440142Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_new_zeros_invalid_input_size_262144 PASSED 2025-09-09T14:10:17.7441509Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_new_zeros_valid_input_size1 PASSED 2025-09-09T14:10:17.7442785Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_new_zeros_valid_input_size2 PASSED 2025-09-09T14:10:17.7444320Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_new_zeros_valid_input_size_262144 PASSED 2025-09-09T14:10:17.7445658Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_slice_1d_invalid PASSED 2025-09-09T14:10:17.7446866Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_slice_2d_invalid PASSED 2025-09-09T14:10:17.7448300Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_slice_valid_input_size1 PASSED 2025-09-09T14:10:17.7449822Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_slice_valid_input_size2 PASSED 2025-09-09T14:10:17.7451384Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_slice_valid_input_size_262144 PASSED 2025-09-09T14:10:17.7452925Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_view_invalid_input_size0 PASSED 2025-09-09T14:10:17.7454424Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_view_valid_input_size0 PASSED 2025-09-09T14:10:17.7455887Z test/dtypes/test_nf4.py::TestFSDPOps::test_tensor_view_valid_input_size1 PASSED 2025-09-09T14:10:17.7457313Z test/dtypes/test_nf4.py::TestFSDPOps::test_to_cpu SKIPPED (Need CUDA...) 2025-09-09T14:10:17.7458647Z test/dtypes/test_nf4.py::TestFSDPOps::test_to_cuda SKIPPED (Need CUD...) 2025-09-09T14:10:17.7459990Z test/dtypes/test_nf4.py::TestFSDPOps::test_to_module SKIPPED (Need C...) 2025-09-09T14:10:17.7461451Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_invalid_3d_input_size0 PASSED 2025-09-09T14:10:17.7462764Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_invalid_divide_input_size1 PASSED 2025-09-09T14:10:17.7463940Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_invalid_divide_input_size2 PASSED 2025-09-09T14:10:17.7465137Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_invalid_divide_input_size_261632 PASSED 2025-09-09T14:10:26.3623494Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_valid_input_size1 PASSED 2025-09-09T14:10:26.3625365Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_valid_input_size2 PASSED 2025-09-09T14:10:26.3626864Z test/dtypes/test_nf4.py::TestFSDPOps::test_torch_chunk_valid_input_size_262144 PASSED 2025-09-09T14:10:26.3628756Z test/dtypes/test_nf4.py::TestQLoRA::test_qlora_fsdp2 WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:10:26.3631128Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:10:26.3632862Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:10:26.3634606Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:10:26.3635713Z dist init r=1, world=2 2025-09-09T14:10:26.3636134Z dist init r=0, world=2 2025-09-09T14:10:26.3636730Z SKIPPED (Need a...) 2025-09-09T14:10:26.3638094Z test/dtypes/test_nf4.py::TestComm::test_comm WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:10:26.3640053Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:10:26.3641739Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:10:26.3643489Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:10:26.3644635Z dist init r=0, world=2 2025-09-09T14:10:26.3645034Z dist init r=1, world=2 2025-09-09T14:10:26.3645633Z SKIPPED (Need at least ...) 2025-09-09T14:10:26.3646554Z test/dtypes/test_uint4.py::TestUInt4::test_basic_tensor_ops SKIPPED 2025-09-09T14:10:26.3647832Z test/dtypes/test_uint4.py::TestUInt4::test_gpu_quant SKIPPED (FAILED...) 2025-09-09T14:10:26.3649140Z test/dtypes/test_uint4.py::TestUInt4::test_pt2e_quant SKIPPED (FAILE...) 2025-09-09T14:10:26.3650551Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype0] SKIPPED 2025-09-09T14:10:26.3652095Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype1] SKIPPED 2025-09-09T14:10:26.3653618Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype2] SKIPPED 2025-09-09T14:10:26.3655200Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype3] SKIPPED 2025-09-09T14:10:26.3656725Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype4] SKIPPED 2025-09-09T14:10:26.3658278Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype5] SKIPPED 2025-09-09T14:10:26.3659772Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[32-dtype6] SKIPPED 2025-09-09T14:10:26.3661319Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype0] SKIPPED 2025-09-09T14:10:26.3662863Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype1] SKIPPED 2025-09-09T14:10:26.3664365Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype2] SKIPPED 2025-09-09T14:10:26.3665935Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype3] SKIPPED 2025-09-09T14:10:26.3667453Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype4] SKIPPED 2025-09-09T14:10:26.3669011Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype5] SKIPPED 2025-09-09T14:10:26.3670643Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[64-dtype6] SKIPPED 2025-09-09T14:10:26.3672171Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype0] SKIPPED 2025-09-09T14:10:26.3673745Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype1] SKIPPED 2025-09-09T14:10:26.3675448Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype2] SKIPPED 2025-09-09T14:10:26.3677014Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype3] SKIPPED 2025-09-09T14:10:26.3678549Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype4] SKIPPED 2025-09-09T14:10:26.3680238Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype5] SKIPPED 2025-09-09T14:10:26.3681787Z test/dtypes/test_uintx.py::test_uintx_quant_on_cpu_then_move_to_cuda[128-dtype6] SKIPPED 2025-09-09T14:10:26.3683299Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype0] SKIPPED 2025-09-09T14:10:26.3684817Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype1] SKIPPED 2025-09-09T14:10:26.3686310Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype2] SKIPPED 2025-09-09T14:10:26.3687826Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype3] SKIPPED 2025-09-09T14:10:26.3689342Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype4] SKIPPED 2025-09-09T14:10:26.3690826Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype5] SKIPPED 2025-09-09T14:10:26.3692352Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-32-dtype6] SKIPPED 2025-09-09T14:10:26.3693834Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype0] SKIPPED 2025-09-09T14:10:26.3695352Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype1] SKIPPED 2025-09-09T14:10:26.3696865Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype2] SKIPPED 2025-09-09T14:10:26.3698360Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype3] SKIPPED 2025-09-09T14:10:26.3699880Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype4] SKIPPED 2025-09-09T14:10:26.3701356Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype5] SKIPPED 2025-09-09T14:10:26.3702890Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-64-dtype6] SKIPPED 2025-09-09T14:10:26.3704396Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype0] SKIPPED 2025-09-09T14:10:26.3705933Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype1] SKIPPED 2025-09-09T14:10:26.3707458Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype2] SKIPPED 2025-09-09T14:10:26.3708946Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype3] SKIPPED 2025-09-09T14:10:26.3710566Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype4] SKIPPED 2025-09-09T14:10:26.3712106Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype5] SKIPPED 2025-09-09T14:10:26.3713639Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cpu-128-dtype6] SKIPPED 2025-09-09T14:10:26.3715143Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype0] SKIPPED 2025-09-09T14:10:26.3716644Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype1] SKIPPED 2025-09-09T14:10:26.3718195Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype2] SKIPPED 2025-09-09T14:10:26.3719939Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype3] SKIPPED 2025-09-09T14:10:26.3721468Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype4] SKIPPED 2025-09-09T14:10:26.3722972Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype5] SKIPPED 2025-09-09T14:10:26.3724470Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-32-dtype6] SKIPPED 2025-09-09T14:10:26.3726232Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype0] SKIPPED 2025-09-09T14:10:26.3727776Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype1] SKIPPED 2025-09-09T14:10:26.3729305Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype2] SKIPPED 2025-09-09T14:10:26.3731082Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype3] SKIPPED 2025-09-09T14:10:26.3732590Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype4] SKIPPED 2025-09-09T14:10:26.3734107Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype5] SKIPPED 2025-09-09T14:10:26.3735634Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-64-dtype6] SKIPPED 2025-09-09T14:10:26.3737157Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype0] SKIPPED 2025-09-09T14:10:26.3738712Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype1] SKIPPED 2025-09-09T14:10:26.3740298Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype2] SKIPPED 2025-09-09T14:10:26.3741823Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype3] SKIPPED 2025-09-09T14:10:26.3743360Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype4] SKIPPED 2025-09-09T14:10:26.3744858Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype5] SKIPPED 2025-09-09T14:10:26.3746396Z test/dtypes/test_uintx.py::test_uintx_weight_only_model_quant[cuda-128-dtype6] SKIPPED 2025-09-09T14:10:26.3747852Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype0] SKIPPED 2025-09-09T14:10:26.3749210Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype1] SKIPPED 2025-09-09T14:10:26.3750724Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype2] SKIPPED 2025-09-09T14:10:26.3752107Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype3] SKIPPED 2025-09-09T14:10:26.3753512Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype4] SKIPPED 2025-09-09T14:10:27.5180855Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype5] SKIPPED 2025-09-09T14:10:27.5181710Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-32-dtype6] SKIPPED 2025-09-09T14:10:27.5182498Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype0] SKIPPED 2025-09-09T14:10:27.5183256Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype1] SKIPPED 2025-09-09T14:10:27.5184027Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype2] SKIPPED 2025-09-09T14:10:27.5184792Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype3] SKIPPED 2025-09-09T14:10:27.5185875Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype4] SKIPPED 2025-09-09T14:10:27.5186650Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype5] SKIPPED 2025-09-09T14:10:27.5187404Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-64-dtype6] SKIPPED 2025-09-09T14:10:27.5188246Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype0] SKIPPED 2025-09-09T14:10:27.5189161Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype1] SKIPPED 2025-09-09T14:10:27.5189921Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype2] SKIPPED 2025-09-09T14:10:27.5190754Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype3] SKIPPED 2025-09-09T14:10:27.5191515Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype4] SKIPPED 2025-09-09T14:10:27.5192284Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype5] SKIPPED 2025-09-09T14:10:27.5193270Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cpu-128-dtype6] SKIPPED 2025-09-09T14:10:27.5194272Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype0] SKIPPED 2025-09-09T14:10:27.5195049Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype1] SKIPPED 2025-09-09T14:10:27.5195802Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype2] SKIPPED 2025-09-09T14:10:27.5196924Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype3] SKIPPED 2025-09-09T14:10:27.5197701Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype4] SKIPPED 2025-09-09T14:10:27.5198456Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype5] SKIPPED 2025-09-09T14:10:27.5199232Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-32-dtype6] SKIPPED 2025-09-09T14:10:27.5199997Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype0] SKIPPED 2025-09-09T14:10:27.5200767Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype1] SKIPPED 2025-09-09T14:10:27.5201533Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype2] SKIPPED 2025-09-09T14:10:27.5202287Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype3] SKIPPED 2025-09-09T14:10:27.5203055Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype4] SKIPPED 2025-09-09T14:10:27.5203809Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype5] SKIPPED 2025-09-09T14:10:27.5204578Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-64-dtype6] SKIPPED 2025-09-09T14:10:27.5205526Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype0] SKIPPED 2025-09-09T14:10:27.5206298Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype1] SKIPPED 2025-09-09T14:10:27.5207083Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype2] SKIPPED 2025-09-09T14:10:27.5207846Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype3] SKIPPED 2025-09-09T14:10:27.5208826Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype4] SKIPPED 2025-09-09T14:10:27.5209607Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype5] SKIPPED 2025-09-09T14:10:27.5210379Z test/dtypes/test_uintx.py::test_uintx_weight_only_quant[cuda-128-dtype6] SKIPPED 2025-09-09T14:10:27.5211123Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype0] SKIPPED (...) 2025-09-09T14:10:27.5211821Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype1] SKIPPED (...) 2025-09-09T14:10:27.5212527Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype2] SKIPPED (...) 2025-09-09T14:10:27.5213399Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype3] SKIPPED (...) 2025-09-09T14:10:27.5214123Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype4] SKIPPED (...) 2025-09-09T14:10:27.5214826Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype5] SKIPPED (...) 2025-09-09T14:10:27.5215516Z test/dtypes/test_uintx.py::test_uintx_target_dtype[dtype6] SKIPPED (...) 2025-09-09T14:10:27.5216419Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype0] SKIPPED 2025-09-09T14:10:27.5217154Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype1] SKIPPED 2025-09-09T14:10:27.5217878Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype2] SKIPPED 2025-09-09T14:10:27.5218605Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype3] SKIPPED 2025-09-09T14:10:27.5219497Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype4] SKIPPED 2025-09-09T14:10:27.5220236Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype5] SKIPPED 2025-09-09T14:10:27.5221099Z test/dtypes/test_uintx.py::test_uintx_target_dtype_compile[dtype6] SKIPPED 2025-09-09T14:10:27.5222042Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype0] SKIPPED (Ne...) 2025-09-09T14:10:27.5222735Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype1] SKIPPED (Ne...) 2025-09-09T14:10:27.5223444Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype2] SKIPPED (Ne...) 2025-09-09T14:10:27.5224309Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype3] SKIPPED (Ne...) 2025-09-09T14:10:27.5225134Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype4] SKIPPED (Ne...) 2025-09-09T14:10:27.5225836Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype5] SKIPPED (Ne...) 2025-09-09T14:10:27.5226523Z test/dtypes/test_uintx.py::test_uintx_model_size[dtype6] SKIPPED (Ne...) 2025-09-09T14:10:27.5227493Z test/float8/test_auto_filter.py::test_end_to_end_filtering[tensorwise-module_dims0-valid.layer-filter_fqns0-True] PASSED 2025-09-09T14:10:27.5228697Z test/float8/test_auto_filter.py::test_end_to_end_filtering[tensorwise-module_dims1-skip_layer.linear-filter_fqns1-False] PASSED 2025-09-09T14:10:27.5230078Z test/float8/test_auto_filter.py::test_end_to_end_filtering[tensorwise-module_dims2-valid.layer-filter_fqns2-False] PASSED 2025-09-09T14:10:27.5231318Z test/float8/test_auto_filter.py::test_end_to_end_filtering[rowwise-module_dims3-valid.layer-filter_fqns3-True] PASSED 2025-09-09T14:10:27.5232646Z test/float8/test_auto_filter.py::test_end_to_end_filtering[rowwise-module_dims4-skip_layer.linear-filter_fqns4-False] PASSED 2025-09-09T14:10:27.5233836Z test/float8/test_auto_filter.py::test_end_to_end_filtering[rowwise-module_dims5-valid.layer-filter_fqns5-False] PASSED 2025-09-09T14:10:27.5234776Z test/float8/test_auto_filter.py::test_exact_boundary_dimensions_rowwise PASSED 2025-09-09T14:10:27.5235549Z test/float8/test_auto_filter.py::test_exact_boundary_dimensions_tensorwise PASSED 2025-09-09T14:10:27.5236309Z test/float8/test_auto_filter.py::test_partial_fqn_matching PASSED 2025-09-09T14:10:27.5237041Z test/float8/test_base.py::TestFloat8TrainingTensor::test_preserves_dtype PASSED 2025-09-09T14:10:27.5238078Z test/float8/test_base.py::TestFloat8TrainingTensor::test_differentiable_casts PASSED 2025-09-09T14:10:27.5238879Z test/float8/test_base.py::TestFloat8TrainingTensor::test_split_cat PASSED 2025-09-09T14:10:27.5239636Z test/float8/test_base.py::TestFloat8TrainingTensor::test_index_put PASSED 2025-09-09T14:10:27.5240378Z test/float8/test_base.py::TestFloat8TrainingTensor::test_copy_ PASSED 2025-09-09T14:10:27.5241286Z test/float8/test_base.py::TestFloat8TrainingTensor::test_transpose PASSED 2025-09-09T14:10:27.5242185Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[True-0-shape0] PASSED 2025-09-09T14:10:27.5243194Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[True-0-shape1] PASSED 2025-09-09T14:10:27.5244204Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[True-0-shape2] PASSED 2025-09-09T14:10:27.5245418Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[True--1-shape0] PASSED 2025-09-09T14:10:27.5246426Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[True--1-shape1] PASSED 2025-09-09T14:10:27.5247639Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[True--1-shape2] PASSED 2025-09-09T14:10:27.5248653Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[False-0-shape0] PASSED 2025-09-09T14:10:27.5249676Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[False-0-shape1] PASSED 2025-09-09T14:10:27.5250691Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[False-0-shape2] PASSED 2025-09-09T14:10:27.5251853Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[False--1-shape0] PASSED 2025-09-09T14:10:27.5252886Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[False--1-shape1] PASSED 2025-09-09T14:10:27.5253902Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_dynamic_cast[False--1-shape2] PASSED 2025-09-09T14:10:27.5254901Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_reshape PASSED 2025-09-09T14:10:27.5256306Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.AXISWISE-ScalingGranularity.AXISWISE-a_shape0] SKIPPED 2025-09-09T14:10:27.5620934Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.AXISWISE-ScalingGranularity.AXISWISE-a_shape1] SKIPPED 2025-09-09T14:10:27.5622522Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.AXISWISE-ScalingGranularity.AXISWISE-a_shape2] SKIPPED 2025-09-09T14:10:27.5624071Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.AXISWISE-ScalingGranularity.TENSORWISE-a_shape0] SKIPPED 2025-09-09T14:10:27.5625685Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.AXISWISE-ScalingGranularity.TENSORWISE-a_shape1] SKIPPED 2025-09-09T14:10:27.5627247Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.AXISWISE-ScalingGranularity.TENSORWISE-a_shape2] SKIPPED 2025-09-09T14:10:27.5628851Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.TENSORWISE-ScalingGranularity.AXISWISE-a_shape0] SKIPPED 2025-09-09T14:10:27.5630392Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.TENSORWISE-ScalingGranularity.AXISWISE-a_shape1] SKIPPED 2025-09-09T14:10:27.5632023Z test/float8/test_base.py::TestFloat8TrainingTensor::test_axiswise_gemm[ScalingGranularity.TENSORWISE-ScalingGranularity.AXISWISE-a_shape2] SKIPPED 2025-09-09T14:10:27.5633152Z test/float8/test_base.py::TestFloat8TrainingTensor::test_fp8_dtype SKIPPED 2025-09-09T14:10:27.5634550Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-False-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5636523Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-False-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5638535Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-False-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5640458Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-False-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5642610Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-False-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5644627Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-False-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5646600Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-True-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5648556Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-True-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5650594Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-True-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5652630Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-True-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5654652Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-True-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5656655Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[False-True-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5658544Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-False-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5660546Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-False-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5662429Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-False-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5664440Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-False-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5666333Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-False-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5668212Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-False-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5670229Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-True-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5672272Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-True-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5674146Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-True-linear_dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5676032Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-True-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape0-True] SKIPPED 2025-09-09T14:10:27.5677983Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-True-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape1-True] SKIPPED 2025-09-09T14:10:27.5679861Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_config_params[True-True-linear_dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-x_shape2-True] SKIPPED 2025-09-09T14:10:27.5681534Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-True-x_shape0-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5682960Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-True-x_shape0-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.5684353Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-True-x_shape1-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5685852Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-True-x_shape1-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.5687266Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-True-x_shape2-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5688740Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-True-x_shape2-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.5690223Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-False-x_shape0-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5691701Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-False-x_shape0-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.5693114Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-False-x_shape1-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5694541Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-False-x_shape1-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.5696008Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-False-x_shape2-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5697440Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype0-False-x_shape2-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.5698869Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-True-x_shape0-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.5700303Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-True-x_shape0-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6247581Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-True-x_shape1-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6249012Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-True-x_shape1-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6250410Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-True-x_shape2-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6251828Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-True-x_shape2-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6253219Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-False-x_shape0-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6254640Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-False-x_shape0-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6256053Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-False-x_shape1-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6257466Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-False-x_shape1-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6258880Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-False-x_shape2-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6260328Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype1-False-x_shape2-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6261728Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-True-x_shape0-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6263141Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-True-x_shape0-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6264708Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-True-x_shape1-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6266114Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-True-x_shape1-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6267611Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-True-x_shape2-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6269022Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-True-x_shape2-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6270419Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-False-x_shape0-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6271939Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-False-x_shape0-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6273345Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-False-x_shape1-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6274768Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-False-x_shape1-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6276186Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-False-x_shape2-Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6277594Z test/float8/test_base.py::TestFloat8Linear::test_linear_from_recipe[linear_dtype2-False-x_shape2-Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:27.6278987Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.TENSORWISE-linear_dtype0-True] SKIPPED 2025-09-09T14:10:27.6280306Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.TENSORWISE-linear_dtype1-True] SKIPPED 2025-09-09T14:10:27.6281602Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.TENSORWISE-linear_dtype2-True] SKIPPED 2025-09-09T14:10:27.6282893Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.ROWWISE-linear_dtype0-True] SKIPPED 2025-09-09T14:10:27.6284160Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.ROWWISE-linear_dtype1-True] SKIPPED 2025-09-09T14:10:27.6285436Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.ROWWISE-linear_dtype2-True] SKIPPED 2025-09-09T14:10:27.6286769Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.ROWWISE_WITH_GW_HP-linear_dtype0-True] SKIPPED 2025-09-09T14:10:27.6288124Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.ROWWISE_WITH_GW_HP-linear_dtype1-True] SKIPPED 2025-09-09T14:10:27.6289491Z test/float8/test_base.py::TestFloat8Linear::test_autocast_outputs[Float8LinearRecipeName.ROWWISE_WITH_GW_HP-linear_dtype2-True] SKIPPED 2025-09-09T14:10:27.6290469Z test/float8/test_base.py::TestFloat8Linear::test_repr PASSED 2025-09-09T14:10:27.6291139Z test/float8/test_base.py::TestFloat8Linear::test_inference_mode SKIPPED 2025-09-09T14:10:27.6291871Z test/float8/test_base.py::TestFloat8Linear::test_quantize SKIPPED (C...) 2025-09-09T14:10:27.6292683Z test/float8/test_base.py::TestScaledMM::test_scaled_mm_vs_emulated[True-base_dtype0] SKIPPED 2025-09-09T14:10:27.6293591Z test/float8/test_base.py::TestScaledMM::test_scaled_mm_vs_emulated[True-base_dtype1] SKIPPED 2025-09-09T14:10:27.6294491Z test/float8/test_base.py::TestScaledMM::test_scaled_mm_vs_emulated[True-base_dtype2] SKIPPED 2025-09-09T14:10:27.6295455Z test/float8/test_base.py::TestScaledMM::test_scaled_mm_vs_emulated[False-base_dtype0] SKIPPED 2025-09-09T14:10:27.6296368Z test/float8/test_base.py::TestScaledMM::test_scaled_mm_vs_emulated[False-base_dtype1] SKIPPED 2025-09-09T14:10:27.6297266Z test/float8/test_base.py::TestScaledMM::test_scaled_mm_vs_emulated[False-base_dtype2] SKIPPED 2025-09-09T14:10:27.6298098Z test/float8/test_base.py::TestScaledMM::test_different_configs_error SKIPPED 2025-09-09T14:10:27.6298947Z test/float8/test_base.py::TestScaledMM::test_pad_inner_dim[True-base_dtype0] SKIPPED 2025-09-09T14:10:27.6299777Z test/float8/test_base.py::TestScaledMM::test_pad_inner_dim[True-base_dtype1] SKIPPED 2025-09-09T14:10:27.6300605Z test/float8/test_base.py::TestScaledMM::test_pad_inner_dim[True-base_dtype2] SKIPPED 2025-09-09T14:10:27.6301425Z test/float8/test_base.py::TestScaledMM::test_pad_inner_dim[False-base_dtype0] SKIPPED 2025-09-09T14:10:27.6302268Z test/float8/test_base.py::TestScaledMM::test_pad_inner_dim[False-base_dtype1] SKIPPED 2025-09-09T14:10:27.6303089Z test/float8/test_base.py::TestScaledMM::test_pad_inner_dim[False-base_dtype2] SKIPPED 2025-09-09T14:10:27.6303923Z test/float8/test_base.py::TestNumerics::test_small_amax_float16[float8_dtype0] SKIPPED 2025-09-09T14:10:27.6304765Z test/float8/test_base.py::TestNumerics::test_small_amax_float16[float8_dtype1] SKIPPED 2025-09-09T14:10:27.6305595Z test/float8/test_base.py::TestNumerics::test_small_amax_float16[float8_dtype2] SKIPPED 2025-09-09T14:10:27.6306420Z test/float8/test_base.py::TestNumerics::test_small_amax_float16[float8_dtype3] SKIPPED 2025-09-09T14:10:27.6307238Z test/float8/test_base.py::TestFloat8LinearUtils::test_fp8_tensor_statistics PASSED 2025-09-09T14:10:27.6308090Z test/float8/test_base.py::TestFloat8LinearUtils::test_swap_linears_with_filters PASSED 2025-09-09T14:10:27.6308914Z test/float8/test_base.py::TestFloat8LinearUtils::test_swap_root_linear PASSED 2025-09-09T14:10:27.6309800Z test/float8/test_base.py::TestFloat8LinearUtils::test_swap_root_linear_with_children_raises PASSED 2025-09-09T14:10:27.6310766Z test/float8/test_base.py::TestFloat8LinearUtils::test_swap_submodule_linears PASSED 2025-09-09T14:10:27.6311653Z test/float8/test_base.py::TestFloat8LinearUtils::test_swap_submodule_linears_with_skip PASSED 2025-09-09T14:10:27.6312855Z test/float8/test_compile.py::test_eager_only[dtype0-True-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-True] SKIPPED 2025-09-09T14:10:27.6314261Z test/float8/test_compile.py::test_eager_only[dtype1-True-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-True] SKIPPED 2025-09-09T14:10:27.6315647Z test/float8/test_compile.py::test_aot_eager[dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-True-True] SKIPPED 2025-09-09T14:10:27.6317043Z test/float8/test_compile.py::test_aot_eager[dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-True-True] SKIPPED 2025-09-09T14:10:27.6318529Z test/float8/test_compile.py::test_inductor_from_config_params[dtype0-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-False-True] SKIPPED 2025-09-09T14:10:27.6320271Z test/float8/test_compile.py::test_inductor_from_config_params[dtype1-ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC-False-True] SKIPPED 2025-09-09T14:10:27.6321521Z test/float8/test_compile.py::test_inductor_from_recipe[Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:27.6322530Z test/float8/test_compile.py::test_inductor_from_recipe[Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:28.0004607Z test/float8/test_compile.py::TestGraphBreaks::test_float8_graph_input SKIPPED 2025-09-09T14:10:28.0005466Z test/float8/test_compile.py::TestGraphBreaks::test_float8_graph_output SKIPPED 2025-09-09T14:10:28.0006602Z test/float8/test_compile.py::TestGraphBreaks::test_float8_with_graph_break_in_the_middle SKIPPED 2025-09-09T14:10:28.0007504Z test/float8/test_compile.py::test_dynamic_scale_numeric_parity[True-dtype0] SKIPPED 2025-09-09T14:10:28.0008362Z test/float8/test_compile.py::test_dynamic_scale_numeric_parity[True-dtype1] SKIPPED 2025-09-09T14:10:28.0009170Z test/float8/test_compile.py::test_dynamic_scale_numeric_parity[True-dtype2] SKIPPED 2025-09-09T14:10:28.0010116Z test/float8/test_compile.py::test_dynamic_scale_numeric_parity[False-dtype0] SKIPPED 2025-09-09T14:10:28.0010946Z test/float8/test_compile.py::test_dynamic_scale_numeric_parity[False-dtype1] SKIPPED 2025-09-09T14:10:28.0011761Z test/float8/test_compile.py::test_dynamic_scale_numeric_parity[False-dtype2] SKIPPED 2025-09-09T14:10:28.0012673Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case0] SKIPPED 2025-09-09T14:10:28.0013637Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case1] SKIPPED 2025-09-09T14:10:28.0014600Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case2] SKIPPED 2025-09-09T14:10:28.0015560Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case3] SKIPPED 2025-09-09T14:10:28.0016507Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case4] SKIPPED 2025-09-09T14:10:28.0017472Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case5] SKIPPED 2025-09-09T14:10:28.0018417Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case6] SKIPPED 2025-09-09T14:10:28.0019531Z test/float8/test_float8_utils.py::test_round_scale_down_to_power_of_2_valid_inputs[test_case7] SKIPPED 2025-09-09T14:10:28.0020389Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype0] PASSED 2025-09-09T14:10:28.0021219Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype1] PASSED 2025-09-09T14:10:28.0022084Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype2] PASSED 2025-09-09T14:10:28.0022833Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype3] PASSED 2025-09-09T14:10:28.0023598Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype4] PASSED 2025-09-09T14:10:28.0024369Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype5] PASSED 2025-09-09T14:10:28.0025116Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype6] PASSED 2025-09-09T14:10:28.0025878Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype7] PASSED 2025-09-09T14:10:28.0027256Z test/float8/test_numerics_integration.py::TestFloat8NumericsIntegrationTest::test_encoder_fw_bw_from_config_params[ScalingType.DYNAMIC-ScalingType.DYNAMIC-ScalingType.DYNAMIC] SKIPPED 2025-09-09T14:10:28.0028959Z test/float8/test_numerics_integration.py::TestFloat8NumericsIntegrationTest::test_encoder_fw_bw_from_recipe[Float8LinearRecipeName.ROWWISE] SKIPPED 2025-09-09T14:10:28.0030613Z test/float8/test_numerics_integration.py::TestFloat8NumericsIntegrationTest::test_encoder_fw_bw_from_recipe[Float8LinearRecipeName.ROWWISE_WITH_GW_HP] SKIPPED 2025-09-09T14:10:28.0031752Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_2bit SKIPPED (N...) 2025-09-09T14:10:28.0032458Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_3bit SKIPPED (N...) 2025-09-09T14:10:28.0033149Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_4bit SKIPPED (N...) 2025-09-09T14:10:28.0033849Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_5bit SKIPPED (N...) 2025-09-09T14:10:28.0034545Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_6bit SKIPPED (N...) 2025-09-09T14:10:28.0035229Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_7bit SKIPPED (N...) 2025-09-09T14:10:28.0036054Z test/hqq/test_hqq_affine.py::TestHQQ::test_hqq_plain_8bit SKIPPED (N...) 2025-09-09T14:10:28.0036849Z test/integration/test_integration.py::SmoothquantUnitTest::test_debug_x_absmax PASSED 2025-09-09T14:10:28.0037707Z test/integration/test_integration.py::SmoothquantUnitTest::test_figure_4 PASSED 2025-09-09T14:10:28.0038706Z test/integration/test_integration.py::SmoothquantUnitTest::test_selective_torch_compile PASSED 2025-09-09T14:10:28.0040244Z test/integration/test_integration.py::SmoothquantUnitTest::test_smooth_linear_cpu [W909 14:10:27.617284276 qlinear_dynamic.cpp:252] Warning: Currently, qnnpack incorrectly ignores reduce_range when it is set to true; this may change in a future release. (function operator()) 2025-09-09T14:10:28.0041530Z PASSED 2025-09-09T14:10:28.0042120Z test/integration/test_integration.py::SmoothquantUnitTest::test_smooth_linear_cuda SKIPPED 2025-09-09T14:10:28.0043105Z test/integration/test_integration.py::SmoothquantUnitTest::test_smooth_linear_edge_cases PASSED 2025-09-09T14:10:28.0043994Z test/integration/test_integration.py::SmoothquantUnitTest::test_swap PASSED 2025-09-09T14:10:28.0044794Z test/integration/test_integration.py::SmoothquantUnitTest::test_tensors PASSED 2025-09-09T14:10:28.0045749Z test/integration/test_integration.py::SmoothquantUnitTest::test_weight_t_and_non_t_numerics_match SKIPPED 2025-09-09T14:10:28.0046720Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test__int_mm SKIPPED 2025-09-09T14:10:28.0047787Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test__int_mm_eager_and_torch_compile_numerics SKIPPED 2025-09-09T14:10:28.0048986Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_dynamic_quant_per_channel_numerics_cpu PASSED 2025-09-09T14:10:28.0050176Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_dynamic_quant_per_channel_numerics_cuda SKIPPED 2025-09-09T14:10:28.0051283Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_per_token_linear_cpu PASSED 2025-09-09T14:10:28.0052332Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_per_token_linear_cuda SKIPPED 2025-09-09T14:10:28.0053377Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_quantize_per_token_cpu PASSED 2025-09-09T14:10:28.0054427Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_quantize_per_token_cuda SKIPPED 2025-09-09T14:10:28.0055487Z test/integration/test_integration.py::PythonQuantUtilOpUnitTest::test_quantize_per_token_xpu SKIPPED 2025-09-09T14:10:28.0056598Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_rowwise_scaling_subclass_0_cpu SKIPPED 2025-09-09T14:10:28.0057779Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_rowwise_scaling_subclass_1_cpu SKIPPED 2025-09-09T14:10:28.0058970Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_rowwise_scaling_subclass_2_cpu SKIPPED 2025-09-09T14:10:28.0060146Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_rowwise_scaling_subclass_3_cuda SKIPPED 2025-09-09T14:10:28.0061343Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_rowwise_scaling_subclass_4_cuda SKIPPED 2025-09-09T14:10:28.0062531Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_rowwise_scaling_subclass_5_cuda SKIPPED 2025-09-09T14:10:28.0063736Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_tensorwise_scaling_subclass_0_cpu SKIPPED 2025-09-09T14:10:28.0064953Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_tensorwise_scaling_subclass_1_cpu SKIPPED 2025-09-09T14:10:28.0066211Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_tensorwise_scaling_subclass_2_cpu SKIPPED 2025-09-09T14:10:28.0067439Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_tensorwise_scaling_subclass_3_cuda SKIPPED 2025-09-09T14:10:28.0068659Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_tensorwise_scaling_subclass_4_cuda SKIPPED 2025-09-09T14:10:28.0069920Z test/integration/test_integration.py::TestSubclass::test_aq_float8_dynamic_quant_tensorwise_scaling_subclass_5_cuda SKIPPED 2025-09-09T14:10:28.0071135Z test/integration/test_integration.py::TestSubclass::test_aq_float8_weight_only_quant_subclass_0_cpu SKIPPED 2025-09-09T14:10:28.0072199Z test/integration/test_integration.py::TestSubclass::test_aq_float8_weight_only_quant_subclass_1_cpu SKIPPED 2025-09-09T14:10:28.0073269Z test/integration/test_integration.py::TestSubclass::test_aq_float8_weight_only_quant_subclass_2_cpu SKIPPED 2025-09-09T14:10:28.0074351Z test/integration/test_integration.py::TestSubclass::test_aq_float8_weight_only_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:28.0075412Z test/integration/test_integration.py::TestSubclass::test_aq_float8_weight_only_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:28.0076488Z test/integration/test_integration.py::TestSubclass::test_aq_float8_weight_only_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:28.0077515Z test/integration/test_integration.py::TestSubclass::test_aq_int8_dynamic_quant_subclass_0_cpu SKIPPED 2025-09-09T14:10:28.0078524Z test/integration/test_integration.py::TestSubclass::test_aq_int8_dynamic_quant_subclass_1_cpu SKIPPED 2025-09-09T14:10:33.4851533Z test/integration/test_integration.py::TestSubclass::test_aq_int8_dynamic_quant_subclass_2_cpu SKIPPED 2025-09-09T14:10:33.4852953Z test/integration/test_integration.py::TestSubclass::test_aq_int8_dynamic_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4854345Z test/integration/test_integration.py::TestSubclass::test_aq_int8_dynamic_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4855710Z test/integration/test_integration.py::TestSubclass::test_aq_int8_dynamic_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4857092Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_2_subclass_0_cpu SKIPPED 2025-09-09T14:10:33.4858169Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_2_subclass_1_cpu SKIPPED 2025-09-09T14:10:33.4859233Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_2_subclass_2_cpu SKIPPED 2025-09-09T14:10:33.4860287Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_2_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4861362Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_2_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4862427Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_2_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4863488Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_3_subclass_0_cpu SKIPPED 2025-09-09T14:10:33.4864549Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_3_subclass_1_cpu SKIPPED 2025-09-09T14:10:33.4865603Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_3_subclass_2_cpu SKIPPED 2025-09-09T14:10:33.4866672Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_3_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4867733Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_3_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4868808Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_3_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4870113Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_subclass_0_cpu SKIPPED 2025-09-09T14:10:33.4871222Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_subclass_1_cpu SKIPPED 2025-09-09T14:10:33.4872277Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_subclass_2_cpu SKIPPED 2025-09-09T14:10:33.4873438Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4874494Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4875552Z test/integration/test_integration.py::TestSubclass::test_aq_int8_weight_only_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4876578Z test/integration/test_integration.py::TestSubclass::test_autoquantizable_flatten_unflatten PASSED 2025-09-09T14:10:33.4877667Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_0_cpu SKIPPED 2025-09-09T14:10:33.4878786Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_1_cpu SKIPPED 2025-09-09T14:10:33.4879917Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_2_cpu SKIPPED 2025-09-09T14:10:33.4881061Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4882189Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4883322Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4884499Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_grouped_0_cpu SKIPPED 2025-09-09T14:10:33.4885694Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_grouped_1_cpu SKIPPED 2025-09-09T14:10:33.4886900Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_grouped_2_cpu SKIPPED 2025-09-09T14:10:33.4888091Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_grouped_3_cuda SKIPPED 2025-09-09T14:10:33.4889315Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_grouped_4_cuda SKIPPED 2025-09-09T14:10:33.4890557Z test/integration/test_integration.py::TestSubclass::test_dequantize_int4_weight_only_quant_subclass_grouped_5_cuda SKIPPED 2025-09-09T14:10:33.4891689Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_dynamic_quant_subclass_0_cpu PASSED 2025-09-09T14:10:33.4892783Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_dynamic_quant_subclass_1_cpu PASSED 2025-09-09T14:10:33.4893874Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_dynamic_quant_subclass_2_cpu PASSED 2025-09-09T14:10:33.4895809Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_dynamic_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4897546Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_dynamic_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4899268Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_dynamic_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4901004Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_weight_only_quant_subclass_0_cpu PASSED 2025-09-09T14:10:33.4902753Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_weight_only_quant_subclass_1_cpu PASSED 2025-09-09T14:10:33.4904608Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_weight_only_quant_subclass_2_cpu PASSED 2025-09-09T14:10:33.4906280Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_weight_only_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4908277Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_weight_only_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4910120Z test/integration/test_integration.py::TestSubclass::test_dequantize_int8_weight_only_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4911812Z test/integration/test_integration.py::TestSubclass::test_gemlite_layout_0_cpu SKIPPED 2025-09-09T14:10:33.4913186Z test/integration/test_integration.py::TestSubclass::test_gemlite_layout_1_cpu SKIPPED 2025-09-09T14:10:33.4914538Z test/integration/test_integration.py::TestSubclass::test_gemlite_layout_2_cpu SKIPPED 2025-09-09T14:10:33.4915904Z test/integration/test_integration.py::TestSubclass::test_gemlite_layout_3_cuda SKIPPED 2025-09-09T14:10:33.4917255Z test/integration/test_integration.py::TestSubclass::test_gemlite_layout_4_cuda SKIPPED 2025-09-09T14:10:33.4918610Z test/integration/test_integration.py::TestSubclass::test_gemlite_layout_5_cuda SKIPPED 2025-09-09T14:10:33.4920294Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_hqq_quant_subclass_api_0_cpu SKIPPED 2025-09-09T14:10:33.4921782Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_hqq_quant_subclass_api_1_cpu SKIPPED 2025-09-09T14:10:33.4923254Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_hqq_quant_subclass_api_2_cpu PASSED 2025-09-09T14:10:33.4924714Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_hqq_quant_subclass_api_3_cuda SKIPPED 2025-09-09T14:10:33.4926195Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_hqq_quant_subclass_api_4_cuda SKIPPED 2025-09-09T14:10:33.4927665Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_hqq_quant_subclass_api_5_cuda SKIPPED 2025-09-09T14:10:33.4929089Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_0_cpu SKIPPED 2025-09-09T14:10:33.4930463Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_1_cpu SKIPPED 2025-09-09T14:10:33.4931832Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_2_cpu SKIPPED 2025-09-09T14:10:33.4933214Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_3_cuda SKIPPED 2025-09-09T14:10:33.4934587Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_4_cuda SKIPPED 2025-09-09T14:10:33.4935973Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_5_cuda SKIPPED 2025-09-09T14:10:33.4937383Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_0_cpu SKIPPED 2025-09-09T14:10:33.4938794Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_1_cpu SKIPPED 2025-09-09T14:10:33.4940215Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_2_cpu PASSED 2025-09-09T14:10:33.4941635Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_3_cuda SKIPPED 2025-09-09T14:10:33.4943076Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_4_cuda SKIPPED 2025-09-09T14:11:11.2233807Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_5_cuda SKIPPED 2025-09-09T14:11:11.2236010Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_grouped_0_cpu SKIPPED 2025-09-09T14:11:11.2238474Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_grouped_1_cpu SKIPPED 2025-09-09T14:11:11.2240620Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_grouped_2_cpu PASSED 2025-09-09T14:11:11.2242735Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_grouped_3_cuda SKIPPED 2025-09-09T14:11:11.2245169Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_grouped_4_cuda SKIPPED 2025-09-09T14:11:11.2247288Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_api_grouped_5_cuda SKIPPED 2025-09-09T14:11:11.2249353Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_grouped_0_cpu SKIPPED 2025-09-09T14:11:11.2251400Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_grouped_1_cpu SKIPPED 2025-09-09T14:11:11.2253447Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_grouped_2_cpu SKIPPED 2025-09-09T14:11:11.2255518Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_grouped_3_cuda SKIPPED 2025-09-09T14:11:11.2257566Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_grouped_4_cuda SKIPPED 2025-09-09T14:11:11.2259621Z test/integration/test_integration.py::TestSubclass::test_int4_weight_only_quant_subclass_grouped_5_cuda SKIPPED 2025-09-09T14:11:11.2261562Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_0_cpu SKIPPED 2025-09-09T14:11:11.2263368Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_1_cpu SKIPPED 2025-09-09T14:11:11.2265209Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_2_cpu SKIPPED 2025-09-09T14:11:11.2267066Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_3_cuda SKIPPED 2025-09-09T14:11:11.2268889Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_4_cuda SKIPPED 2025-09-09T14:11:11.2270826Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_5_cuda SKIPPED 2025-09-09T14:11:11.2272695Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_00_cpu SKIPPED 2025-09-09T14:11:11.2274621Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_01_cpu SKIPPED 2025-09-09T14:11:11.2276560Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_02_cpu SKIPPED 2025-09-09T14:11:11.2278455Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_03_cpu SKIPPED 2025-09-09T14:11:11.2280327Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_04_cpu SKIPPED 2025-09-09T14:11:11.2282240Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_05_cpu SKIPPED 2025-09-09T14:11:11.2284123Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_06_cuda SKIPPED 2025-09-09T14:11:11.2286017Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_07_cuda SKIPPED 2025-09-09T14:11:11.2287953Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_08_cuda SKIPPED 2025-09-09T14:11:11.2289851Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_09_cuda SKIPPED 2025-09-09T14:11:11.2291749Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_10_cuda SKIPPED 2025-09-09T14:11:11.2293802Z test/integration/test_integration.py::TestSubclass::test_int8_dynamic_quant_subclass_api_11_cuda SKIPPED 2025-09-09T14:11:11.2295729Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_0_cpu SKIPPED 2025-09-09T14:11:11.2297613Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_1_cpu SKIPPED 2025-09-09T14:11:11.2299658Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_2_cpu SKIPPED 2025-09-09T14:11:11.2301554Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_3_cuda SKIPPED 2025-09-09T14:11:11.2303432Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_4_cuda SKIPPED 2025-09-09T14:11:11.2305344Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_5_cuda SKIPPED 2025-09-09T14:11:11.2307274Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_api_0_cpu PASSED 2025-09-09T14:11:11.2309237Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_api_1_cpu PASSED 2025-09-09T14:11:11.2311260Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_api_2_cpu PASSED 2025-09-09T14:11:11.2313214Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_api_3_cuda SKIPPED 2025-09-09T14:11:11.2315177Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_api_4_cuda SKIPPED 2025-09-09T14:11:11.2317183Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_subclass_api_5_cuda SKIPPED 2025-09-09T14:11:11.2319302Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_with_freeze_0_cpu AUTOTUNE packed_linear(32x64, 1982689x1, 32x64) 2025-09-09T14:11:11.2320687Z cpp_packed_gemm_0 0.0034 ms 100.0% 2025-09-09T14:11:11.2321221Z _mkl_linear 0.0196 ms 17.1% 2025-09-09T14:11:11.2322168Z SingleProcess AUTOTUNE benchmarking takes 0.2500 seconds and 2.7798 seconds precompiling for 2 choices 2025-09-09T14:11:11.2323222Z AUTOTUNE packed_linear(32x32, 1982689x1, 32x32) 2025-09-09T14:11:11.2323832Z cpp_packed_gemm_1 0.0032 ms 100.0% 2025-09-09T14:11:11.2324329Z _mkl_linear 0.0189 ms 16.8% 2025-09-09T14:11:11.2325283Z SingleProcess AUTOTUNE benchmarking takes 0.2497 seconds and 2.7735 seconds precompiling for 2 choices 2025-09-09T14:11:11.2326416Z PASSED 2025-09-09T14:11:11.2327458Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_with_freeze_1_cpu AUTOTUNE mm(32x64, 64x32) 2025-09-09T14:11:11.2328699Z cpp_packed_gemm_2 0.0040 ms 100.0% 2025-09-09T14:11:11.2329174Z mm 0.0283 ms 14.1% 2025-09-09T14:11:11.2330063Z SingleProcess AUTOTUNE benchmarking takes 0.2487 seconds and 2.9070 seconds precompiling for 2 choices 2025-09-09T14:11:11.2331083Z AUTOTUNE mm(32x32, 32x32) 2025-09-09T14:11:11.2331564Z cpp_packed_gemm_3 0.0035 ms 100.0% 2025-09-09T14:11:11.2332055Z mm 0.0244 ms 14.5% 2025-09-09T14:11:11.2332962Z SingleProcess AUTOTUNE benchmarking takes 0.2490 seconds and 2.9061 seconds precompiling for 2 choices 2025-09-09T14:11:11.2334072Z PASSED 2025-09-09T14:11:11.2335270Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_with_freeze_2_cpu AUTOTUNE _weight_int8pack_mm(32x64, 32x64, 32) 2025-09-09T14:11:11.2336639Z cpp_packed_gemm_4 0.0040 ms 100.0% 2025-09-09T14:11:11.2337166Z _weight_int8pack_mm 0.0171 ms 23.3% 2025-09-09T14:11:11.2338135Z SingleProcess AUTOTUNE benchmarking takes 0.2497 seconds and 2.8857 seconds precompiling for 2 choices 2025-09-09T14:11:11.2339233Z AUTOTUNE _weight_int8pack_mm(32x32, 32x32, 32) 2025-09-09T14:11:11.2339856Z cpp_packed_gemm_5 0.0036 ms 100.0% 2025-09-09T14:11:11.2340374Z _weight_int8pack_mm 0.0171 ms 21.4% 2025-09-09T14:11:11.2341567Z SingleProcess AUTOTUNE benchmarking takes 0.2496 seconds and 2.8913 seconds precompiling for 2 choices 2025-09-09T14:11:11.2342697Z PASSED 2025-09-09T14:11:11.2343900Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_with_freeze_3_cuda SKIPPED 2025-09-09T14:11:11.2345890Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_with_freeze_4_cuda SKIPPED 2025-09-09T14:11:11.2348040Z test/integration/test_integration.py::TestSubclass::test_int8_weight_only_quant_with_freeze_5_cuda SKIPPED 2025-09-09T14:11:11.2349737Z test/integration/test_integration.py::TestDynamicQuant::test_dynamic_quant PASSED 2025-09-09T14:11:11.2351659Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_groupwise_embedding_quant PASSED 2025-09-09T14:11:11.2353702Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_groupwise_quant PASSED 2025-09-09T14:11:11.2355586Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant PASSED 2025-09-09T14:11:11.2357595Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_force_mixed_mm_0_cpu SKIPPED 2025-09-09T14:11:11.2359736Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_force_mixed_mm_1_cpu SKIPPED 2025-09-09T14:11:11.2361925Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_force_mixed_mm_2_cpu SKIPPED 2025-09-09T14:11:11.2364083Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_force_mixed_mm_3_cuda SKIPPED 2025-09-09T14:11:11.2366279Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_force_mixed_mm_4_cuda SKIPPED 2025-09-09T14:11:11.2368461Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_force_mixed_mm_5_cuda SKIPPED 2025-09-09T14:11:22.9521650Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_use_mixed_mm_0_cpu SKIPPED 2025-09-09T14:11:22.9522861Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_use_mixed_mm_1_cpu SKIPPED 2025-09-09T14:11:22.9524012Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_use_mixed_mm_2_cpu SKIPPED 2025-09-09T14:11:22.9525197Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_use_mixed_mm_3_cuda SKIPPED 2025-09-09T14:11:22.9526395Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_use_mixed_mm_4_cuda SKIPPED 2025-09-09T14:11:22.9527544Z test/integration/test_integration.py::TestWeightOnlyInt8Quant::test_weight_only_quant_use_mixed_mm_5_cuda SKIPPED 2025-09-09T14:11:22.9528611Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_dqtensors_0_cpu SKIPPED 2025-09-09T14:11:22.9529584Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_dqtensors_1_cpu SKIPPED 2025-09-09T14:11:22.9530555Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_dqtensors_2_cpu SKIPPED 2025-09-09T14:11:22.9531629Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_dqtensors_3_cuda SKIPPED 2025-09-09T14:11:22.9532612Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_dqtensors_4_cuda SKIPPED 2025-09-09T14:11:22.9533586Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_dqtensors_5_cuda SKIPPED 2025-09-09T14:11:22.9534574Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int4woqtensors_0_cpu SKIPPED 2025-09-09T14:11:22.9535589Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int4woqtensors_1_cpu SKIPPED 2025-09-09T14:11:22.9536838Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int4woqtensors_2_cpu PASSED 2025-09-09T14:11:22.9537859Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int4woqtensors_3_cuda SKIPPED 2025-09-09T14:11:22.9538885Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int4woqtensors_4_cuda SKIPPED 2025-09-09T14:11:22.9539894Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int4woqtensors_5_cuda SKIPPED 2025-09-09T14:11:22.9541051Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int8woqtensors_0_cpu PASSED 2025-09-09T14:11:22.9542068Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int8woqtensors_1_cpu PASSED 2025-09-09T14:11:22.9543060Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int8woqtensors_2_cpu PASSED 2025-09-09T14:11:22.9544076Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int8woqtensors_3_cuda SKIPPED 2025-09-09T14:11:22.9545107Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int8woqtensors_4_cuda SKIPPED 2025-09-09T14:11:22.9546115Z test/integration/test_integration.py::TestSaveLoadMeta::test_save_load_int8woqtensors_5_cuda SKIPPED 2025-09-09T14:11:22.9547055Z test/integration/test_integration.py::TorchCompileUnitTest::test_fullgraph SKIPPED 2025-09-09T14:11:22.9547882Z test/integration/test_integration.py::UtilsUnitTest::test_shape_logger PASSED 2025-09-09T14:11:22.9548889Z test/integration/test_integration.py::SmoothquantIntegrationTest::test_non_dynamically_quantizable_linear SKIPPED 2025-09-09T14:11:22.9549801Z test/integration/test_integration.py::SmoothquantIntegrationTest::test_on_dummy_distilbert 2025-09-09T14:11:22.9550476Z tokenizer_config.json: 0% 0.00/48.0 [00:00, 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7650666Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7654075Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7657366Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7660753Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7664063Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7667363Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7670718Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7674074Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7677520Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7680882Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7684197Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7687543Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7801979Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7805466Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7808911Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7812279Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7815591Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7819022Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7822313Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7825663Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7829103Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7832614Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7835928Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7839271Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7842580Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7845942Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7849398Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7852748Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7856063Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7859361Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7862709Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7866101Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7869576Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7977158Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7980483Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7983781Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7987085Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7990503Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.7993939Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.7997294Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8000617Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8003920Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8007347Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8010711Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8014231Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8017607Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8021091Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8024502Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8027974Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8031443Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8034776Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8038095Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8041476Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8044778Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8150315Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8153696Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8157022Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8160413Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8163845Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8167233Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8170583Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8173887Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8177314Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8180701Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8184241Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8187616Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8191006Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8194321Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8197620Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8201013Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8204471Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8207849Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8211249Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8214542Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8217910Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8325650Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8329111Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8332486Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8335810Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8339141Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8342462Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8345838Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8349429Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8352880Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8356288Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8359609Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8362939Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8366324Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8369789Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8373165Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8376504Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8379822Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8383188Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8386569Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8390071Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8393547Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8502598Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8505988Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8509374Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8512822Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8516189Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8519710Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8523207Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8526670Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8530329Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8533769Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8537147Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8540537Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8543921Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8547361Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8550971Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8554407Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8557849Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8561231Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8564679Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8568121Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8571626Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8671010Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8674421Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8677794Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8681168Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8684605Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8688199Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8691645Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8695106Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8698479Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8701867Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8705296Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8708818Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8712333Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8715712Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8719216Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8722682Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8726125Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8729714Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8733152Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8736551Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8739909Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8841165Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8844628Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8848150Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.bfloat16, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8851556Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8854936Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8858225Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8861581Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8864874Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8868169Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8871500Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8874802Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8878152Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8881588Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8884929Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8888268Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8891536Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8894885Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8898221Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8901651Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.8904995Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.8908293Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9013050Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9016342Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9019809Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9023354Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9026706Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9030074Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9033421Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9036694Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9040033Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9043454Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9046802Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9050107Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9053382Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9056648Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9060057Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9063535Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9066894Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9070204Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9073523Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9076805Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9080139Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9183565Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9186906Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9190187Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9193663Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9196957Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9200388Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9203806Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_auto', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9207180Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9210510Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9213911Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9217396Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_kleidiai', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9221027Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9224361Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9227761Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9231136Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9234547Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9237870Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9241171Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9244486Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9247865Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9251313Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9351322Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9354654Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9358027Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9361319Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9364780Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9368228Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9371589Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9374900Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9378197Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9381490Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9384874Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9388316Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9391813Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9395142Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9398491Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9401806Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9405188Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9408632Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9412000Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9415320Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9418635Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9521330Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9524865Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9528316Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9531753Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9535065Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9538358Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9541657Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9545035Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9548462Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9551898Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9555221Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9558564Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9561870Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9565290Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9568725Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': 'torchao_lowbit', 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9572140Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9575514Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9578869Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9582232Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9585584Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9588963Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9691017Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9694416Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9697945Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9701440Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9704870Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9708247Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9711660Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9715117Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9718556Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9722190Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9725727Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9729097Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9732537Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9735898Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9739322Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9742841Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9746242Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9749625Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9753066Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9756415Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9759911Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9883877Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9887516Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9890898Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9894263Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9897643Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9901068Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9904553Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9907987Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9911461Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9914939Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9918314Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9921906Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9925411Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9928925Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9932304Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9935690Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9939052Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9942494Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:18.9946002Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_accuracy_{'model_dtype': torch.float32, 'packing_format': , 'compute_target': None, 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:18.9948338Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_export_compile_aoti SKIPPED 2025-09-09T14:14:18.9949685Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_moe_quant_intx SKIPPED 2025-09-09T14:14:18.9951421Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_serialization_{'packing_format': , 'compute_target': 'aten'} SKIPPED 2025-09-09T14:14:18.9953467Z test/quantization/quantize_/workflows/intx/test_intx_opaque_tensor.py::TestIntxOpaqueTensor::test_serialization_{'packing_format': , 'compute_target': 'torchao_auto'} SKIPPED 2025-09-09T14:14:18.9955243Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_embedding SKIPPED 2025-09-09T14:14:19.0070828Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_export_int8_dyn_act_intx_weight_config SKIPPED 2025-09-09T14:14:19.0072548Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_export_int8_dyn_act_intx_weight_config_with_unwrap SKIPPED 2025-09-09T14:14:19.0074192Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_export_intx_weight_only_config SKIPPED 2025-09-09T14:14:19.0076701Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0079962Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0083197Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0086458Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0089674Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0092898Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0096241Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0099484Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0102782Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0106022Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0109266Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0112564Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0115810Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0119136Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0122379Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0125603Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0128839Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0132144Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0135347Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0138687Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0246724Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0249974Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0253210Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0256429Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0259651Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0262881Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0266114Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0269479Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0272780Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0276110Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0279371Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0282602Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0285841Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0289080Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0292326Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0295561Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0298805Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0302102Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0305311Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0308592Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0311882Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0315091Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0425180Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0428409Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0431698Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0434918Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0438154Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0441370Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0444707Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0448008Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0451219Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0454449Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0457680Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0460881Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0464120Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0467374Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0470667Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0473915Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0477224Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0480457Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0483759Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0487007Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0490239Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0493466Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0602811Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0606052Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0609281Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0612503Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0615799Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0619155Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0622490Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0625717Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0628965Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0632262Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0635497Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0638728Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0641956Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0645185Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0648491Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0651717Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0655003Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0658247Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0661503Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0664748Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0668013Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0671338Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0781060Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0784319Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0787559Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0790956Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0794273Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0797508Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0800737Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0803962Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0807187Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0810400Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0813639Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0816861Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0820190Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0823524Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0826758Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0830062Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0833346Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0836570Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0839792Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0843007Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0846226Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0849442Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0957151Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0960583Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0963843Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0967173Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0970407Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0973622Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0976880Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0980115Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0983333Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0986587Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0989803Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.0993188Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.0996418Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.0999693Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1002926Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1006133Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1009366Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1012571Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1015810Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1019177Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1022425Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1025663Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1134199Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1137433Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1140737Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1143974Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1147199Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1150508Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1153772Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1157045Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1160286Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1163506Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1167180Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1170403Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1173678Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1176921Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1180159Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1183405Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1186636Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1189863Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1193168Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1196395Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1199674Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1202885Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1313554Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1316798Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1320141Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1323379Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1326618Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1329855Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1333061Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1336308Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1339644Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1342884Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1346205Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1349447Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1352761Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1356005Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1359243Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1362482Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1365712Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1368962Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1372194Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1375497Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1378713Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1382011Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1490927Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1494160Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1497380Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1500608Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1503833Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1507045Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1510283Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1513665Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1516888Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1520308Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1523536Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1526755Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1529979Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1533193Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1536394Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1539633Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1542889Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1546228Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1549468Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1552856Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1556093Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1559338Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1675585Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1678801Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1682039Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1685277Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1688513Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1691749Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1695063Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1698372Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1701620Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1704841Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1708079Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1711376Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1714606Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1717841Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1721194Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1724428Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1727733Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1730956Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1734267Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1737492Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_intx_unpacked_v2_is_close_to_qdq_v1_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1739700Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_linear SKIPPED 2025-09-09T14:14:19.1741879Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1744740Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1874636Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1877509Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1880350Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1883187Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1886128Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1888969Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1891864Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1894711Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1897545Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1900385Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1903218Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1906052Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1908876Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1911766Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1914596Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1917411Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1920429Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1923276Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1926193Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1929030Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1931842Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1934667Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.1937491Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.1940313Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.1943140Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2073138Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2076003Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2078834Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2081789Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2084641Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2087571Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2101344Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2104469Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2107325Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2110161Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2113101Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2115944Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2118963Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2121786Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2124619Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2127613Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2130450Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2133342Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2136198Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2139040Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2141876Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2144699Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2147519Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2150340Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2153263Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2271435Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2274362Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2277225Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2280151Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2283003Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2285833Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2288675Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2291502Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2294349Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2297192Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2300038Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2302874Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2305722Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2308606Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2311531Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2314441Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2317279Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2320212Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2323049Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2325889Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2328729Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2331585Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2334415Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2337250Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2340085Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2473820Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2476657Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2479594Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2482427Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2485282Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2488129Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2490990Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2493839Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2496697Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2499546Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2502383Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2505282Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2508121Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2511144Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2513991Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2516824Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2519802Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2522652Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2525463Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2528301Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2531117Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2533935Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2536781Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2539702Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2542531Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2673301Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2676135Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2678965Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2681808Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2684626Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2687463Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2690298Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2693168Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2695999Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2698854Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2701794Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2704638Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2707543Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2710387Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2713294Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2716141Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2719090Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2721942Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2724790Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2727609Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2730413Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2733257Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2736191Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2739074Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2741926Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2872445Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2875496Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2878367Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2881198Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2884041Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2886885Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2889714Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2892542Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2895557Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2898481Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2901462Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2904300Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2907135Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2909978Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2912932Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2915775Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2918617Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2921601Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2924474Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2927313Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2930222Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2933048Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.2935947Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.2938781Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.2941613Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3071324Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3074199Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3077048Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3079885Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3082736Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3085551Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3088386Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3091326Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3094170Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3097043Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3099895Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3102742Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3105591Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3108435Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3111378Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3114227Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3117078Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3120054Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3123601Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3126457Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3129376Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3132202Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3135043Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3137886Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3140733Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3271342Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3274221Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3277063Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3279903Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3282755Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3285743Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3288581Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3291515Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3294371Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3297202Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3300051Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3302888Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3305738Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3308588Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3311513Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3314361Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3317200Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3321264Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3324149Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3327074Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3329909Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3332741Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3335572Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3338413Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3341241Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3599644Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3602478Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3605316Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3608276Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3611129Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3614042Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3616862Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3619814Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3622655Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3625499Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3628301Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3631219Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.3634051Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.3636881Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_qat_int8_dyn_act_intx_weight_config_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.3639114Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_serialization_int8_dyn_act_intx_weight_config SKIPPED 2025-09-09T14:14:19.3640805Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_serialization_intx_weight_only_config SKIPPED 2025-09-09T14:14:19.3642300Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_slice SKIPPED 2025-09-09T14:14:19.3643771Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_slice_and_copy_ SKIPPED 2025-09-09T14:14:19.3645172Z test/quantization/quantize_/workflows/intx/test_intx_unpacked_to_int8_tensor.py::TestIntxUnpackedToInt8Tensor::test_to_dtype SKIPPED 2025-09-09T14:14:19.3646439Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_concat_linear_cpu_x_dim_2_bias_False SKIPPED 2025-09-09T14:14:19.3647484Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_concat_linear_cpu_x_dim_2_bias_True SKIPPED 2025-09-09T14:14:19.3648522Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_concat_linear_cpu_x_dim_3_bias_False SKIPPED 2025-09-09T14:14:19.3649539Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_concat_linear_cpu_x_dim_3_bias_True SKIPPED 2025-09-09T14:14:19.3650664Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_False_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3651841Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_False_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3653017Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_False_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3654191Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_False_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3655345Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_True_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3656516Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_True_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3657687Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_True_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3658838Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_2_bias_True_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3660018Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_False_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3661200Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_False_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3662375Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_False_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3663542Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_False_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3664707Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_True_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3665885Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_True_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3667056Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_True_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3668206Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_bfloat16_x_dim_3_bias_True_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3669386Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_False_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3670623Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_False_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3945933Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_False_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3947311Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_False_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3948471Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_True_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3949644Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_True_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3950999Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_True_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3952151Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_2_bias_True_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3953319Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_False_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3954588Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_False_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3955763Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_False_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3956924Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_False_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3958126Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_True_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3959297Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_True_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3960454Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_True_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3961676Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float16_x_dim_3_bias_True_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3962849Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_False_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3964006Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_False_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3965220Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_False_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3966385Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_False_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3967533Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_True_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3968777Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_True_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3969951Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_True_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3971097Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_2_bias_True_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3972273Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_False_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3973496Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_False_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3974669Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_False_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3975910Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_False_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3977139Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_True_bs_160_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3978305Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_True_bs_160_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3979464Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_True_bs_1_sym_quant_a_False SKIPPED 2025-09-09T14:14:19.3980722Z test/quantization/test_da8w4_cpu.py::TestDa8w4Cpu::test_8da4w_cpu_float32_x_dim_3_bias_True_bs_1_sym_quant_a_True SKIPPED 2025-09-09T14:14:19.3981719Z test/quantization/test_gptq.py::TestGPTQ::test_gptq_quantizer_int4_weight_only SKIPPED 2025-09-09T14:14:19.3982692Z test/quantization/test_gptq.py::TestMultiTensorFlow::test_multitensor_add_tensors SKIPPED 2025-09-09T14:14:19.3983657Z test/quantization/test_gptq.py::TestMultiTensorFlow::test_multitensor_inplace_operation SKIPPED 2025-09-09T14:14:19.3984611Z test/quantization/test_gptq.py::TestMultiTensorFlow::test_multitensor_pad_unpad SKIPPED 2025-09-09T14:14:19.3985582Z test/quantization/test_gptq.py::TestMultiTensorInputRecorder::test_gptq_with_input_recorder SKIPPED 2025-09-09T14:14:19.3986681Z test/quantization/test_gptq.py::TestMultiTensorInputRecorder::test_multitensor_input_recorder SKIPPED 2025-09-09T14:14:19.3987932Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_aten SKIPPED 2025-09-09T14:14:19.3989444Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_kleidiai SKIPPED 2025-09-09T14:14:19.3992273Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.3996214Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4000153Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4004149Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4008131Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4012261Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4016241Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4087757Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4091782Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4095637Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4099669Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4103662Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4107594Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4111539Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4115577Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4119563Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4123604Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4127578Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4131501Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4135389Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4139228Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4143073Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4146991Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4151144Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4155061Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4159079Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4225554Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4229414Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4233422Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4237416Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4241331Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4245187Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4249121Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4252960Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4256959Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4260941Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4264856Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4268720Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4272651Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4276488Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4280393Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4284460Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4288371Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4292356Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4296202Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4364610Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4368520Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4372600Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4376595Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4380516Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4384561Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4388461Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4392624Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4396672Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int1, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4400651Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4404571Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4408458Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4412334Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4416312Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4420548Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int2, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4424519Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4428522Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4432497Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4436396Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4501795Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4505889Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int3, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4509866Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4513835Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4517835Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4521891Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4525969Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4530023Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int4, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4534003Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4537926Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4541828Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4545736Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4549685Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4553881Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int5, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4557852Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4561820Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4565720Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4569632Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4573602Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4666702Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int6, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4670907Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4674853Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4678897Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4682852Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4686934Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4690977Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int7, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4694993Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4698924Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4702837Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4706742Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4710791Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerAxis(axis=0)} SKIPPED 2025-09-09T14:14:19.4714893Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_accuracy_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.UNIVERSAL), 'weight_dtype': torch.int8, 'weight_mapping_type': , 'weight_granularity': PerGroup(group_size=128)} SKIPPED 2025-09-09T14:14:19.4717550Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_export_QDQLayout SKIPPED 2025-09-09T14:14:19.4719480Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_export_compile_aoti_PackedLinearInt8DynamicActivationIntxWeightLayout SKIPPED 2025-09-09T14:14:19.4721491Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_export_dynamic_shape_PackedLinearInt8DynamicActivationIntxWeightLayout SKIPPED 2025-09-09T14:14:19.4723757Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4726199Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4728641Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4731040Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4733466Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4735883Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4738312Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4740720Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4877047Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 128, 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4879472Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4881893Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4884429Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4886841Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4889332Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4891714Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4894118Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4896526Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4898914Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 32, 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4901335Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4903762Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4906174Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4908568Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4911036Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4913444Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4915826Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4918299Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4920829Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynActInt4WeightQATQuantizer_{'group_size': 64, 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4923518Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynamicActivationInt4WeightConfig_{'group_size': 32, 'mapping_type': , 'act_mapping_type': } SKIPPED 2025-09-09T14:14:19.4926263Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_Int8DynamicActivationInt4WeightConfig_{'group_size': 64, 'mapping_type': , 'act_mapping_type': } SKIPPED 2025-09-09T14:14:19.4929454Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4932972Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4936468Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4939970Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.4943456Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.4946944Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.4950488Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5030707Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5034213Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5037790Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5041284Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5044770Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5048257Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5051741Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5055197Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5058663Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5062129Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5065657Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5069132Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5072732Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5076219Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5079694Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5083157Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5086610Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5090068Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5093521Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5096989Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5100507Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5180480Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5184146Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5187661Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5191216Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5194687Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5198157Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5201624Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5205072Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5208557Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5212154Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5215631Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5219322Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5222807Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5226286Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5229757Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5233291Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5236754Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5240197Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5243657Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5247216Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5250677Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5334614Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5338144Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5341669Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5345124Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5348577Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5352129Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5355597Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5359057Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5362704Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5366206Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5369748Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5373206Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5376654Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5380113Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5383561Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5387067Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5390593Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5394035Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5397546Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5400978Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5404483Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5488164Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5491625Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5495077Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5498559Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5502027Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5505533Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5509009Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5512706Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5516179Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5520012Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5523550Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5527082Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5530656Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5534120Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5537592Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5541051Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5544506Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5548010Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5551536Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5555099Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5558585Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5639511Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5642998Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5646460Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5649928Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5653396Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5656874Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5660467Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5663981Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5667451Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5670980Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5674439Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5677882Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5681318Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5684756Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5688210Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5691639Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5695150Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int1, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5698662Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5702165Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5705644Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5709139Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5793342Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5796825Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5800323Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5803814Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5807290Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5810924Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5814509Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5817996Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5821625Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5825105Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5828585Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5832139Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5835607Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5839104Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5842590Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5846159Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5849714Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5853197Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5856658Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5860122Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5863614Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5951204Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5954732Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5958268Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5961759Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5965344Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5968895Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5972372Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5975813Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5979289Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5982749Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5986214Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.5989693Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.5993281Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.5996912Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6000482Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6004020Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6007505Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6010950Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6014425Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6017884Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6021530Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6103161Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6106688Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6110405Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6113998Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6117637Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6121274Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6124725Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6128208Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6131676Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6135139Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6138612Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6142068Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6145634Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6149098Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6152694Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6156139Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6159588Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6163053Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6166519Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6169952Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6173399Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6257151Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6260703Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6264157Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6267676Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6271193Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6274659Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6278145Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6281619Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6285117Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6288584Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6292060Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6295582Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6299061Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6302601Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6306091Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6309571Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6313108Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6316588Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6320183Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6323656Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6327106Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6407930Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6411407Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6415032Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6418556Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6422274Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6425760Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6429213Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6432740Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6436199Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6439655Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6443210Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6446693Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6450233Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6453697Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6457143Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6460602Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6464042Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6467492Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6471007Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6474458Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int2, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6478001Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6562286Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6565923Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6569425Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6572913Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6576410Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6579895Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6583355Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6586839Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6590314Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6593967Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6597473Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6601031Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6604509Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6607985Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6611472Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6614957Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6618416Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6622060Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6625556Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6629193Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6632740Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6715660Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6719272Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6722839Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6726380Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6729902Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6733387Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6736859Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6740319Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6743921Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6747388Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6750983Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6754434Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6757949Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6761471Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6765013Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6768505Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6771983Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6775447Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6778983Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6782449Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6785963Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6866347Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6869916Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6873545Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6877023Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6880530Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6884014Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6887481Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6891147Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6894626Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6898172Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6901639Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6905101Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6908600Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6912131Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6915614Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6919248Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6922699Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6926265Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.6929735Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.6933273Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.6936735Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7021522Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7025008Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7028460Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7031947Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7035388Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7038837Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7042374Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7045832Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7049448Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7052931Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7056406Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7059888Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7063352Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7066819Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7070290Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7073851Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7077388Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7080850Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7084386Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7087850Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7091318Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7172416Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7175878Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7179359Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7182822Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7186438Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7190134Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7193822Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7197391Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7200860Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7204334Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7207786Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7211310Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7214781Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7218240Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7221868Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7225421Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7228874Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7232476Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7235932Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7239384Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7242838Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7326141Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7329659Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int3, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7333235Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7336729Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7340349Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7343840Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7347409Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7350955Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7354462Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7357960Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7361417Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7364923Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7368406Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7371887Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7375449Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7378920Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7382472Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7385946Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7389415Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7392993Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7396462Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7479020Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7482509Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7486004Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7489648Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7493146Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7496714Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7500190Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7503659Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7507145Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7510701Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7514168Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7517639Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7521270Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7524814Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7528279Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7531808Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7535280Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7538755Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7542254Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7545731Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7549214Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7629954Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7633494Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7637082Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7640569Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7658616Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7662537Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7666106Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7669578Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7673149Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7676616Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7680076Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7683524Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7687199Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7690727Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7694202Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7697685Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7701144Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7704624Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7708085Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7711613Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7715070Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7783251Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7786933Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7790626Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7794100Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7797553Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7801019Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7804460Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7807911Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7811361Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7814804Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7818277Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7822003Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7825568Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7829057Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7832622Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7836082Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7839541Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7843014Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7846478Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7849951Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7853431Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7938420Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7942213Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7945725Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7949194Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7952740Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7956219Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7959674Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7963139Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7966614Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7970105Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7973685Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7977226Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7980686Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7984134Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7987599Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.7991153Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.7994619Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.7998113Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8001597Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8005067Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8008610Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8087767Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8091245Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8094721Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8098243Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8101682Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int4, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8105167Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8108667Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8112216Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8115726Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8119562Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8123162Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8126657Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8130136Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8133618Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8137093Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8140583Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8144073Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8147542Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8151195Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8154673Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8158218Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8243715Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8247227Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8250719Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8254210Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8257687Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8261162Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8264631Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8268963Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8272564Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8276156Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8279634Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8283100Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8286576Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8290035Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8293502Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8296961Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8300401Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8303940Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8307402Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8311011Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8314487Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8394482Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8397981Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8401467Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8404965Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8408435Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8411916Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8415516Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8419141Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8422727Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8426204Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8429677Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8433199Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8436674Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8440139Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8443595Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8447042Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8450573Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8454025Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8457550Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8461018Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8464482Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8547645Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8551188Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8554660Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8558111Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8561566Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8565169Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8568628Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8572166Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8575628Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8579077Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8582516Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8585953Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8589401Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8592921Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8596373Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8599945Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8603417Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8606968Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8610432Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8613896Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8617383Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8700953Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8704472Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8707942Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8711471Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8715156Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8718629Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8722307Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8725779Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8729241Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8732708Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8736165Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8739631Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8743106Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8746575Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8750107Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8753655Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8757160Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8760627Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8764079Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8767540Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8770999Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8851487Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8854982Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8858442Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8862047Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8865498Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8869021Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8872536Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8875984Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int5, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8879474Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8882981Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8886492Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8889955Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8893447Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8897024Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8900514Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8904061Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8907538Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8911101Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.8914597Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.8918096Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.8921771Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9004427Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9007946Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9011580Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9015060Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9018619Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9022243Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9025735Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9029217Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9032764Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9036241Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9039784Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9043731Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9047302Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9050765Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9054303Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9057778Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9061241Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9064706Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9068152Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9071666Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9075140Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9156010Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9159618Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9163086Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9166678Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9170164Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9173636Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9177099Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9180589Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9184067Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9187544Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9191071Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9194616Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9198109Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9201653Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9205123Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9208596Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9212061Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9215531Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9219136Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9222600Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9226073Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9311686Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9315195Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9318910Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9322395Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9325860Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9329332Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9332787Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9336234Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9339709Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9343146Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9346669Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9350126Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9353740Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9357181Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9360628Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9364054Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9367531Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9370994Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9374482Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9377955Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9381480Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9464310Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9467956Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9471511Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9474997Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9478462Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9481924Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9485406Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9488858Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9492328Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9495877Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9499313Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9502842Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9506290Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9509760Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9513279Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9516765Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9520390Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9523863Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9527330Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9530864Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9534325Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9615001Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9618506Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9622087Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9625550Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9629004Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9632501Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9635940Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9639403Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9642984Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9646432Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9649951Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int6, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9653429Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9656920Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9660414Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9663908Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9667375Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9670896Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9674397Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9677969Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9681454Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9684983Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9768245Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9771742Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9775229Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9778710Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9782181Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9785663Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9789146Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9792844Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9796353Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9800012Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9803486Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9806974Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9810459Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9813937Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9817412Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9821029Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9824508Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9828074Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9831695Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9835174Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9838622Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9921879Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9925346Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9928810Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9932273Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9935720Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9939202Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9942790Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9946356Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9949858Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9953422Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9956901Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9960392Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9963861Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9967336Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9970805Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9974275Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9977822Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9981344Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:19.9984825Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:19.9988277Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:19.9991761Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0072337Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0075803Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0079287Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0082749Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0086211Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0089808Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0093354Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0096815Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0100291Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0103745Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0107205Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0110740Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0114220Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0117670Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0121233Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0124776Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0128270Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0131713Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0135149Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0138586Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0142053Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0225892Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0229381Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0232922Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0236411Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0239983Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0243563Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0247038Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0250506Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0253986Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0257473Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0260949Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0264419Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0267873Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0271461Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0274917Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0278457Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0281920Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0285379Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0288868Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0292320Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0295792Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0376588Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0380046Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0383635Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0387110Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0390680Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0394160Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0397619Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0401095Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0404554Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0408012Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0411451Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0414899Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0418411Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0422018Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int7, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0425576Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0429075Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0432641Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0436147Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0439622Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0443073Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0446572Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0532238Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0535890Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0539387Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0542987Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0546469Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0549955Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0553537Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0557018Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0560508Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0563988Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0567472Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0571021Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0574516Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0578047Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0581532Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0585009Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0588491Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0592042Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0595544Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0598996Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0602459Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0686053Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0689563Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0693121Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0696600Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0700049Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0703522Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0706988Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0710516Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 128, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0714016Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0717491Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0721186Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0724685Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0728257Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0731722Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0735184Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0738674Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0742143Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0745607Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0749093Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0752628Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0756183Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0837496Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0841110Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0844566Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0848028Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0851514Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0854988Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0858475Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0861953Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0865428Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0868951Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0872490Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0875998Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0879449Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0882917Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0886364Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0889824Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0893287Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0896756Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0900206Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0903689Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0907141Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.0990854Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.0994314Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 32, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.0997771Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1001248Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1004729Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1008217Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1011686Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1015151Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1018723Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1022359Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1025915Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1029392Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1032973Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1036490Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1039985Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1043454Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1046918Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1050381Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1053920Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1057384Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1060894Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1211846Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1215345Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1218967Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1222903Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1226369Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1229830Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1233381Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1236961Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1240420Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1243980Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1247434Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.bfloat16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1250885Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1254343Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1257779Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float16, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1261232Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.bfloat16} SKIPPED 2025-09-09T14:14:20.1264680Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float16} SKIPPED 2025-09-09T14:14:20.1268113Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_identical_to_IntXQuantizationAwareTrainingConfig_{'weight_dtype': torch.int8, 'group_size': 64, 'mapping_type': , 'act_mapping_type': , 'scale_dtype': torch.float32, 'model_dtype': torch.float32} SKIPPED 2025-09-09T14:14:20.1270530Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_moe_quant_intx SKIPPED 2025-09-09T14:14:20.1272791Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_serialization_{'layout': PackedLinearInt8DynamicActivationIntxWeightLayout(group_size=None, bit_width=None, has_weight_zeros=None, has_bias=None, target=Target.AUTO)} SKIPPED 2025-09-09T14:14:20.1274989Z test/quantization/test_int8_dynamic_activation_intx_weight_config_v1.py::TestInt8DynamicActivationIntxWeight::test_serialization_{'layout': QDQLayout()} SKIPPED 2025-09-09T14:14:20.1276341Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8dq_base_0_single_token SKIPPED 2025-09-09T14:14:20.1277333Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8dq_base_1_multiple_tokens SKIPPED 2025-09-09T14:14:20.1278349Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8dq_fake_dim_0_single_token SKIPPED 2025-09-09T14:14:20.1279367Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8dq_fake_dim_1_multiple_tokens SKIPPED 2025-09-09T14:14:20.1280375Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8wo_base_0_single_token SKIPPED 2025-09-09T14:14:20.1281371Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8wo_base_1_multiple_tokens SKIPPED 2025-09-09T14:14:20.1282372Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8wo_fake_dim_0_single_token SKIPPED 2025-09-09T14:14:20.1283400Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_fp8wo_fake_dim_1_multiple_tokens SKIPPED 2025-09-09T14:14:20.1284400Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int4wo_base_0_single_token SKIPPED 2025-09-09T14:14:20.1285403Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int4wo_base_1_multiple_tokens SKIPPED 2025-09-09T14:15:31.1472248Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int4wo_fake_dim_0_single_token SKIPPED 2025-09-09T14:15:31.1473724Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int4wo_fake_dim_1_multiple_tokens SKIPPED 2025-09-09T14:15:31.1475131Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8dq_base_0_multiple_tokens SKIPPED 2025-09-09T14:15:31.1476520Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8dq_fake_dim_0_multiple_tokens SKIPPED 2025-09-09T14:15:31.1477883Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8wo_base_0_single_token SKIPPED 2025-09-09T14:15:31.1479230Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8wo_base_1_multiple_tokens SKIPPED 2025-09-09T14:15:31.1480576Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8wo_base_cpu_0_single_token PASSED 2025-09-09T14:15:31.1481949Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8wo_base_cpu_1_multiple_tokens PASSED 2025-09-09T14:15:31.1483333Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8wo_fake_dim_0_single_token SKIPPED 2025-09-09T14:15:31.1484705Z test/quantization/test_moe_quant.py::TestMoEQuantCompile::test_int8wo_fake_dim_1_multiple_tokens SKIPPED 2025-09-09T14:15:31.1485993Z test/quantization/test_observer.py::TestQuantFlow::test_block_size_calc_success PASSED 2025-09-09T14:15:31.1487151Z test/quantization/test_observer.py::TestQuantFlow::test_block_size_row_errors PASSED 2025-09-09T14:15:31.1488320Z test/quantization/test_observer.py::TestQuantFlow::test_fixed_qparams_observer PASSED 2025-09-09T14:15:31.1489406Z test/quantization/test_observer.py::TestQuantFlow::test_min_max_per_channel_affine PASSED 2025-09-09T14:15:31.1490300Z test/quantization/test_observer.py::TestQuantFlow::test_min_max_per_tensor_affine PASSED 2025-09-09T14:15:31.1491135Z test/quantization/test_observer.py::TestQuantFlow::test_mse_observer PASSED 2025-09-09T14:15:31.1492349Z test/quantization/test_observer.py::TestLinearObserver::test_linear_observer_tensor_observe_weight_False PASSED 2025-09-09T14:15:31.1493485Z test/quantization/test_observer.py::TestLinearObserver::test_linear_observer_tensor_observe_weight_True PASSED 2025-09-09T14:15:31.1494416Z test/quantization/test_qat.py::TestQAT::test_composable_qat_quantizer PASSED 2025-09-09T14:15:31.1495208Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_dtype PASSED 2025-09-09T14:15:31.1496199Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_dynamic_and_range_learning PASSED 2025-09-09T14:15:31.1497068Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_eps PASSED 2025-09-09T14:15:31.1497876Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_granularity PASSED 2025-09-09T14:15:31.1498765Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_granularity_error_cases PASSED 2025-09-09T14:15:31.1499667Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_mapping_type PASSED 2025-09-09T14:15:31.1500490Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_config_torch_intx PASSED 2025-09-09T14:15:31.1501337Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_per_channel_group PASSED 2025-09-09T14:15:31.1502128Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_per_token PASSED 2025-09-09T14:15:31.1502972Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_per_token_vs_convert_bfloat16 PASSED 2025-09-09T14:15:31.1503906Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_per_token_vs_convert_float16 PASSED 2025-09-09T14:15:31.1504826Z test/quantization/test_qat.py::TestQAT::test_fake_quantize_per_token_vs_convert_float32 PASSED 2025-09-09T14:15:31.1505680Z test/quantization/test_qat.py::TestQAT::test_fake_quantized_embedding_4w PASSED 2025-09-09T14:15:31.1506465Z test/quantization/test_qat.py::TestQAT::test_fake_quantized_linear_4w PASSED 2025-09-09T14:15:31.1507227Z test/quantization/test_qat.py::TestQAT::test_fake_quantized_linear_8da4w PASSED 2025-09-09T14:15:31.1508125Z test/quantization/test_qat.py::TestQAT::test_fake_quantizer_range_learning_is_symmetric_False PASSED 2025-09-09T14:15:31.1509095Z test/quantization/test_qat.py::TestQAT::test_fake_quantizer_range_learning_is_symmetric_True PASSED 2025-09-09T14:15:31.1509949Z test/quantization/test_qat.py::TestQAT::test_fake_quantizer_repr PASSED 2025-09-09T14:15:31.1510780Z test/quantization/test_qat.py::TestQAT::test_fbgemm_fp8_primitives SKIPPED 2025-09-09T14:15:31.1511595Z test/quantization/test_qat.py::TestQAT::test_fbgemm_int4_preshuffled_primitives SKIPPED 2025-09-09T14:15:31.1512421Z test/quantization/test_qat.py::TestQAT::test_float8_fake_quantize_config PASSED 2025-09-09T14:15:31.1513227Z test/quantization/test_qat.py::TestQAT::test_float8_fake_quantize_granularity0 PASSED 2025-09-09T14:15:31.1514079Z test/quantization/test_qat.py::TestQAT::test_float8_fake_quantize_granularity1 PASSED 2025-09-09T14:15:31.1514860Z test/quantization/test_qat.py::TestQAT::test_infer_fp8_int4_config PASSED 2025-09-09T14:15:31.1515615Z test/quantization/test_qat.py::TestQAT::test_infer_int4_weight_only_config PASSED 2025-09-09T14:15:31.1516385Z test/quantization/test_qat.py::TestQAT::test_legacy_quantize_api_e2e PASSED 2025-09-09T14:15:31.1517108Z test/quantization/test_qat.py::TestQAT::test_qat_4w_embedding PASSED 2025-09-09T14:15:31.1517821Z test/quantization/test_qat.py::TestQAT::test_qat_4w_linear SKIPPED (...) 2025-09-09T14:15:31.1518533Z test/quantization/test_qat.py::TestQAT::test_qat_4w_primitives SKIPPED 2025-09-09T14:15:31.1519412Z test/quantization/test_qat.py::TestQAT::test_qat_4w_quantizer SKIPPED 2025-09-09T14:15:31.1520162Z test/quantization/test_qat.py::TestQAT::test_qat_4w_quantizer_gradients PASSED 2025-09-09T14:15:31.1520993Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_eps PASSED 2025-09-09T14:15:31.1521687Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_linear PASSED 2025-09-09T14:15:31.1522469Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_prepare_vs_convert_bfloat16 PASSED 2025-09-09T14:15:31.1523340Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_prepare_vs_convert_float16 PASSED 2025-09-09T14:15:31.1524334Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_prepare_vs_convert_float32 PASSED 2025-09-09T14:15:31.1525115Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_quantizer PASSED 2025-09-09T14:15:31.1525923Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_quantizer_disable_fake_quant PASSED 2025-09-09T14:15:31.1526843Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_quantizer_disable_fake_quant_backward PASSED 2025-09-09T14:15:31.1527734Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_quantizer_gradients PASSED 2025-09-09T14:15:31.1528545Z test/quantization/test_qat.py::TestQAT::test_qat_8da4w_quantizer_meta_weights PASSED 2025-09-09T14:15:31.1529372Z test/quantization/test_qat.py::TestQAT::test_qat_api_convert_no_quantization PASSED 2025-09-09T14:15:31.1530136Z test/quantization/test_qat.py::TestQAT::test_qat_api_deprecation PASSED 2025-09-09T14:15:31.1530840Z test/quantization/test_qat.py::TestQAT::test_qat_config_init PASSED 2025-09-09T14:15:31.1531552Z test/quantization/test_qat.py::TestQAT::test_qat_fp8a4w_quantizer PASSED 2025-09-09T14:15:31.1532246Z test/quantization/test_qat.py::TestQAT::test_qat_linear_bias PASSED 2025-09-09T14:15:31.1533034Z test/quantization/test_qat.py::TestQAT::test_qat_nvfp4_use_per_tensor_scale_False SKIPPED 2025-09-09T14:15:31.1533905Z test/quantization/test_qat.py::TestQAT::test_qat_nvfp4_use_per_tensor_scale_True SKIPPED 2025-09-09T14:15:31.1534675Z test/quantization/test_qat.py::TestQAT::test_qat_prototype_bc PASSED 2025-09-09T14:15:31.1535469Z test/quantization/test_qat.py::TestQAT::test_qat_range_learning_is_symmetric_False PASSED 2025-09-09T14:15:31.1536328Z test/quantization/test_qat.py::TestQAT::test_qat_range_learning_is_symmetric_True PASSED 2025-09-09T14:15:31.1537104Z test/quantization/test_qat.py::TestQAT::test_quantize_api_e2e PASSED 2025-09-09T14:15:31.1537821Z test/quantization/test_qat.py::TestQAT::test_quantize_api_errors PASSED 2025-09-09T14:15:31.1538609Z test/quantization/test_qat.py::TestQAT::test_quantize_api_fp8_fp8_granularity0 SKIPPED 2025-09-09T14:15:31.1539467Z test/quantization/test_qat.py::TestQAT::test_quantize_api_fp8_fp8_granularity1 SKIPPED 2025-09-09T14:15:31.1540251Z test/quantization/test_qat.py::TestQAT::test_quantize_api_fp8_int4 SKIPPED 2025-09-09T14:15:31.1541020Z test/quantization/test_qat.py::TestQAT::test_quantize_api_int4_version_1 SKIPPED 2025-09-09T14:15:31.1541808Z test/quantization/test_qat.py::TestQAT::test_quantize_api_int4_version_2 SKIPPED 2025-09-09T14:15:31.1542579Z test/quantization/test_qat.py::TestQAT::test_quantize_api_int8_int4 SKIPPED 2025-09-09T14:15:31.1543316Z test/quantization/test_qat.py::TestQAT::test_quantize_api_nvfp4 SKIPPED 2025-09-09T14:15:31.1544031Z test/quantization/test_qat.py::TestQAT::test_quantize_api_prepare PASSED 2025-09-09T14:15:31.1544763Z test/quantization/test_qat.py::TestQAT::test_replace_linear_8da4w PASSED 2025-09-09T14:15:31.1545471Z test/quantization/test_qat.py::TestQAT::test_replace_linear_int4 PASSED 2025-09-09T14:15:31.1546231Z test/quantization/test_quant_api.py::TestQuantFlow::test_8da4w_quantizer PASSED 2025-09-09T14:15:31.1547094Z test/quantization/test_quant_api.py::TestQuantFlow::test_8da4w_quantizer_linear_bias PASSED 2025-09-09T14:15:31.1548062Z test/quantization/test_quant_api.py::TestQuantFlow::test_dynamic_quant_gpu_singleline PASSED 2025-09-09T14:15:31.1549082Z test/quantization/test_quant_api.py::TestQuantFlow::test_dynamic_quant_gpu_unified_api_eager_mode_impl SKIPPED 2025-09-09T14:15:32.8029360Z test/quantization/test_quant_api.py::TestQuantFlow::test_dynamic_quant_gpu_unified_api_unified_impl SKIPPED 2025-09-09T14:15:32.8030331Z test/quantization/test_quant_api.py::TestQuantFlow::test_eval_wrapper SKIPPED 2025-09-09T14:15:32.8031538Z test/quantization/test_quant_api.py::TestQuantFlow::test_eval_wrapper_llama3 SKIPPED 2025-09-09T14:15:32.8032449Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4_wo_quant_save_load SKIPPED 2025-09-09T14:15:32.8034569Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_bfloat16_x_dim_2_use_hqq_False [W909 14:15:31.826926897 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8037614Z [W909 14:15:31.826962933 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8040183Z [W909 14:15:31.826987130 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8042756Z [W909 14:15:31.827001935 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8045300Z [W909 14:15:31.827033070 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8047849Z [W909 14:15:31.827048777 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8050420Z [W909 14:15:31.827075154 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8052964Z [W909 14:15:31.827092477 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8055526Z [W909 14:15:31.827236238 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8058176Z [W909 14:15:31.827261940 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8060740Z [W909 14:15:31.827282198 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8063319Z [W909 14:15:31.827295914 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8065873Z [W909 14:15:31.827328753 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8068423Z [W909 14:15:31.827343711 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8071038Z [W909 14:15:31.827447242 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8073573Z [W909 14:15:31.827465131 PyInterpreter.cpp:259] Warning: Deallocating Tensor that still has live PyObject references. This probably happened because you took out a weak reference to Tensor and didn't call _fix_weakref() after dereferencing it. Subsequent accesses to this tensor via the PyObject will now fail. (function decref) 2025-09-09T14:15:32.8075037Z PASSED 2025-09-09T14:15:32.8075695Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_bfloat16_x_dim_2_use_hqq_True PASSED 2025-09-09T14:15:32.8076714Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_bfloat16_x_dim_3_use_hqq_False PASSED 2025-09-09T14:15:32.8077747Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_bfloat16_x_dim_3_use_hqq_True PASSED 2025-09-09T14:15:32.8078774Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float16_x_dim_2_use_hqq_False PASSED 2025-09-09T14:15:32.8079783Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float16_x_dim_2_use_hqq_True PASSED 2025-09-09T14:15:32.8080806Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float16_x_dim_3_use_hqq_False PASSED 2025-09-09T14:15:32.8081812Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float16_x_dim_3_use_hqq_True PASSED 2025-09-09T14:15:32.8082842Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float32_x_dim_2_use_hqq_False PASSED 2025-09-09T14:15:32.8083862Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float32_x_dim_2_use_hqq_True PASSED 2025-09-09T14:15:32.8084869Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float32_x_dim_3_use_hqq_False PASSED 2025-09-09T14:15:32.8085886Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cpu_float32_x_dim_3_use_hqq_True PASSED 2025-09-09T14:15:32.8086916Z test/quantization/test_quant_api.py::TestQuantFlow::test_int4wo_cuda_serialization SKIPPED 2025-09-09T14:15:32.8087827Z test/quantization/test_quant_api.py::TestQuantFlow::test_int8_wo_quant_save_load SKIPPED 2025-09-09T14:15:32.8088760Z test/quantization/test_quant_api.py::TestQuantFlow::test_int8wo_quantized_model_to_device SKIPPED 2025-09-09T14:15:32.8089767Z test/quantization/test_quant_api.py::TestQuantFlow::test_module_fqn_to_config_default SKIPPED 2025-09-09T14:15:32.8090747Z test/quantization/test_quant_api.py::TestQuantFlow::test_module_fqn_to_config_embedding_linear PASSED 2025-09-09T14:15:32.8091717Z test/quantization/test_quant_api.py::TestQuantFlow::test_module_fqn_to_config_module_name SKIPPED 2025-09-09T14:15:32.8092662Z test/quantization/test_quant_api.py::TestQuantFlow::test_module_fqn_to_config_skip SKIPPED 2025-09-09T14:15:32.8093579Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_model_streaming SKIPPED 2025-09-09T14:15:32.8094582Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_tensor_subclass_8da4w_mapping_type0 PASSED 2025-09-09T14:15:32.8095672Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_tensor_subclass_8da4w_mapping_type1 PASSED 2025-09-09T14:15:33.2902863Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_tensor_subclass_int4 SKIPPED 2025-09-09T14:15:33.2904271Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_tensor_subclass_int8_wo SKIPPED 2025-09-09T14:15:33.2905622Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_tensor_subclass_save_load SKIPPED 2025-09-09T14:15:33.2907051Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantized_tensor_subclass_save_load_map_location SKIPPED 2025-09-09T14:15:33.2908445Z test/quantization/test_quant_api.py::TestQuantFlow::test_quantizer_int4_weight_only SKIPPED 2025-09-09T14:15:33.2909714Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config0 SKIPPED 2025-09-09T14:15:33.2911063Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config1 SKIPPED 2025-09-09T14:15:33.2912345Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config10 SKIPPED 2025-09-09T14:15:33.2913629Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config2 SKIPPED 2025-09-09T14:15:33.2914875Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config3 SKIPPED 2025-09-09T14:15:33.2916139Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config4 SKIPPED 2025-09-09T14:15:33.2917387Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config5 SKIPPED 2025-09-09T14:15:33.2918657Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config6 SKIPPED 2025-09-09T14:15:33.2920098Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config7 SKIPPED 2025-09-09T14:15:33.2921360Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config8 SKIPPED 2025-09-09T14:15:33.2922464Z test/quantization/test_quant_api.py::TestQuantFlow::test_workflow_e2e_numerics_config9 SKIPPED 2025-09-09T14:15:33.2923458Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_choose_qparams_group_sym PASSED 2025-09-09T14:15:33.2924596Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_choose_qparams_group_sym_no_clipping_err PASSED 2025-09-09T14:15:33.2925722Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_choose_qparams_tensor_asym PASSED 2025-09-09T14:15:33.2926792Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_choose_qparams_tensor_asym_eps PASSED 2025-09-09T14:15:33.2928166Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_choose_qparams_tensor_sym PASSED 2025-09-09T14:15:33.2929219Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_choose_qparams_token_asym PASSED 2025-09-09T14:15:33.2930260Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_fake_quantize_affine PASSED 2025-09-09T14:15:33.2931511Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_fake_quantize_affine_cachemask PASSED 2025-09-09T14:15:33.2932585Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_get_group_qparams_symmetric PASSED 2025-09-09T14:15:33.2933699Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_get_group_qparams_symmetric_memory SKIPPED 2025-09-09T14:15:33.2943054Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_get_groupwise_affine_qparams PASSED 2025-09-09T14:15:33.2944469Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_groupwise_affine_dequantize_tensor_from_qparams PASSED 2025-09-09T14:15:33.2945731Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_groupwise_affine_quantize_tensor_from_qparams PASSED 2025-09-09T14:15:33.2946911Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_maybe_expand_scale_to_tensor_shape PASSED 2025-09-09T14:15:33.2948072Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_activation_per_token_abs_max PASSED 2025-09-09T14:15:33.2949262Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_activation_per_token_abs_max_dtype PASSED 2025-09-09T14:15:33.2950662Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_activation_per_token_abs_max_zero_input PASSED 2025-09-09T14:15:33.2951916Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_dequantize_channel_asym PASSED 2025-09-09T14:15:33.2953040Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_dequantize_channel_asym_4d PASSED 2025-09-09T14:15:33.2954293Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_dequantize_channel_asym_4d_multi_dim_reduction PASSED 2025-09-09T14:15:33.2955506Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_dequantize_group_sym PASSED 2025-09-09T14:15:33.2956601Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_quantize_dequantize_tensor_asym PASSED 2025-09-09T14:15:33.2957580Z test/quantization/test_quant_primitives.py::TestQuantPrimitives::test_raises PASSED 2025-09-09T14:15:33.2958424Z test/sparsity/test_activation24.py::test_sparse24_sm90_sparsify_identity SKIPPED 2025-09-09T14:15:33.2959283Z test/sparsity/test_activation24.py::test_sparse24_sm90_sparsify_identity_scaled SKIPPED 2025-09-09T14:15:33.2960125Z test/sparsity/test_activation24.py::test_sparse24_sm90_sparsify_srelu SKIPPED 2025-09-09T14:15:33.2960952Z test/sparsity/test_activation24.py::test_srelu_fp8_semi_sparse_activation_linear SKIPPED 2025-09-09T14:15:33.2961813Z test/sparsity/test_activation24.py::test_sparse24_fp8_sm90_cutlass_gemm_eye SKIPPED 2025-09-09T14:15:33.2962690Z test/sparsity/test_activation24.py::test_sparse24_fp8_sm90_cutlass_gemm_random_tensor SKIPPED 2025-09-09T14:15:33.2963813Z test/sparsity/test_fast_sparse_training.py::TestRuntimeSemiStructuredSparsity::test_runtime_weight_sparsification SKIPPED 2025-09-09T14:15:33.2965127Z test/sparsity/test_fast_sparse_training.py::TestRuntimeSemiStructuredSparsity::test_runtime_weight_sparsification_compile SKIPPED 2025-09-09T14:15:33.2966194Z test/sparsity/test_marlin.py::SparseMarlin24::test_pack_unpack_equivalence SKIPPED 2025-09-09T14:15:33.2967231Z test/sparsity/test_marlin.py::SparseMarlin24::test_quant_sparse_marlin_layout_compile SKIPPED 2025-09-09T14:15:33.2968158Z test/sparsity/test_marlin.py::SparseMarlin24::test_quant_sparse_marlin_layout_eager SKIPPED 2025-09-09T14:15:33.2969029Z test/sparsity/test_sparse_api.py::TestSemiStructuredSparse::test_sparse SKIPPED 2025-09-09T14:15:33.2969944Z test/sparsity/test_sparse_api.py::TestQuantSemiSparse::test_quant_semi_sparse_compile_False SKIPPED 2025-09-09T14:15:33.2971025Z test/sparsity/test_sparse_api.py::TestQuantSemiSparse::test_sparse_marlin_compile_False SKIPPED 2025-09-09T14:15:33.2971999Z test/sparsity/test_sparse_api.py::TestQuantSemiSparse::test_sparse_marlin_compile_True SKIPPED 2025-09-09T14:15:33.2973013Z test/sparsity/test_sparse_api.py::TestBlockSparseWeight::test_sparse_compile_False_input_shape_1 SKIPPED 2025-09-09T14:15:33.2974090Z test/sparsity/test_sparse_api.py::TestBlockSparseWeight::test_sparse_compile_False_input_shape_1024 SKIPPED 2025-09-09T14:15:33.2975167Z test/sparsity/test_sparse_api.py::TestBlockSparseWeight::test_sparse_compile_True_input_shape_1 SKIPPED 2025-09-09T14:15:33.2976222Z test/sparsity/test_sparse_api.py::TestBlockSparseWeight::test_sparse_compile_True_input_shape_1024 SKIPPED 2025-09-09T14:15:33.2977264Z test/sparsity/test_sparse_api.py::TestQuantBlockSparseWeight::test_sparse_compile_False SKIPPED 2025-09-09T14:15:33.2978254Z test/sparsity/test_sparse_api.py::TestQuantBlockSparseWeight::test_sparse_compile_True SKIPPED 2025-09-09T14:15:33.2979141Z test/sparsity/test_supermask.py::TestSupermask::test_from_linear SKIPPED 2025-09-09T14:15:33.2980047Z test/sparsity/test_supermask.py::TestSupermask::test_supermask_sparsity_level_0_25_blocksize_2 SKIPPED 2025-09-09T14:15:33.2981089Z test/sparsity/test_supermask.py::TestSupermask::test_supermask_sparsity_level_0_25_blocksize_4 SKIPPED 2025-09-09T14:15:33.2982127Z test/sparsity/test_supermask.py::TestSupermask::test_supermask_sparsity_level_0_25_blocksize_8 SKIPPED 2025-09-09T14:15:33.2983154Z test/sparsity/test_supermask.py::TestSupermask::test_supermask_sparsity_level_0_5_blocksize_2 SKIPPED 2025-09-09T14:15:33.2984184Z test/sparsity/test_supermask.py::TestSupermask::test_supermask_sparsity_level_0_5_blocksize_4 SKIPPED 2025-09-09T14:15:33.2985210Z test/sparsity/test_supermask.py::TestSupermask::test_supermask_sparsity_level_0_5_blocksize_8 SKIPPED 2025-09-09T14:15:33.2986119Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_one_layer_mlp_2x4 PASSED 2025-09-09T14:15:33.2986985Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_one_layer_mlp_unstructured PASSED 2025-09-09T14:15:33.2987780Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_prepare PASSED 2025-09-09T14:15:33.2988527Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_squash_mask PASSED 2025-09-09T14:15:33.2989354Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_two_layer_mlp_unstructured PASSED 2025-09-09T14:15:33.2990340Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_two_layer_mlp_unstructured_custom_config PASSED 2025-09-09T14:15:33.2991528Z test/test_ao_models.py::TorchAOBasicTestCase::test_ao_inference_mode_device_cpu_batch_size_1_is_training_False PASSED 2025-09-09T14:18:45.9182743Z test/test_ao_models.py::TorchAOBasicTestCase::test_ao_inference_mode_device_cpu_batch_size_1_is_training_True PASSED 2025-09-09T14:18:45.9184066Z test/test_ao_models.py::TorchAOBasicTestCase::test_ao_inference_mode_device_cpu_batch_size_4_is_training_False PASSED 2025-09-09T14:18:45.9185283Z test/test_ao_models.py::TorchAOBasicTestCase::test_ao_inference_mode_device_cpu_batch_size_4_is_training_True PASSED 2025-09-09T14:18:45.9186431Z test/test_low_bit_optim.py::TestQuantize::test_bf16_stochastic_round_device_cpu_compile_False PASSED 2025-09-09T14:18:45.9187461Z test/test_low_bit_optim.py::TestQuantize::test_bf16_stochastic_round_device_cpu_compile_True PASSED 2025-09-09T14:18:45.9188718Z test/test_low_bit_optim.py::TestQuantize::test_quantize_4bit_with_qmap_compile_device_cpu PASSED 2025-09-09T14:18:45.9189755Z test/test_low_bit_optim.py::TestQuantize::test_quantize_4bit_with_qmap_correctness_device_cpu PASSED 2025-09-09T14:18:45.9190769Z test/test_low_bit_optim.py::TestQuantize::test_quantize_8bit_with_qmap_compile_device_cpu PASSED 2025-09-09T14:18:45.9191880Z test/test_low_bit_optim.py::TestQuantize::test_quantize_8bit_with_qmap_correctness_device_cpu PASSED 2025-09-09T14:18:45.9192879Z test/test_low_bit_optim.py::TestOptim::test_optim_4bit_correctness_optim_name_Adam4bit SKIPPED 2025-09-09T14:18:45.9193773Z test/test_low_bit_optim.py::TestOptim::test_optim_4bit_correctness_optim_name_AdamW4bit SKIPPED 2025-09-09T14:18:45.9194797Z test/test_low_bit_optim.py::TestOptim::test_optim_8bit_correctness_optim_name_Adam8bit SKIPPED 2025-09-09T14:18:45.9195709Z test/test_low_bit_optim.py::TestOptim::test_optim_8bit_correctness_optim_name_AdamW8bit SKIPPED 2025-09-09T14:18:45.9196633Z test/test_low_bit_optim.py::TestOptim::test_optim_bf16_stochastic_round_correctness PASSED 2025-09-09T14:18:45.9197686Z test/test_low_bit_optim.py::TestOptim::test_optim_cpu_offload_correctness_offload_grad_False_grad_accum_1 SKIPPED 2025-09-09T14:18:45.9198750Z test/test_low_bit_optim.py::TestOptim::test_optim_cpu_offload_correctness_offload_grad_False_grad_accum_2 SKIPPED 2025-09-09T14:18:45.9199946Z test/test_low_bit_optim.py::TestOptim::test_optim_cpu_offload_correctness_offload_grad_True_grad_accum_1 SKIPPED 2025-09-09T14:18:45.9200847Z test/test_low_bit_optim.py::TestOptim::test_optim_cpu_offload_save_load SKIPPED 2025-09-09T14:18:45.9201775Z test/test_low_bit_optim.py::TestOptim::test_optim_default_dtype_bf16_optim_name_Adam4bit_device_cpu PASSED 2025-09-09T14:18:45.9202835Z test/test_low_bit_optim.py::TestOptim::test_optim_default_dtype_bf16_optim_name_Adam8bit_device_cpu PASSED 2025-09-09T14:18:45.9203812Z test/test_low_bit_optim.py::TestOptim::test_optim_default_dtype_bf16_optim_name_AdamFp8_device_cpu PASSED 2025-09-09T14:18:45.9204872Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_Adam4bit_bfloat16_device_cpu PASSED 2025-09-09T14:18:45.9205862Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_Adam4bit_float32_device_cpu PASSED 2025-09-09T14:18:45.9206867Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_Adam8bit_bfloat16_device_cpu PASSED 2025-09-09T14:18:45.9207898Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_Adam8bit_float32_device_cpu PASSED 2025-09-09T14:18:45.9208835Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamFp8_bfloat16_device_cpu PASSED 2025-09-09T14:18:45.9209828Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamFp8_float32_device_cpu PASSED 2025-09-09T14:18:45.9210868Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamW4bit_bfloat16_device_cpu PASSED 2025-09-09T14:18:45.9211819Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamW4bit_float32_device_cpu PASSED 2025-09-09T14:18:45.9212908Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamW8bit_bfloat16_device_cpu PASSED 2025-09-09T14:18:45.9213862Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamW8bit_float32_device_cpu PASSED 2025-09-09T14:18:45.9214957Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamWFp8_bfloat16_device_cpu PASSED 2025-09-09T14:18:45.9215989Z test/test_low_bit_optim.py::TestOptim::test_optim_smoke_optim_name_AdamWFp8_float32_device_cpu PASSED 2025-09-09T14:18:45.9216968Z test/test_low_bit_optim.py::TestOptim::test_param_groups_optim_name_Adam4bit_device_cpu PASSED 2025-09-09T14:18:45.9218090Z test/test_low_bit_optim.py::TestOptim::test_param_groups_optim_name_Adam8bit_device_cpu PASSED 2025-09-09T14:18:45.9219154Z test/test_low_bit_optim.py::TestOptim::test_param_groups_optim_name_AdamFp8_device_cpu PASSED 2025-09-09T14:18:45.9220161Z test/test_low_bit_optim.py::TestOptim::test_subclass_slice_subclass0_shape0_device_cpu PASSED 2025-09-09T14:18:45.9221238Z test/test_low_bit_optim.py::TestOptim::test_subclass_slice_subclass0_shape1_device_cpu PASSED 2025-09-09T14:18:45.9222157Z test/test_low_bit_optim.py::TestOptim::test_subclass_slice_subclass1_shape0_device_cpu PASSED 2025-09-09T14:18:45.9223145Z test/test_low_bit_optim.py::TestOptim::test_subclass_slice_subclass1_shape1_device_cpu PASSED 2025-09-09T14:18:45.9224020Z test/test_low_bit_optim.py::TestOptim::test_subclass_slice_subclass2_shape0_device_cpu PASSED 2025-09-09T14:18:45.9224955Z test/test_low_bit_optim.py::TestOptim::test_subclass_slice_subclass2_shape1_device_cpu PASSED 2025-09-09T14:18:45.9226119Z test/test_low_bit_optim.py::TestFSDP2::test_fsdp2 WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:18:45.9227203Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:18:45.9228237Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:18:45.9229230Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:18:45.9229865Z dist init r=0, world=2 2025-09-09T14:18:45.9230194Z dist init r=1, world=2 2025-09-09T14:18:45.9230555Z SKIPPED (Need at l...) 2025-09-09T14:18:45.9231434Z test/test_low_bit_optim.py::TestFSDP2::test_uneven_shard WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:18:45.9232569Z WARNING:torchao.kernel.intmm:Warning: Detected no triton, on systems without Triton certain kernels will not work 2025-09-09T14:18:45.9233619Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:18:45.9234571Z WARNING:bitsandbytes.cextension:The 8-bit optimizer is not available on your device, only available on CUDA for now. 2025-09-09T14:18:45.9235190Z dist init r=0, world=2 2025-09-09T14:18:45.9235433Z dist init r=1, world=2 2025-09-09T14:18:45.9235715Z SKIPPED (Ne...) 2025-09-09T14:18:45.9236313Z test/test_model_architecture.py::TestModels::test_ln_linear_activation_model_0_cpu PASSED 2025-09-09T14:18:45.9237217Z test/test_model_architecture.py::TestModels::test_toy_linear_model_0_cpu PASSED 2025-09-09T14:18:45.9238081Z test/test_model_architecture.py::TestModels::test_transformer_block_0_cpu PASSED 2025-09-09T14:18:45.9239067Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_1_OC_2048_IC_4096_splitK_5_ebits_2_mbits_2_bfloat16 SKIPPED 2025-09-09T14:18:45.9240333Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_1_OC_2048_IC_4096_splitK_5_ebits_2_mbits_2_float16 SKIPPED 2025-09-09T14:18:45.9241497Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_1_OC_2048_IC_4096_splitK_5_ebits_3_mbits_2_bfloat16 SKIPPED 2025-09-09T14:18:45.9242716Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_1_OC_2048_IC_4096_splitK_5_ebits_3_mbits_2_float16 SKIPPED 2025-09-09T14:18:45.9243905Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_2_OC_8192_IC_8192_splitK_6_ebits_2_mbits_2_bfloat16 SKIPPED 2025-09-09T14:18:45.9245051Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_2_OC_8192_IC_8192_splitK_6_ebits_2_mbits_2_float16 SKIPPED 2025-09-09T14:18:45.9246308Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_2_OC_8192_IC_8192_splitK_6_ebits_3_mbits_2_bfloat16 SKIPPED 2025-09-09T14:18:45.9247592Z test/test_ops.py::TestOps::test_quant_llm_linear_correctness_BS_2_OC_8192_IC_8192_splitK_6_ebits_3_mbits_2_float16 SKIPPED 2025-09-09T14:18:45.9248672Z test/test_ops.py::TestOps::test_quant_llm_linear_ebits_2_mbits_2_bfloat16 SKIPPED 2025-09-09T14:18:45.9249432Z test/test_ops.py::TestOps::test_quant_llm_linear_ebits_2_mbits_2_float16 SKIPPED 2025-09-09T14:18:45.9250392Z test/test_ops.py::TestOps::test_quant_llm_linear_ebits_3_mbits_2_bfloat16 SKIPPED 2025-09-09T14:18:45.9251238Z test/test_ops.py::TestOps::test_quant_llm_linear_ebits_3_mbits_2_float16 SKIPPED 2025-09-09T14:18:45.9252267Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9253641Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9254927Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9256367Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9468961Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9470231Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9471531Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9472853Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9474147Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9475483Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9476768Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9478098Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9479394Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9480708Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9482001Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9483344Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9484604Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9485969Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9487213Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9488774Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9490055Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9491401Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9492827Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9494115Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9495430Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9496707Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9498018Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9499306Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9500615Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9501884Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9503212Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9504478Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9505783Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9507176Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9508527Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9509754Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9511226Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9512419Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9513819Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9515041Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9516416Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9517628Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9519260Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9520461Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9521872Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9523185Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9524559Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9525819Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_120_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9527158Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9528357Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9529575Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9530772Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9531966Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9533178Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9534379Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9535569Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9536767Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9537975Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9800545Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9801929Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_18_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9803298Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9804691Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9805975Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9807317Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9808566Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9810101Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9811399Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9812751Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9814175Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9815453Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9816756Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9818045Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_16_q_seq_len_89_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9819508Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9820768Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9822091Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9823362Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9824659Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9825923Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9827302Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9828483Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9829677Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9831049Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9832307Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9833615Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_18_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9834877Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9836180Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9837451Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9838753Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9840128Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9841443Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_100_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9842718Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_32_bfloat16 SKIPPED 2025-09-09T14:18:45.9844135Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_32_float32 SKIPPED 2025-09-09T14:18:45.9845402Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_32_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9846778Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_64_bfloat16 SKIPPED 2025-09-09T14:18:45.9847984Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_64_float32 SKIPPED 2025-09-09T14:18:45.9849359Z test/test_ops.py::TestOps::test_scaled_dot_product_int8_op_batch_size_56_n_head_2_q_seq_len_89_kv_seq_len_253_head_dim_64_mask_dtype0 SKIPPED 2025-09-09T14:18:45.9850437Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x4096-tiles_2] SKIPPED 2025-09-09T14:18:45.9851482Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x4096-tiles_4] SKIPPED 2025-09-09T14:18:45.9852489Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x4096-tiles_8] SKIPPED 2025-09-09T14:18:45.9853542Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x11008-tiles_2] SKIPPED 2025-09-09T14:18:45.9854544Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x11008-tiles_4] SKIPPED 2025-09-09T14:18:45.9855490Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x11008-tiles_8] SKIPPED 2025-09-09T14:18:45.9856571Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_11008x4096-tiles_2] SKIPPED 2025-09-09T14:18:45.9857534Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_11008x4096-tiles_4] SKIPPED 2025-09-09T14:18:45.9858588Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_11008x4096-tiles_8] SKIPPED 2025-09-09T14:18:45.9859588Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x14336-tiles_2] SKIPPED 2025-09-09T14:18:45.9860591Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x14336-tiles_4] SKIPPED 2025-09-09T14:18:45.9861649Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_4096x14336-tiles_8] SKIPPED 2025-09-09T14:18:45.9862581Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_14336x4096-tiles_2] SKIPPED 2025-09-09T14:18:45.9863642Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_14336x4096-tiles_4] SKIPPED 2025-09-09T14:18:45.9864639Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_correctness[shape_14336x4096-tiles_8] SKIPPED 2025-09-09T14:18:45.9865647Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x4096-tiles_2] SKIPPED 2025-09-09T14:18:45.9866572Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x4096-tiles_4] SKIPPED 2025-09-09T14:18:45.9867406Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x4096-tiles_8] SKIPPED 2025-09-09T14:18:45.9868367Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x11008-tiles_2] SKIPPED 2025-09-09T14:18:45.9869351Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x11008-tiles_4] SKIPPED 2025-09-09T14:18:45.9870207Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x11008-tiles_8] SKIPPED 2025-09-09T14:18:45.9871243Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_11008x4096-tiles_2] SKIPPED 2025-09-09T14:18:45.9872170Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_11008x4096-tiles_4] SKIPPED 2025-09-09T14:18:46.0148755Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_11008x4096-tiles_8] SKIPPED 2025-09-09T14:18:46.0149654Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x14336-tiles_2] SKIPPED 2025-09-09T14:18:46.0150673Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x14336-tiles_4] SKIPPED 2025-09-09T14:18:46.0151606Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_4096x14336-tiles_8] SKIPPED 2025-09-09T14:18:46.0152458Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_14336x4096-tiles_2] SKIPPED 2025-09-09T14:18:46.0153428Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_14336x4096-tiles_4] SKIPPED 2025-09-09T14:18:46.0154351Z test/test_ops.py::test_unpack_tensor_core_tiled_layout_op[shape_14336x4096-tiles_8] SKIPPED 2025-09-09T14:18:46.0155410Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0156531Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0157617Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0158795Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0159840Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0161049Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0162098Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0163248Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0164369Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0165525Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0166627Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0167677Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0168727Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-2-32] SKIPPED 2025-09-09T14:18:46.0169875Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-2-64] SKIPPED 2025-09-09T14:18:46.0171008Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-2-128] SKIPPED 2025-09-09T14:18:46.0172173Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-2-256] SKIPPED 2025-09-09T14:18:46.0173295Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-4-32] SKIPPED 2025-09-09T14:18:46.0174451Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-4-64] SKIPPED 2025-09-09T14:18:46.0175712Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-4-128] SKIPPED 2025-09-09T14:18:46.0176903Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-4-256] SKIPPED 2025-09-09T14:18:46.0178007Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-8-32] SKIPPED 2025-09-09T14:18:46.0179239Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-8-64] SKIPPED 2025-09-09T14:18:46.0180386Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-8-128] SKIPPED 2025-09-09T14:18:46.0181486Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 11008)-8-256] SKIPPED 2025-09-09T14:18:46.0182659Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0183703Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0184902Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0186000Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0187160Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0188282Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0189452Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0190661Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0191851Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0192958Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0194089Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0195266Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(11008, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0196363Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-2-32] SKIPPED 2025-09-09T14:18:46.0197542Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-2-64] SKIPPED 2025-09-09T14:18:46.0198588Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-2-128] SKIPPED 2025-09-09T14:18:46.0199806Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-2-256] SKIPPED 2025-09-09T14:18:46.0200875Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-4-32] SKIPPED 2025-09-09T14:18:46.0202033Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-4-64] SKIPPED 2025-09-09T14:18:46.0203154Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-4-128] SKIPPED 2025-09-09T14:18:46.0204310Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-4-256] SKIPPED 2025-09-09T14:18:46.0205431Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-8-32] SKIPPED 2025-09-09T14:18:46.0206685Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-8-64] SKIPPED 2025-09-09T14:18:46.0207810Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-8-128] SKIPPED 2025-09-09T14:18:46.0208985Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(4096, 14336)-8-256] SKIPPED 2025-09-09T14:18:46.0210173Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0211329Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0212453Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0213566Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0214751Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0215797Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0217025Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0218084Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0219373Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0220499Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0221671Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0222786Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_quant_dequant[(14336, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0223855Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0483454Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0484651Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0485753Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0486910Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0487995Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0489083Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0490165Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0491251Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0492330Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0493400Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0494497Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0495743Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-2-32] SKIPPED 2025-09-09T14:18:46.0496844Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-2-64] SKIPPED 2025-09-09T14:18:46.0497943Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-2-128] SKIPPED 2025-09-09T14:18:46.0499149Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-2-256] SKIPPED 2025-09-09T14:18:46.0500249Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-4-32] SKIPPED 2025-09-09T14:18:46.0501344Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-4-64] SKIPPED 2025-09-09T14:18:46.0502432Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-4-128] SKIPPED 2025-09-09T14:18:46.0503532Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-4-256] SKIPPED 2025-09-09T14:18:46.0504616Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-8-32] SKIPPED 2025-09-09T14:18:46.0505719Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-8-64] SKIPPED 2025-09-09T14:18:46.0506819Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-8-128] SKIPPED 2025-09-09T14:18:46.0507902Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 11008)-8-256] SKIPPED 2025-09-09T14:18:46.0508998Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0510086Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0511273Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0512379Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0513466Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0514559Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0515655Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0516748Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0517837Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0519065Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0520178Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0521281Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(11008, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0522361Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-2-32] SKIPPED 2025-09-09T14:18:46.0523451Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-2-64] SKIPPED 2025-09-09T14:18:46.0524621Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-2-128] SKIPPED 2025-09-09T14:18:46.0525723Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-2-256] SKIPPED 2025-09-09T14:18:46.0526815Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-4-32] SKIPPED 2025-09-09T14:18:46.0527972Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-4-64] SKIPPED 2025-09-09T14:18:46.0529060Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-4-128] SKIPPED 2025-09-09T14:18:46.0530154Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-4-256] SKIPPED 2025-09-09T14:18:46.0531243Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-8-32] SKIPPED 2025-09-09T14:18:46.0532336Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-8-64] SKIPPED 2025-09-09T14:18:46.0533419Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-8-128] SKIPPED 2025-09-09T14:18:46.0534522Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(4096, 14336)-8-256] SKIPPED 2025-09-09T14:18:46.0535615Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0536697Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0537791Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0538882Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0539982Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0541081Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0542170Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0543261Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0544352Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0545433Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0546529Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0547614Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_correctness_unpack_and_dequant[(14336, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0548571Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0549410Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0550228Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0551150Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0551972Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0552865Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0939857Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0940697Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0941535Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0942535Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0943350Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0944185Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0945007Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-2-32] SKIPPED 2025-09-09T14:18:46.0945847Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-2-64] SKIPPED 2025-09-09T14:18:46.0946685Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-2-128] SKIPPED 2025-09-09T14:18:46.0947514Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-2-256] SKIPPED 2025-09-09T14:18:46.0948348Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-4-32] SKIPPED 2025-09-09T14:18:46.0949172Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-4-64] SKIPPED 2025-09-09T14:18:46.0950104Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-4-128] SKIPPED 2025-09-09T14:18:46.0951016Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-4-256] SKIPPED 2025-09-09T14:18:46.0951843Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-8-32] SKIPPED 2025-09-09T14:18:46.0952833Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-8-64] SKIPPED 2025-09-09T14:18:46.0953664Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-8-128] SKIPPED 2025-09-09T14:18:46.0954506Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 11008)-8-256] SKIPPED 2025-09-09T14:18:46.0955474Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0956301Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0957138Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0958035Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0958872Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0959708Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0960536Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0961381Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0962271Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0963115Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0964009Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0964848Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(11008, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0965685Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-2-32] SKIPPED 2025-09-09T14:18:46.0966696Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-2-64] SKIPPED 2025-09-09T14:18:46.0967556Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-2-128] SKIPPED 2025-09-09T14:18:46.0968408Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-2-256] SKIPPED 2025-09-09T14:18:46.0969306Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-4-32] SKIPPED 2025-09-09T14:18:46.0970212Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-4-64] SKIPPED 2025-09-09T14:18:46.0971038Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-4-128] SKIPPED 2025-09-09T14:18:46.0971954Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-4-256] SKIPPED 2025-09-09T14:18:46.0972797Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-8-32] SKIPPED 2025-09-09T14:18:46.0973687Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-8-64] SKIPPED 2025-09-09T14:18:46.0974530Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-8-128] SKIPPED 2025-09-09T14:18:46.0975362Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(4096, 14336)-8-256] SKIPPED 2025-09-09T14:18:46.0976265Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-2-32] SKIPPED 2025-09-09T14:18:46.0977108Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-2-64] SKIPPED 2025-09-09T14:18:46.0977933Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-2-128] SKIPPED 2025-09-09T14:18:46.0978841Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-2-256] SKIPPED 2025-09-09T14:18:46.0979670Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-4-32] SKIPPED 2025-09-09T14:18:46.0980515Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-4-64] SKIPPED 2025-09-09T14:18:46.0981412Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-4-128] SKIPPED 2025-09-09T14:18:46.0982258Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-4-256] SKIPPED 2025-09-09T14:18:46.0983110Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-8-32] SKIPPED 2025-09-09T14:18:46.0984002Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-8-64] SKIPPED 2025-09-09T14:18:46.0984846Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-8-128] SKIPPED 2025-09-09T14:18:46.0985740Z test/test_ops.py::test_dequantize_tensor_core_tiled_layout_op[(14336, 4096)-8-256] SKIPPED 2025-09-09T14:18:46.0986508Z test/test_ops.py::test_marlin_24[1-128-512-4--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.0987189Z test/test_ops.py::test_marlin_24[1-128-512-4--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.0987839Z test/test_ops.py::test_marlin_24[1-128-512-4--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.0988563Z test/test_ops.py::test_marlin_24[1-128-512-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.0989194Z test/test_ops.py::test_marlin_24[1-128-512-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.0989837Z test/test_ops.py::test_marlin_24[1-128-512-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.0990561Z test/test_ops.py::test_marlin_24[1-128-512-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.0991233Z test/test_ops.py::test_marlin_24[1-128-512-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.0991858Z test/test_ops.py::test_marlin_24[1-128-512-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.0992482Z test/test_ops.py::test_marlin_24[1-128-512-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.0993204Z test/test_ops.py::test_marlin_24[1-128-512-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.0993984Z test/test_ops.py::test_marlin_24[1-128-512-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.0994645Z test/test_ops.py::test_marlin_24[1-128-512-8--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.0995309Z test/test_ops.py::test_marlin_24[1-128-512-8--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.0996023Z test/test_ops.py::test_marlin_24[1-128-512-8--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.0996734Z test/test_ops.py::test_marlin_24[1-128-512-8--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.0997357Z test/test_ops.py::test_marlin_24[1-128-512-8--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.0998056Z test/test_ops.py::test_marlin_24[1-128-512-8--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.0998685Z test/test_ops.py::test_marlin_24[1-128-512-8-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.0999297Z test/test_ops.py::test_marlin_24[1-128-512-8-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.0999920Z test/test_ops.py::test_marlin_24[1-128-512-8-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1000608Z test/test_ops.py::test_marlin_24[1-128-512-8-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1001259Z test/test_ops.py::test_marlin_24[1-128-512-8-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1001891Z test/test_ops.py::test_marlin_24[1-128-512-8-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1002546Z test/test_ops.py::test_marlin_24[4-128-512-4--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.1003265Z test/test_ops.py::test_marlin_24[4-128-512-4--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.1003917Z test/test_ops.py::test_marlin_24[4-128-512-4--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.1004568Z test/test_ops.py::test_marlin_24[4-128-512-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1005188Z test/test_ops.py::test_marlin_24[4-128-512-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1005898Z test/test_ops.py::test_marlin_24[4-128-512-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1006517Z test/test_ops.py::test_marlin_24[4-128-512-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1007140Z test/test_ops.py::test_marlin_24[4-128-512-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1007763Z test/test_ops.py::test_marlin_24[4-128-512-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1008454Z test/test_ops.py::test_marlin_24[4-128-512-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1009103Z test/test_ops.py::test_marlin_24[4-128-512-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1463729Z test/test_ops.py::test_marlin_24[4-128-512-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1464419Z test/test_ops.py::test_marlin_24[4-128-512-8--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.1465248Z test/test_ops.py::test_marlin_24[4-128-512-8--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.1465921Z test/test_ops.py::test_marlin_24[4-128-512-8--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.1466667Z test/test_ops.py::test_marlin_24[4-128-512-8--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1467363Z test/test_ops.py::test_marlin_24[4-128-512-8--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1468103Z test/test_ops.py::test_marlin_24[4-128-512-8--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1468803Z test/test_ops.py::test_marlin_24[4-128-512-8-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1469428Z test/test_ops.py::test_marlin_24[4-128-512-8-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1470111Z test/test_ops.py::test_marlin_24[4-128-512-8-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1470876Z test/test_ops.py::test_marlin_24[4-128-512-8-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1471583Z test/test_ops.py::test_marlin_24[4-128-512-8-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1472243Z test/test_ops.py::test_marlin_24[4-128-512-8-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1473298Z test/test_ops.py::test_marlin_24[8-128-512-4--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.1474047Z test/test_ops.py::test_marlin_24[8-128-512-4--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.1474742Z test/test_ops.py::test_marlin_24[8-128-512-4--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.1475514Z test/test_ops.py::test_marlin_24[8-128-512-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1476318Z test/test_ops.py::test_marlin_24[8-128-512-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1476943Z test/test_ops.py::test_marlin_24[8-128-512-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1477734Z test/test_ops.py::test_marlin_24[8-128-512-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1478354Z test/test_ops.py::test_marlin_24[8-128-512-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1479047Z test/test_ops.py::test_marlin_24[8-128-512-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1479680Z test/test_ops.py::test_marlin_24[8-128-512-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1480443Z test/test_ops.py::test_marlin_24[8-128-512-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1481159Z test/test_ops.py::test_marlin_24[8-128-512-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1481801Z test/test_ops.py::test_marlin_24[8-128-512-8--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.1482676Z test/test_ops.py::test_marlin_24[8-128-512-8--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.1483373Z test/test_ops.py::test_marlin_24[8-128-512-8--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.1484040Z test/test_ops.py::test_marlin_24[8-128-512-8--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1484869Z test/test_ops.py::test_marlin_24[8-128-512-8--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1485524Z test/test_ops.py::test_marlin_24[8-128-512-8--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1486224Z test/test_ops.py::test_marlin_24[8-128-512-8-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1486888Z test/test_ops.py::test_marlin_24[8-128-512-8-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1487630Z test/test_ops.py::test_marlin_24[8-128-512-8-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1488325Z test/test_ops.py::test_marlin_24[8-128-512-8-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1488981Z test/test_ops.py::test_marlin_24[8-128-512-8-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1489630Z test/test_ops.py::test_marlin_24[8-128-512-8-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1490369Z test/test_ops.py::test_marlin_24[16-128-512-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1491064Z test/test_ops.py::test_marlin_24[16-128-512-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1491674Z test/test_ops.py::test_marlin_24[16-128-512-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1492365Z test/test_ops.py::test_marlin_24[16-128-512-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1493104Z test/test_ops.py::test_marlin_24[16-128-512-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1493818Z test/test_ops.py::test_marlin_24[16-128-512-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1494459Z test/test_ops.py::test_marlin_24[16-128-512-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1495189Z test/test_ops.py::test_marlin_24[16-128-512-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1495879Z test/test_ops.py::test_marlin_24[16-128-512-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1496593Z test/test_ops.py::test_marlin_24[16-128-512-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1497262Z test/test_ops.py::test_marlin_24[16-128-512-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1498071Z test/test_ops.py::test_marlin_24[16-128-512-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1498762Z test/test_ops.py::test_marlin_24[16-128-512-8--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1499387Z test/test_ops.py::test_marlin_24[16-128-512-8--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1500093Z test/test_ops.py::test_marlin_24[16-128-512-8--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1500848Z test/test_ops.py::test_marlin_24[16-128-512-8--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1501547Z test/test_ops.py::test_marlin_24[16-128-512-8--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1502208Z test/test_ops.py::test_marlin_24[16-128-512-8--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1503018Z test/test_ops.py::test_marlin_24[16-128-512-8-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1503687Z test/test_ops.py::test_marlin_24[16-128-512-8-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1504386Z test/test_ops.py::test_marlin_24[16-128-512-8-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1505071Z test/test_ops.py::test_marlin_24[16-128-512-8-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1505843Z test/test_ops.py::test_marlin_24[16-128-512-8-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1506566Z test/test_ops.py::test_marlin_24[16-128-512-8-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1507199Z test/test_ops.py::test_marlin_24[32-128-512-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1507940Z test/test_ops.py::test_marlin_24[32-128-512-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1508611Z test/test_ops.py::test_marlin_24[32-128-512-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1509324Z test/test_ops.py::test_marlin_24[32-128-512-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1509964Z test/test_ops.py::test_marlin_24[32-128-512-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1510793Z test/test_ops.py::test_marlin_24[32-128-512-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1511506Z test/test_ops.py::test_marlin_24[32-128-512-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1512126Z test/test_ops.py::test_marlin_24[32-128-512-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1512865Z test/test_ops.py::test_marlin_24[32-128-512-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1513560Z test/test_ops.py::test_marlin_24[32-128-512-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1514290Z test/test_ops.py::test_marlin_24[32-128-512-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1514982Z test/test_ops.py::test_marlin_24[32-128-512-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1515735Z test/test_ops.py::test_marlin_24[32-128-512-8--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1516432Z test/test_ops.py::test_marlin_24[32-128-512-8--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1517043Z test/test_ops.py::test_marlin_24[32-128-512-8--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1517674Z test/test_ops.py::test_marlin_24[32-128-512-8--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1518306Z test/test_ops.py::test_marlin_24[32-128-512-8--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1519095Z test/test_ops.py::test_marlin_24[32-128-512-8--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1519880Z test/test_ops.py::test_marlin_24[32-128-512-8-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1520511Z test/test_ops.py::test_marlin_24[32-128-512-8-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1521197Z test/test_ops.py::test_marlin_24[32-128-512-8-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1521828Z test/test_ops.py::test_marlin_24[32-128-512-8-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1522578Z test/test_ops.py::test_marlin_24[32-128-512-8-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1523279Z test/test_ops.py::test_marlin_24[32-128-512-8-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1523918Z test/test_ops.py::test_marlin_24[64-128-512-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1524585Z test/test_ops.py::test_marlin_24[64-128-512-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1525240Z test/test_ops.py::test_marlin_24[64-128-512-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1525941Z test/test_ops.py::test_marlin_24[64-128-512-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1526709Z test/test_ops.py::test_marlin_24[64-128-512-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1527454Z test/test_ops.py::test_marlin_24[64-128-512-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1528139Z test/test_ops.py::test_marlin_24[64-128-512-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1528776Z test/test_ops.py::test_marlin_24[64-128-512-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1529572Z test/test_ops.py::test_marlin_24[64-128-512-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1530260Z test/test_ops.py::test_marlin_24[64-128-512-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1530969Z test/test_ops.py::test_marlin_24[64-128-512-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1531645Z test/test_ops.py::test_marlin_24[64-128-512-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1532374Z test/test_ops.py::test_marlin_24[64-128-512-8--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1533050Z test/test_ops.py::test_marlin_24[64-128-512-8--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1533669Z test/test_ops.py::test_marlin_24[64-128-512-8--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1534400Z test/test_ops.py::test_marlin_24[64-128-512-8--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1535084Z test/test_ops.py::test_marlin_24[64-128-512-8--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1535784Z test/test_ops.py::test_marlin_24[64-128-512-8--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1986181Z test/test_ops.py::test_marlin_24[64-128-512-8-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1986830Z test/test_ops.py::test_marlin_24[64-128-512-8-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1987509Z test/test_ops.py::test_marlin_24[64-128-512-8-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1988201Z test/test_ops.py::test_marlin_24[64-128-512-8-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1988911Z test/test_ops.py::test_marlin_24[64-128-512-8-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1989599Z test/test_ops.py::test_marlin_24[64-128-512-8-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1990307Z test/test_ops.py::test_marlin_qqq[1-128-64-4--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.1991121Z test/test_ops.py::test_marlin_qqq[1-128-64-4--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.1991781Z test/test_ops.py::test_marlin_qqq[1-128-64-4--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.1992481Z test/test_ops.py::test_marlin_qqq[1-128-64-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1993158Z test/test_ops.py::test_marlin_qqq[1-128-64-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1993852Z test/test_ops.py::test_marlin_qqq[1-128-64-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1994487Z test/test_ops.py::test_marlin_qqq[1-128-64-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1995189Z test/test_ops.py::test_marlin_qqq[1-128-64-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1995828Z test/test_ops.py::test_marlin_qqq[1-128-64-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.1996512Z test/test_ops.py::test_marlin_qqq[1-128-64-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.1997197Z test/test_ops.py::test_marlin_qqq[1-128-64-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.1997877Z test/test_ops.py::test_marlin_qqq[1-128-64-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.1998565Z test/test_ops.py::test_marlin_qqq[1-128-128-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.1999195Z test/test_ops.py::test_marlin_qqq[1-128-128-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.1999865Z test/test_ops.py::test_marlin_qqq[1-128-128-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2000547Z test/test_ops.py::test_marlin_qqq[1-128-128-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2001239Z test/test_ops.py::test_marlin_qqq[1-128-128-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2001881Z test/test_ops.py::test_marlin_qqq[1-128-128-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2002814Z test/test_ops.py::test_marlin_qqq[1-128-128-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2003518Z test/test_ops.py::test_marlin_qqq[1-128-128-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2004153Z test/test_ops.py::test_marlin_qqq[1-128-128-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2004866Z test/test_ops.py::test_marlin_qqq[1-128-128-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2005672Z test/test_ops.py::test_marlin_qqq[1-128-128-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2006385Z test/test_ops.py::test_marlin_qqq[1-128-128-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2007045Z test/test_ops.py::test_marlin_qqq[1-128-256-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2007712Z test/test_ops.py::test_marlin_qqq[1-128-256-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2008378Z test/test_ops.py::test_marlin_qqq[1-128-256-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2009026Z test/test_ops.py::test_marlin_qqq[1-128-256-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2009739Z test/test_ops.py::test_marlin_qqq[1-128-256-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2010423Z test/test_ops.py::test_marlin_qqq[1-128-256-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2011121Z test/test_ops.py::test_marlin_qqq[1-128-256-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2011765Z test/test_ops.py::test_marlin_qqq[1-128-256-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2012459Z test/test_ops.py::test_marlin_qqq[1-128-256-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2013149Z test/test_ops.py::test_marlin_qqq[1-128-256-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2013807Z test/test_ops.py::test_marlin_qqq[1-128-256-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2014521Z test/test_ops.py::test_marlin_qqq[1-128-256-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2015212Z test/test_ops.py::test_marlin_qqq[4-128-64-4--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.2015941Z test/test_ops.py::test_marlin_qqq[4-128-64-4--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.2016623Z test/test_ops.py::test_marlin_qqq[4-128-64-4--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.2017321Z test/test_ops.py::test_marlin_qqq[4-128-64-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2018017Z test/test_ops.py::test_marlin_qqq[4-128-64-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2018655Z test/test_ops.py::test_marlin_qqq[4-128-64-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2019464Z test/test_ops.py::test_marlin_qqq[4-128-64-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2020087Z test/test_ops.py::test_marlin_qqq[4-128-64-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2020720Z test/test_ops.py::test_marlin_qqq[4-128-64-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2021394Z test/test_ops.py::test_marlin_qqq[4-128-64-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2022103Z test/test_ops.py::test_marlin_qqq[4-128-64-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2022813Z test/test_ops.py::test_marlin_qqq[4-128-64-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2023439Z test/test_ops.py::test_marlin_qqq[4-128-128-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2024111Z test/test_ops.py::test_marlin_qqq[4-128-128-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2024791Z test/test_ops.py::test_marlin_qqq[4-128-128-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2025438Z test/test_ops.py::test_marlin_qqq[4-128-128-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2026075Z test/test_ops.py::test_marlin_qqq[4-128-128-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2026770Z test/test_ops.py::test_marlin_qqq[4-128-128-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2027466Z test/test_ops.py::test_marlin_qqq[4-128-128-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2028095Z test/test_ops.py::test_marlin_qqq[4-128-128-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2028867Z test/test_ops.py::test_marlin_qqq[4-128-128-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2029543Z test/test_ops.py::test_marlin_qqq[4-128-128-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2030224Z test/test_ops.py::test_marlin_qqq[4-128-128-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2030947Z test/test_ops.py::test_marlin_qqq[4-128-128-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2031711Z test/test_ops.py::test_marlin_qqq[4-128-256-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2032394Z test/test_ops.py::test_marlin_qqq[4-128-256-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2033014Z test/test_ops.py::test_marlin_qqq[4-128-256-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2033656Z test/test_ops.py::test_marlin_qqq[4-128-256-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2034334Z test/test_ops.py::test_marlin_qqq[4-128-256-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2035038Z test/test_ops.py::test_marlin_qqq[4-128-256-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2035682Z test/test_ops.py::test_marlin_qqq[4-128-256-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2036310Z test/test_ops.py::test_marlin_qqq[4-128-256-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2036984Z test/test_ops.py::test_marlin_qqq[4-128-256-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2037682Z test/test_ops.py::test_marlin_qqq[4-128-256-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2038337Z test/test_ops.py::test_marlin_qqq[4-128-256-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2039018Z test/test_ops.py::test_marlin_qqq[4-128-256-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2039729Z test/test_ops.py::test_marlin_qqq[8-128-64-4--1-(1, 1, 1)] SKIPPED (...) 2025-09-09T14:18:46.2040396Z test/test_ops.py::test_marlin_qqq[8-128-64-4--1-(1, 4, 8)] SKIPPED (...) 2025-09-09T14:18:46.2041046Z test/test_ops.py::test_marlin_qqq[8-128-64-4--1-(1, 7, 5)] SKIPPED (...) 2025-09-09T14:18:46.2041750Z test/test_ops.py::test_marlin_qqq[8-128-64-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2042442Z test/test_ops.py::test_marlin_qqq[8-128-64-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2043082Z test/test_ops.py::test_marlin_qqq[8-128-64-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2043759Z test/test_ops.py::test_marlin_qqq[8-128-64-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2044430Z test/test_ops.py::test_marlin_qqq[8-128-64-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2045063Z test/test_ops.py::test_marlin_qqq[8-128-64-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2045687Z test/test_ops.py::test_marlin_qqq[8-128-64-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2046381Z test/test_ops.py::test_marlin_qqq[8-128-64-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2047070Z test/test_ops.py::test_marlin_qqq[8-128-64-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2047709Z test/test_ops.py::test_marlin_qqq[8-128-128-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2048379Z test/test_ops.py::test_marlin_qqq[8-128-128-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2049040Z test/test_ops.py::test_marlin_qqq[8-128-128-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2049682Z test/test_ops.py::test_marlin_qqq[8-128-128-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2050319Z test/test_ops.py::test_marlin_qqq[8-128-128-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2051005Z test/test_ops.py::test_marlin_qqq[8-128-128-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2051681Z test/test_ops.py::test_marlin_qqq[8-128-128-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2052323Z test/test_ops.py::test_marlin_qqq[8-128-128-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2052956Z test/test_ops.py::test_marlin_qqq[8-128-128-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2053639Z test/test_ops.py::test_marlin_qqq[8-128-128-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2054438Z test/test_ops.py::test_marlin_qqq[8-128-128-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2055088Z test/test_ops.py::test_marlin_qqq[8-128-128-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2055777Z test/test_ops.py::test_marlin_qqq[8-128-256-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2506737Z test/test_ops.py::test_marlin_qqq[8-128-256-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2507523Z test/test_ops.py::test_marlin_qqq[8-128-256-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2508218Z test/test_ops.py::test_marlin_qqq[8-128-256-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2508867Z test/test_ops.py::test_marlin_qqq[8-128-256-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2509588Z test/test_ops.py::test_marlin_qqq[8-128-256-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2510230Z test/test_ops.py::test_marlin_qqq[8-128-256-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2510989Z test/test_ops.py::test_marlin_qqq[8-128-256-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2511699Z test/test_ops.py::test_marlin_qqq[8-128-256-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2512338Z test/test_ops.py::test_marlin_qqq[8-128-256-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2513001Z test/test_ops.py::test_marlin_qqq[8-128-256-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2513714Z test/test_ops.py::test_marlin_qqq[8-128-256-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2514432Z test/test_ops.py::test_marlin_qqq[16-128-64-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2515057Z test/test_ops.py::test_marlin_qqq[16-128-64-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2515729Z test/test_ops.py::test_marlin_qqq[16-128-64-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2516430Z test/test_ops.py::test_marlin_qqq[16-128-64-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2517076Z test/test_ops.py::test_marlin_qqq[16-128-64-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2517724Z test/test_ops.py::test_marlin_qqq[16-128-64-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2518428Z test/test_ops.py::test_marlin_qqq[16-128-64-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2519477Z test/test_ops.py::test_marlin_qqq[16-128-64-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2520117Z test/test_ops.py::test_marlin_qqq[16-128-64-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2520762Z test/test_ops.py::test_marlin_qqq[16-128-64-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2521415Z test/test_ops.py::test_marlin_qqq[16-128-64-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2522095Z test/test_ops.py::test_marlin_qqq[16-128-64-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2522722Z test/test_ops.py::test_marlin_qqq[16-128-128-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2523355Z test/test_ops.py::test_marlin_qqq[16-128-128-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2523976Z test/test_ops.py::test_marlin_qqq[16-128-128-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2524621Z test/test_ops.py::test_marlin_qqq[16-128-128-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2525273Z test/test_ops.py::test_marlin_qqq[16-128-128-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2525910Z test/test_ops.py::test_marlin_qqq[16-128-128-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2526562Z test/test_ops.py::test_marlin_qqq[16-128-128-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2527193Z test/test_ops.py::test_marlin_qqq[16-128-128-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2527840Z test/test_ops.py::test_marlin_qqq[16-128-128-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2528496Z test/test_ops.py::test_marlin_qqq[16-128-128-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2529150Z test/test_ops.py::test_marlin_qqq[16-128-128-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2529965Z test/test_ops.py::test_marlin_qqq[16-128-128-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2530609Z test/test_ops.py::test_marlin_qqq[16-128-256-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2531243Z test/test_ops.py::test_marlin_qqq[16-128-256-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2531859Z test/test_ops.py::test_marlin_qqq[16-128-256-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2532502Z test/test_ops.py::test_marlin_qqq[16-128-256-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2533239Z test/test_ops.py::test_marlin_qqq[16-128-256-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2533878Z test/test_ops.py::test_marlin_qqq[16-128-256-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2534534Z test/test_ops.py::test_marlin_qqq[16-128-256-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2535166Z test/test_ops.py::test_marlin_qqq[16-128-256-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2535809Z test/test_ops.py::test_marlin_qqq[16-128-256-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2536457Z test/test_ops.py::test_marlin_qqq[16-128-256-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2537122Z test/test_ops.py::test_marlin_qqq[16-128-256-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2537787Z test/test_ops.py::test_marlin_qqq[16-128-256-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2538417Z test/test_ops.py::test_marlin_qqq[32-128-64-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2539050Z test/test_ops.py::test_marlin_qqq[32-128-64-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2539663Z test/test_ops.py::test_marlin_qqq[32-128-64-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2540308Z test/test_ops.py::test_marlin_qqq[32-128-64-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2540962Z test/test_ops.py::test_marlin_qqq[32-128-64-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2541603Z test/test_ops.py::test_marlin_qqq[32-128-64-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2542253Z test/test_ops.py::test_marlin_qqq[32-128-64-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2542877Z test/test_ops.py::test_marlin_qqq[32-128-64-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2543514Z test/test_ops.py::test_marlin_qqq[32-128-64-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2544150Z test/test_ops.py::test_marlin_qqq[32-128-64-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2544811Z test/test_ops.py::test_marlin_qqq[32-128-64-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2545464Z test/test_ops.py::test_marlin_qqq[32-128-64-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2546092Z test/test_ops.py::test_marlin_qqq[32-128-128-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2546731Z test/test_ops.py::test_marlin_qqq[32-128-128-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2547351Z test/test_ops.py::test_marlin_qqq[32-128-128-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2547991Z test/test_ops.py::test_marlin_qqq[32-128-128-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2548641Z test/test_ops.py::test_marlin_qqq[32-128-128-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2549278Z test/test_ops.py::test_marlin_qqq[32-128-128-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2549919Z test/test_ops.py::test_marlin_qqq[32-128-128-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2550626Z test/test_ops.py::test_marlin_qqq[32-128-128-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2551282Z test/test_ops.py::test_marlin_qqq[32-128-128-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2551922Z test/test_ops.py::test_marlin_qqq[32-128-128-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2552583Z test/test_ops.py::test_marlin_qqq[32-128-128-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2553246Z test/test_ops.py::test_marlin_qqq[32-128-128-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2553880Z test/test_ops.py::test_marlin_qqq[32-128-256-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2554586Z test/test_ops.py::test_marlin_qqq[32-128-256-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2555207Z test/test_ops.py::test_marlin_qqq[32-128-256-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2555853Z test/test_ops.py::test_marlin_qqq[32-128-256-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2556491Z test/test_ops.py::test_marlin_qqq[32-128-256-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2557214Z test/test_ops.py::test_marlin_qqq[32-128-256-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2557862Z test/test_ops.py::test_marlin_qqq[32-128-256-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2558495Z test/test_ops.py::test_marlin_qqq[32-128-256-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2559139Z test/test_ops.py::test_marlin_qqq[32-128-256-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2559778Z test/test_ops.py::test_marlin_qqq[32-128-256-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2560440Z test/test_ops.py::test_marlin_qqq[32-128-256-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2561103Z test/test_ops.py::test_marlin_qqq[32-128-256-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2561729Z test/test_ops.py::test_marlin_qqq[64-128-64-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2562355Z test/test_ops.py::test_marlin_qqq[64-128-64-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2562963Z test/test_ops.py::test_marlin_qqq[64-128-64-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2563604Z test/test_ops.py::test_marlin_qqq[64-128-64-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2564237Z test/test_ops.py::test_marlin_qqq[64-128-64-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2564882Z test/test_ops.py::test_marlin_qqq[64-128-64-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2565520Z test/test_ops.py::test_marlin_qqq[64-128-64-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2566138Z test/test_ops.py::test_marlin_qqq[64-128-64-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2566776Z test/test_ops.py::test_marlin_qqq[64-128-64-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2567412Z test/test_ops.py::test_marlin_qqq[64-128-64-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2568069Z test/test_ops.py::test_marlin_qqq[64-128-64-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2568707Z test/test_ops.py::test_marlin_qqq[64-128-64-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2569352Z test/test_ops.py::test_marlin_qqq[64-128-128-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2569985Z test/test_ops.py::test_marlin_qqq[64-128-128-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2570602Z test/test_ops.py::test_marlin_qqq[64-128-128-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2571247Z test/test_ops.py::test_marlin_qqq[64-128-128-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2571884Z test/test_ops.py::test_marlin_qqq[64-128-128-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2572534Z test/test_ops.py::test_marlin_qqq[64-128-128-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2573178Z test/test_ops.py::test_marlin_qqq[64-128-128-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2573805Z test/test_ops.py::test_marlin_qqq[64-128-128-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2988134Z test/test_ops.py::test_marlin_qqq[64-128-128-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2988833Z test/test_ops.py::test_marlin_qqq[64-128-128-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2989516Z test/test_ops.py::test_marlin_qqq[64-128-128-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2990184Z test/test_ops.py::test_marlin_qqq[64-128-128-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2990889Z test/test_ops.py::test_marlin_qqq[64-128-256-4--1-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2991526Z test/test_ops.py::test_marlin_qqq[64-128-256-4--1-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2992146Z test/test_ops.py::test_marlin_qqq[64-128-256-4--1-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2992923Z test/test_ops.py::test_marlin_qqq[64-128-256-4--1-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.2993588Z test/test_ops.py::test_marlin_qqq[64-128-256-4--1-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.2994231Z test/test_ops.py::test_marlin_qqq[64-128-256-4--1-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.2994879Z test/test_ops.py::test_marlin_qqq[64-128-256-4-128-(1, 1, 1)] SKIPPED 2025-09-09T14:18:46.2995599Z test/test_ops.py::test_marlin_qqq[64-128-256-4-128-(1, 4, 8)] SKIPPED 2025-09-09T14:18:46.2996242Z test/test_ops.py::test_marlin_qqq[64-128-256-4-128-(1, 7, 5)] SKIPPED 2025-09-09T14:18:46.2996889Z test/test_ops.py::test_marlin_qqq[64-128-256-4-128-(13, 17, 67)] SKIPPED 2025-09-09T14:18:46.3007182Z test/test_ops.py::test_marlin_qqq[64-128-256-4-128-(26, 37, 13)] SKIPPED 2025-09-09T14:18:46.3007865Z test/test_ops.py::test_marlin_qqq[64-128-256-4-128-(67, 13, 11)] SKIPPED 2025-09-09T14:18:46.3008528Z test/test_ops.py::test_swizzle_mm SKIPPED (ROCm not available) 2025-09-09T14:18:46.3009207Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3009911Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3010644Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3011373Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3012104Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3012834Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3013541Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-2-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3014254Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-2-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3014967Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-2-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3015697Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-2-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3016409Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-2-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3017138Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-2-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3017870Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-128-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3018583Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-128-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3019520Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-128-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3020258Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-128-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3021009Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-128-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3021756Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-128-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3022488Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1024-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3023228Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1024-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3023962Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1024-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3024727Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1024-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3025481Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1024-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3026215Z test/test_ops.py::test_scaled_embedding_bag_cpu[1-1024-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3026944Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3027640Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3028511Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3029230Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3029956Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3030758Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3031574Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-2-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3032281Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-2-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3032983Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-2-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3033705Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-2-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3034431Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-2-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3035151Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-2-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3035876Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-128-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3036591Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-128-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3037331Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-128-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3038072Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-128-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3038815Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-128-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3039560Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-128-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3040285Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1024-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3041018Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1024-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3041757Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1024-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3042509Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1024-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3043262Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1024-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3044004Z test/test_ops.py::test_scaled_embedding_bag_cpu[2-1024-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3044733Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3045434Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3046158Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3046889Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3047602Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3048332Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3049039Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-2-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3049750Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-2-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3050460Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-2-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3051188Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-2-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3051914Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-2-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3052626Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-2-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3053352Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-128-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3054129Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-128-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3054872Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-128-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3055620Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-128-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3056354Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-128-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3057163Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-128-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3057889Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1024-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3058631Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1024-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3059370Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1024-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3060130Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1024-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3060895Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1024-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3061633Z test/test_ops.py::test_scaled_embedding_bag_cpu[3-1024-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3062373Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3063081Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3063814Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3064545Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3065264Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3065994Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3329997Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-2-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3330756Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-2-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3331498Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-2-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3332220Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-2-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3332954Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-2-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3333682Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-2-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3334414Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-128-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3335133Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-128-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3335881Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-128-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3336635Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-128-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3337376Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-128-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3338129Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-128-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3338862Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1024-1-torch.int64] SKIPPED 2025-09-09T14:18:46.3339604Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1024-1-torch.int32] SKIPPED 2025-09-09T14:18:46.3340364Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1024-128-torch.int64] SKIPPED 2025-09-09T14:18:46.3341116Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1024-128-torch.int32] SKIPPED 2025-09-09T14:18:46.3341890Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1024-512-torch.int64] SKIPPED 2025-09-09T14:18:46.3342645Z test/test_ops.py::test_scaled_embedding_bag_cpu[10-1024-512-torch.int32] SKIPPED 2025-09-09T14:18:46.3343738Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype0-1-size_mnk0-False] SKIPPED 2025-09-09T14:18:46.3344898Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype1-1-size_mnk1-True] SKIPPED 2025-09-09T14:18:46.3346026Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype2-1-size_mnk2-False] SKIPPED 2025-09-09T14:18:46.3347283Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype3-1-size_mnk3-True] SKIPPED 2025-09-09T14:18:46.3348422Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype4-1-size_mnk4-False] SKIPPED 2025-09-09T14:18:46.3349541Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype5-1-size_mnk5-True] SKIPPED 2025-09-09T14:18:46.3350752Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype6-1-size_mnk6-False] SKIPPED 2025-09-09T14:18:46.3351883Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype7-1-size_mnk7-True] SKIPPED 2025-09-09T14:18:46.3353017Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype8-1-size_mnk8-False] SKIPPED 2025-09-09T14:18:46.3354160Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype9-1-size_mnk9-True] SKIPPED 2025-09-09T14:18:46.3355310Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype10-1-size_mnk10-False] SKIPPED 2025-09-09T14:18:46.3356465Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype11-1-size_mnk11-True] SKIPPED 2025-09-09T14:18:46.3357617Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype12-4-size_mnk12-False] SKIPPED 2025-09-09T14:18:46.3358759Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype13-4-size_mnk13-True] SKIPPED 2025-09-09T14:18:46.3359917Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype14-4-size_mnk14-False] SKIPPED 2025-09-09T14:18:46.3361063Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype15-4-size_mnk15-True] SKIPPED 2025-09-09T14:18:46.3362225Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype16-4-size_mnk16-False] SKIPPED 2025-09-09T14:18:46.3363378Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype17-4-size_mnk17-True] SKIPPED 2025-09-09T14:18:46.3364518Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype18-4-size_mnk18-False] SKIPPED 2025-09-09T14:18:46.3365674Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype19-4-size_mnk19-True] SKIPPED 2025-09-09T14:18:46.3366820Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype20-4-size_mnk20-False] SKIPPED 2025-09-09T14:18:46.3367979Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype21-4-size_mnk21-True] SKIPPED 2025-09-09T14:18:46.3369142Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype22-4-size_mnk22-False] SKIPPED 2025-09-09T14:18:46.3370284Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype23-4-size_mnk23-True] SKIPPED 2025-09-09T14:18:46.3371446Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype24-8-size_mnk24-False] SKIPPED 2025-09-09T14:18:46.3372605Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype25-8-size_mnk25-True] SKIPPED 2025-09-09T14:18:46.3373817Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype26-8-size_mnk26-False] SKIPPED 2025-09-09T14:18:46.3374981Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype27-8-size_mnk27-True] SKIPPED 2025-09-09T14:18:46.3376133Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype28-8-size_mnk28-False] SKIPPED 2025-09-09T14:18:46.3377364Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype29-8-size_mnk29-True] SKIPPED 2025-09-09T14:18:46.3378521Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype30-8-size_mnk30-False] SKIPPED 2025-09-09T14:18:46.3379667Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype31-8-size_mnk31-True] SKIPPED 2025-09-09T14:18:46.3380831Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype32-8-size_mnk32-False] SKIPPED 2025-09-09T14:18:46.3381994Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype33-8-size_mnk33-True] SKIPPED 2025-09-09T14:18:46.3383132Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype34-8-size_mnk34-False] SKIPPED 2025-09-09T14:18:46.3384292Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype35-8-size_mnk35-True] SKIPPED 2025-09-09T14:18:46.3385441Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype36-16-size_mnk36-False] SKIPPED 2025-09-09T14:18:46.3386606Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype37-16-size_mnk37-True] SKIPPED 2025-09-09T14:18:46.3387777Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype38-16-size_mnk38-False] SKIPPED 2025-09-09T14:18:46.3388930Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype39-16-size_mnk39-True] SKIPPED 2025-09-09T14:18:46.3390094Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype40-16-size_mnk40-False] SKIPPED 2025-09-09T14:18:46.3391345Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype41-16-size_mnk41-True] SKIPPED 2025-09-09T14:18:46.3392515Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype42-16-size_mnk42-False] SKIPPED 2025-09-09T14:18:46.3393679Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype43-16-size_mnk43-True] SKIPPED 2025-09-09T14:18:46.3394838Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype44-16-size_mnk44-False] SKIPPED 2025-09-09T14:18:46.3396014Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype45-16-size_mnk45-True] SKIPPED 2025-09-09T14:18:46.3397184Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype46-16-size_mnk46-False] SKIPPED 2025-09-09T14:18:46.3398337Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype47-16-size_mnk47-True] SKIPPED 2025-09-09T14:18:46.3399505Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype48-32-size_mnk48-False] SKIPPED 2025-09-09T14:18:46.3646326Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype49-32-size_mnk49-True] SKIPPED 2025-09-09T14:18:46.3647497Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype50-32-size_mnk50-False] SKIPPED 2025-09-09T14:18:46.3648792Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype51-32-size_mnk51-True] SKIPPED 2025-09-09T14:18:46.3649954Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype52-32-size_mnk52-False] SKIPPED 2025-09-09T14:18:46.3651117Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype53-32-size_mnk53-True] SKIPPED 2025-09-09T14:18:46.3652359Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype54-32-size_mnk54-False] SKIPPED 2025-09-09T14:18:46.3653530Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype55-32-size_mnk55-True] SKIPPED 2025-09-09T14:18:46.3654695Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype56-32-size_mnk56-False] SKIPPED 2025-09-09T14:18:46.3655865Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype57-32-size_mnk57-True] SKIPPED 2025-09-09T14:18:46.3657014Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype58-32-size_mnk58-False] SKIPPED 2025-09-09T14:18:46.3658177Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype59-32-size_mnk59-True] SKIPPED 2025-09-09T14:18:46.3659335Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype60-64-size_mnk60-False] SKIPPED 2025-09-09T14:18:46.3660502Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype61-64-size_mnk61-True] SKIPPED 2025-09-09T14:18:46.3661664Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype62-64-size_mnk62-False] SKIPPED 2025-09-09T14:18:46.3662810Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype63-64-size_mnk63-True] SKIPPED 2025-09-09T14:18:46.3663977Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype64-64-size_mnk64-False] SKIPPED 2025-09-09T14:18:46.3665135Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype65-64-size_mnk65-True] SKIPPED 2025-09-09T14:18:46.3666282Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype66-64-size_mnk66-False] SKIPPED 2025-09-09T14:18:46.3667446Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype67-64-size_mnk67-True] SKIPPED 2025-09-09T14:18:46.3668597Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype68-64-size_mnk68-False] SKIPPED 2025-09-09T14:18:46.3669759Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype69-64-size_mnk69-True] SKIPPED 2025-09-09T14:18:46.3671008Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype70-64-size_mnk70-False] SKIPPED 2025-09-09T14:18:46.3672163Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype71-64-size_mnk71-True] SKIPPED 2025-09-09T14:18:46.3673322Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype72-1-size_mnk72-False] SKIPPED 2025-09-09T14:18:46.3674485Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype73-1-size_mnk73-True] SKIPPED 2025-09-09T14:18:46.3675634Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype74-1-size_mnk74-False] SKIPPED 2025-09-09T14:18:46.3676790Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype75-1-size_mnk75-True] SKIPPED 2025-09-09T14:18:46.3678002Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype76-1-size_mnk76-False] SKIPPED 2025-09-09T14:18:46.3679158Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype77-1-size_mnk77-True] SKIPPED 2025-09-09T14:18:46.3680320Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype78-1-size_mnk78-False] SKIPPED 2025-09-09T14:18:46.3681522Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype79-1-size_mnk79-True] SKIPPED 2025-09-09T14:18:46.3682696Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype80-1-size_mnk80-False] SKIPPED 2025-09-09T14:18:46.3683838Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype81-1-size_mnk81-True] SKIPPED 2025-09-09T14:18:46.3684988Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype82-1-size_mnk82-False] SKIPPED 2025-09-09T14:18:46.3686145Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype83-1-size_mnk83-True] SKIPPED 2025-09-09T14:18:46.3687290Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype84-4-size_mnk84-False] SKIPPED 2025-09-09T14:18:46.3688443Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype85-4-size_mnk85-True] SKIPPED 2025-09-09T14:18:46.3689605Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype86-4-size_mnk86-False] SKIPPED 2025-09-09T14:18:46.3690749Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype87-4-size_mnk87-True] SKIPPED 2025-09-09T14:18:46.3691903Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype88-4-size_mnk88-False] SKIPPED 2025-09-09T14:18:46.3693047Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype89-4-size_mnk89-True] SKIPPED 2025-09-09T14:18:46.3694207Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype90-4-size_mnk90-False] SKIPPED 2025-09-09T14:18:46.3695366Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype91-4-size_mnk91-True] SKIPPED 2025-09-09T14:18:46.3696513Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype92-4-size_mnk92-False] SKIPPED 2025-09-09T14:18:46.3697676Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype93-4-size_mnk93-True] SKIPPED 2025-09-09T14:18:46.3698820Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype94-4-size_mnk94-False] SKIPPED 2025-09-09T14:18:46.3699976Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype95-4-size_mnk95-True] SKIPPED 2025-09-09T14:18:46.3701129Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype96-8-size_mnk96-False] SKIPPED 2025-09-09T14:18:46.3702274Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype97-8-size_mnk97-True] SKIPPED 2025-09-09T14:18:46.3703436Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype98-8-size_mnk98-False] SKIPPED 2025-09-09T14:18:46.3704589Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype99-8-size_mnk99-True] SKIPPED 2025-09-09T14:18:46.3705743Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype100-8-size_mnk100-False] SKIPPED 2025-09-09T14:18:46.3706910Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype101-8-size_mnk101-True] SKIPPED 2025-09-09T14:18:46.3708127Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype102-8-size_mnk102-False] SKIPPED 2025-09-09T14:18:46.3709300Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype103-8-size_mnk103-True] SKIPPED 2025-09-09T14:18:46.3710536Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype104-8-size_mnk104-False] SKIPPED 2025-09-09T14:18:46.3711763Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype105-8-size_mnk105-True] SKIPPED 2025-09-09T14:18:46.3712934Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype106-8-size_mnk106-False] SKIPPED 2025-09-09T14:18:46.3714098Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype107-8-size_mnk107-True] SKIPPED 2025-09-09T14:18:46.3715395Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype108-16-size_mnk108-False] SKIPPED 2025-09-09T14:18:46.3716579Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype109-16-size_mnk109-True] SKIPPED 2025-09-09T14:18:46.3956136Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype110-16-size_mnk110-False] SKIPPED 2025-09-09T14:18:46.3957338Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype111-16-size_mnk111-True] SKIPPED 2025-09-09T14:18:46.3958517Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype112-16-size_mnk112-False] SKIPPED 2025-09-09T14:18:46.3959685Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype113-16-size_mnk113-True] SKIPPED 2025-09-09T14:18:46.3960869Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype114-16-size_mnk114-False] SKIPPED 2025-09-09T14:18:46.3962055Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype115-16-size_mnk115-True] SKIPPED 2025-09-09T14:18:46.3963221Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype116-16-size_mnk116-False] SKIPPED 2025-09-09T14:18:46.3964408Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype117-16-size_mnk117-True] SKIPPED 2025-09-09T14:18:46.3965582Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype118-16-size_mnk118-False] SKIPPED 2025-09-09T14:18:46.3966785Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype119-16-size_mnk119-True] SKIPPED 2025-09-09T14:18:46.3967968Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype120-32-size_mnk120-False] SKIPPED 2025-09-09T14:18:46.3969138Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype121-32-size_mnk121-True] SKIPPED 2025-09-09T14:18:46.3970315Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype122-32-size_mnk122-False] SKIPPED 2025-09-09T14:18:46.3971497Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype123-32-size_mnk123-True] SKIPPED 2025-09-09T14:18:46.3972664Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype124-32-size_mnk124-False] SKIPPED 2025-09-09T14:18:46.3973844Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype125-32-size_mnk125-True] SKIPPED 2025-09-09T14:18:46.3975027Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype126-32-size_mnk126-False] SKIPPED 2025-09-09T14:18:46.3976326Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype127-32-size_mnk127-True] SKIPPED 2025-09-09T14:18:46.3977515Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype128-32-size_mnk128-False] SKIPPED 2025-09-09T14:18:46.3978687Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype129-32-size_mnk129-True] SKIPPED 2025-09-09T14:18:46.3979971Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype130-32-size_mnk130-False] SKIPPED 2025-09-09T14:18:46.3981152Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype131-32-size_mnk131-True] SKIPPED 2025-09-09T14:18:46.3982325Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype132-64-size_mnk132-False] SKIPPED 2025-09-09T14:18:46.3983512Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype133-64-size_mnk133-True] SKIPPED 2025-09-09T14:18:46.3984699Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype134-64-size_mnk134-False] SKIPPED 2025-09-09T14:18:46.3985867Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype135-64-size_mnk135-True] SKIPPED 2025-09-09T14:18:46.3987050Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype136-64-size_mnk136-False] SKIPPED 2025-09-09T14:18:46.3988218Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype137-64-size_mnk137-True] SKIPPED 2025-09-09T14:18:46.3989398Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype138-64-size_mnk138-False] SKIPPED 2025-09-09T14:18:46.3990662Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype139-64-size_mnk139-True] SKIPPED 2025-09-09T14:18:46.3991837Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype140-64-size_mnk140-False] SKIPPED 2025-09-09T14:18:46.3993013Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype141-64-size_mnk141-True] SKIPPED 2025-09-09T14:18:46.3994193Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype142-64-size_mnk142-False] SKIPPED 2025-09-09T14:18:46.3995366Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s4s4[dtype143-64-size_mnk143-True] SKIPPED 2025-09-09T14:18:46.3996518Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype0-1-size_mnk0-False] SKIPPED 2025-09-09T14:18:46.3997639Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype1-1-size_mnk1-True] SKIPPED 2025-09-09T14:18:46.3998775Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype2-1-size_mnk2-False] SKIPPED 2025-09-09T14:18:46.3999905Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype3-1-size_mnk3-True] SKIPPED 2025-09-09T14:18:46.4001032Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype4-1-size_mnk4-False] SKIPPED 2025-09-09T14:18:46.4002160Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype5-1-size_mnk5-True] SKIPPED 2025-09-09T14:18:46.4003286Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype6-1-size_mnk6-False] SKIPPED 2025-09-09T14:18:46.4004416Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype7-1-size_mnk7-True] SKIPPED 2025-09-09T14:18:46.4005610Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype8-1-size_mnk8-False] SKIPPED 2025-09-09T14:18:46.4006737Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype9-1-size_mnk9-True] SKIPPED 2025-09-09T14:18:46.4007886Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype10-1-size_mnk10-False] SKIPPED 2025-09-09T14:18:46.4009098Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype11-1-size_mnk11-True] SKIPPED 2025-09-09T14:18:46.4010237Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype12-4-size_mnk12-False] SKIPPED 2025-09-09T14:18:46.4011396Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype13-4-size_mnk13-True] SKIPPED 2025-09-09T14:18:46.4012537Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype14-4-size_mnk14-False] SKIPPED 2025-09-09T14:18:46.4013688Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype15-4-size_mnk15-True] SKIPPED 2025-09-09T14:18:46.4014839Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype16-4-size_mnk16-False] SKIPPED 2025-09-09T14:18:46.4015982Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype17-4-size_mnk17-True] SKIPPED 2025-09-09T14:18:46.4017135Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype18-4-size_mnk18-False] SKIPPED 2025-09-09T14:18:46.4018292Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype19-4-size_mnk19-True] SKIPPED 2025-09-09T14:18:46.4019600Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype20-4-size_mnk20-False] SKIPPED 2025-09-09T14:18:46.4020749Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype21-4-size_mnk21-True] SKIPPED 2025-09-09T14:18:46.4021894Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype22-4-size_mnk22-False] SKIPPED 2025-09-09T14:18:46.4023047Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype23-4-size_mnk23-True] SKIPPED 2025-09-09T14:18:46.4024201Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype24-8-size_mnk24-False] SKIPPED 2025-09-09T14:18:46.4025342Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype25-8-size_mnk25-True] SKIPPED 2025-09-09T14:18:46.4026492Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype26-8-size_mnk26-False] SKIPPED 2025-09-09T14:18:46.4269151Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype27-8-size_mnk27-True] SKIPPED 2025-09-09T14:18:46.4270298Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype28-8-size_mnk28-False] SKIPPED 2025-09-09T14:18:46.4271519Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype29-8-size_mnk29-True] SKIPPED 2025-09-09T14:18:46.4272666Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype30-8-size_mnk30-False] SKIPPED 2025-09-09T14:18:46.4273825Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype31-8-size_mnk31-True] SKIPPED 2025-09-09T14:18:46.4274982Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype32-8-size_mnk32-False] SKIPPED 2025-09-09T14:18:46.4276253Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype33-8-size_mnk33-True] SKIPPED 2025-09-09T14:18:46.4277421Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype34-8-size_mnk34-False] SKIPPED 2025-09-09T14:18:46.4278582Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype35-8-size_mnk35-True] SKIPPED 2025-09-09T14:18:46.4279806Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype36-16-size_mnk36-False] SKIPPED 2025-09-09T14:18:46.4280973Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype37-16-size_mnk37-True] SKIPPED 2025-09-09T14:18:46.4282128Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype38-16-size_mnk38-False] SKIPPED 2025-09-09T14:18:46.4283326Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype39-16-size_mnk39-True] SKIPPED 2025-09-09T14:18:46.4284494Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype40-16-size_mnk40-False] SKIPPED 2025-09-09T14:18:46.4285646Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype41-16-size_mnk41-True] SKIPPED 2025-09-09T14:18:46.4286821Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype42-16-size_mnk42-False] SKIPPED 2025-09-09T14:18:46.4287987Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype43-16-size_mnk43-True] SKIPPED 2025-09-09T14:18:46.4289143Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype44-16-size_mnk44-False] SKIPPED 2025-09-09T14:18:46.4290314Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype45-16-size_mnk45-True] SKIPPED 2025-09-09T14:18:46.4291477Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype46-16-size_mnk46-False] SKIPPED 2025-09-09T14:18:46.4292646Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype47-16-size_mnk47-True] SKIPPED 2025-09-09T14:18:46.4293810Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype48-32-size_mnk48-False] SKIPPED 2025-09-09T14:18:46.4294965Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype49-32-size_mnk49-True] SKIPPED 2025-09-09T14:18:46.4296136Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype50-32-size_mnk50-False] SKIPPED 2025-09-09T14:18:46.4297308Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype51-32-size_mnk51-True] SKIPPED 2025-09-09T14:18:46.4298466Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype52-32-size_mnk52-False] SKIPPED 2025-09-09T14:18:46.4299629Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype53-32-size_mnk53-True] SKIPPED 2025-09-09T14:18:46.4300927Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype54-32-size_mnk54-False] SKIPPED 2025-09-09T14:18:46.4302092Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype55-32-size_mnk55-True] SKIPPED 2025-09-09T14:18:46.4303258Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype56-32-size_mnk56-False] SKIPPED 2025-09-09T14:18:46.4304414Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype57-32-size_mnk57-True] SKIPPED 2025-09-09T14:18:46.4305651Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype58-32-size_mnk58-False] SKIPPED 2025-09-09T14:18:46.4306819Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype59-32-size_mnk59-True] SKIPPED 2025-09-09T14:18:46.4307971Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype60-64-size_mnk60-False] SKIPPED 2025-09-09T14:18:46.4309193Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype61-64-size_mnk61-True] SKIPPED 2025-09-09T14:18:46.4310344Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype62-64-size_mnk62-False] SKIPPED 2025-09-09T14:18:46.4311755Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype63-64-size_mnk63-True] SKIPPED 2025-09-09T14:18:46.4312921Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype64-64-size_mnk64-False] SKIPPED 2025-09-09T14:18:46.4314079Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype65-64-size_mnk65-True] SKIPPED 2025-09-09T14:18:46.4315244Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype66-64-size_mnk66-False] SKIPPED 2025-09-09T14:18:46.4316391Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype67-64-size_mnk67-True] SKIPPED 2025-09-09T14:18:46.4317563Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype68-64-size_mnk68-False] SKIPPED 2025-09-09T14:18:46.4318734Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype69-64-size_mnk69-True] SKIPPED 2025-09-09T14:18:46.4320007Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype70-64-size_mnk70-False] SKIPPED 2025-09-09T14:18:46.4321179Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype71-64-size_mnk71-True] SKIPPED 2025-09-09T14:18:46.4322345Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype72-1-size_mnk72-False] SKIPPED 2025-09-09T14:18:46.4323490Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype73-1-size_mnk73-True] SKIPPED 2025-09-09T14:18:46.4324652Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype74-1-size_mnk74-False] SKIPPED 2025-09-09T14:18:46.4325798Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype75-1-size_mnk75-True] SKIPPED 2025-09-09T14:18:46.4326956Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype76-1-size_mnk76-False] SKIPPED 2025-09-09T14:18:46.4328111Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype77-1-size_mnk77-True] SKIPPED 2025-09-09T14:18:46.4329257Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype78-1-size_mnk78-False] SKIPPED 2025-09-09T14:18:46.4330409Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype79-1-size_mnk79-True] SKIPPED 2025-09-09T14:18:46.4331570Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype80-1-size_mnk80-False] SKIPPED 2025-09-09T14:18:46.4332714Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype81-1-size_mnk81-True] SKIPPED 2025-09-09T14:18:46.4333872Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype82-1-size_mnk82-False] SKIPPED 2025-09-09T14:18:46.4335014Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype83-1-size_mnk83-True] SKIPPED 2025-09-09T14:18:46.4336301Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype84-4-size_mnk84-False] SKIPPED 2025-09-09T14:18:46.4337470Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype85-4-size_mnk85-True] SKIPPED 2025-09-09T14:18:46.4338617Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype86-4-size_mnk86-False] SKIPPED 2025-09-09T14:18:46.4339847Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype87-4-size_mnk87-True] SKIPPED 2025-09-09T14:18:46.4575657Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype88-4-size_mnk88-False] SKIPPED 2025-09-09T14:18:46.4576941Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype89-4-size_mnk89-True] SKIPPED 2025-09-09T14:18:46.4578146Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype90-4-size_mnk90-False] SKIPPED 2025-09-09T14:18:46.4579428Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype91-4-size_mnk91-True] SKIPPED 2025-09-09T14:18:46.4580578Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype92-4-size_mnk92-False] SKIPPED 2025-09-09T14:18:46.4581859Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype93-4-size_mnk93-True] SKIPPED 2025-09-09T14:18:46.4583011Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype94-4-size_mnk94-False] SKIPPED 2025-09-09T14:18:46.4584240Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype95-4-size_mnk95-True] SKIPPED 2025-09-09T14:18:46.4585441Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype96-8-size_mnk96-False] SKIPPED 2025-09-09T14:18:46.4586615Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype97-8-size_mnk97-True] SKIPPED 2025-09-09T14:18:46.4587861Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype98-8-size_mnk98-False] SKIPPED 2025-09-09T14:18:46.4589009Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype99-8-size_mnk99-True] SKIPPED 2025-09-09T14:18:46.4590297Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype100-8-size_mnk100-False] SKIPPED 2025-09-09T14:18:46.4591568Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype101-8-size_mnk101-True] SKIPPED 2025-09-09T14:18:46.4592865Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype102-8-size_mnk102-False] SKIPPED 2025-09-09T14:18:46.4594039Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype103-8-size_mnk103-True] SKIPPED 2025-09-09T14:18:46.4595342Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype104-8-size_mnk104-False] SKIPPED 2025-09-09T14:18:46.4596500Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype105-8-size_mnk105-True] SKIPPED 2025-09-09T14:18:46.4597674Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype106-8-size_mnk106-False] SKIPPED 2025-09-09T14:18:46.4598954Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype107-8-size_mnk107-True] SKIPPED 2025-09-09T14:18:46.4600138Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype108-16-size_mnk108-False] SKIPPED 2025-09-09T14:18:46.4601566Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype109-16-size_mnk109-True] SKIPPED 2025-09-09T14:18:46.4602753Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype110-16-size_mnk110-False] SKIPPED 2025-09-09T14:18:46.4604060Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype111-16-size_mnk111-True] SKIPPED 2025-09-09T14:18:46.4605335Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype112-16-size_mnk112-False] SKIPPED 2025-09-09T14:18:46.4606628Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype113-16-size_mnk113-True] SKIPPED 2025-09-09T14:18:46.4607812Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype114-16-size_mnk114-False] SKIPPED 2025-09-09T14:18:46.4609104Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype115-16-size_mnk115-True] SKIPPED 2025-09-09T14:18:46.4610297Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype116-16-size_mnk116-False] SKIPPED 2025-09-09T14:18:46.4611599Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype117-16-size_mnk117-True] SKIPPED 2025-09-09T14:18:46.4612775Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype118-16-size_mnk118-False] SKIPPED 2025-09-09T14:18:46.4614082Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype119-16-size_mnk119-True] SKIPPED 2025-09-09T14:18:46.4615260Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype120-32-size_mnk120-False] SKIPPED 2025-09-09T14:18:46.4616543Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype121-32-size_mnk121-True] SKIPPED 2025-09-09T14:18:46.4617724Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype122-32-size_mnk122-False] SKIPPED 2025-09-09T14:18:46.4619258Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype123-32-size_mnk123-True] SKIPPED 2025-09-09T14:18:46.4620456Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype124-32-size_mnk124-False] SKIPPED 2025-09-09T14:18:46.4621772Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype125-32-size_mnk125-True] SKIPPED 2025-09-09T14:18:46.4622942Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype126-32-size_mnk126-False] SKIPPED 2025-09-09T14:18:46.4624249Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype127-32-size_mnk127-True] SKIPPED 2025-09-09T14:18:46.4625453Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype128-32-size_mnk128-False] SKIPPED 2025-09-09T14:18:46.4626748Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype129-32-size_mnk129-True] SKIPPED 2025-09-09T14:18:46.4627944Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype130-32-size_mnk130-False] SKIPPED 2025-09-09T14:18:46.4629241Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype131-32-size_mnk131-True] SKIPPED 2025-09-09T14:18:46.4630496Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype132-64-size_mnk132-False] SKIPPED 2025-09-09T14:18:46.4631822Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype133-64-size_mnk133-True] SKIPPED 2025-09-09T14:18:46.4633113Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype134-64-size_mnk134-False] SKIPPED 2025-09-09T14:18:46.4634445Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype135-64-size_mnk135-True] SKIPPED 2025-09-09T14:18:46.4635619Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype136-64-size_mnk136-False] SKIPPED 2025-09-09T14:18:46.4637028Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype137-64-size_mnk137-True] SKIPPED 2025-09-09T14:18:46.4638209Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype138-64-size_mnk138-False] SKIPPED 2025-09-09T14:18:46.4639505Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype139-64-size_mnk139-True] SKIPPED 2025-09-09T14:18:46.4640705Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype140-64-size_mnk140-False] SKIPPED 2025-09-09T14:18:46.4642011Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype141-64-size_mnk141-True] SKIPPED 2025-09-09T14:18:46.4643181Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype142-64-size_mnk142-False] SKIPPED 2025-09-09T14:18:46.4644494Z test/test_ops_rowwise_scaled_linear_cutlass.py::test_rowwise_scaled_linear_cutlass_s8s4[dtype143-64-size_mnk143-True] SKIPPED 2025-09-09T14:18:46.4645788Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype0-Xq_Wq_dtypes0-1-size_mnk0-False] SKIPPED 2025-09-09T14:18:46.4647308Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype1-Xq_Wq_dtypes1-1-size_mnk1-True] SKIPPED 2025-09-09T14:18:46.4648816Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype2-Xq_Wq_dtypes2-1-size_mnk2-False] SKIPPED 2025-09-09T14:18:46.4650196Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype3-Xq_Wq_dtypes3-1-size_mnk3-True] SKIPPED 2025-09-09T14:18:46.4834512Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype4-Xq_Wq_dtypes4-1-size_mnk4-False] SKIPPED 2025-09-09T14:18:46.4836064Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype5-Xq_Wq_dtypes5-1-size_mnk5-True] SKIPPED 2025-09-09T14:18:46.4837442Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype6-Xq_Wq_dtypes6-1-size_mnk6-False] SKIPPED 2025-09-09T14:18:46.4838969Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype7-Xq_Wq_dtypes7-1-size_mnk7-True] SKIPPED 2025-09-09T14:18:46.4840480Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype8-Xq_Wq_dtypes8-1-size_mnk8-False] SKIPPED 2025-09-09T14:18:46.4841861Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype9-Xq_Wq_dtypes9-1-size_mnk9-True] SKIPPED 2025-09-09T14:18:46.4843396Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype10-Xq_Wq_dtypes10-1-size_mnk10-False] SKIPPED 2025-09-09T14:18:46.4844812Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype11-Xq_Wq_dtypes11-1-size_mnk11-True] SKIPPED 2025-09-09T14:18:46.4846339Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype12-Xq_Wq_dtypes12-4-size_mnk12-False] SKIPPED 2025-09-09T14:18:46.4847996Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype13-Xq_Wq_dtypes13-4-size_mnk13-True] SKIPPED 2025-09-09T14:18:46.4849421Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype14-Xq_Wq_dtypes14-4-size_mnk14-False] SKIPPED 2025-09-09T14:18:46.4851027Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype15-Xq_Wq_dtypes15-4-size_mnk15-True] SKIPPED 2025-09-09T14:18:46.4852525Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype16-Xq_Wq_dtypes16-4-size_mnk16-False] SKIPPED 2025-09-09T14:18:46.4853969Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype17-Xq_Wq_dtypes17-4-size_mnk17-True] SKIPPED 2025-09-09T14:18:46.4855444Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype18-Xq_Wq_dtypes18-4-size_mnk18-False] SKIPPED 2025-09-09T14:18:46.4856854Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype19-Xq_Wq_dtypes19-4-size_mnk19-True] SKIPPED 2025-09-09T14:18:46.4858323Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype20-Xq_Wq_dtypes20-4-size_mnk20-False] SKIPPED 2025-09-09T14:18:46.4859736Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype21-Xq_Wq_dtypes21-4-size_mnk21-True] SKIPPED 2025-09-09T14:18:46.4861214Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype22-Xq_Wq_dtypes22-4-size_mnk22-False] SKIPPED 2025-09-09T14:18:46.4862683Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype23-Xq_Wq_dtypes23-4-size_mnk23-True] SKIPPED 2025-09-09T14:18:46.4864095Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype24-Xq_Wq_dtypes24-1-size_mnk24-False] SKIPPED 2025-09-09T14:18:46.4865565Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype25-Xq_Wq_dtypes25-1-size_mnk25-True] SKIPPED 2025-09-09T14:18:46.4866968Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype26-Xq_Wq_dtypes26-1-size_mnk26-False] SKIPPED 2025-09-09T14:18:46.4868446Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype27-Xq_Wq_dtypes27-1-size_mnk27-True] SKIPPED 2025-09-09T14:18:46.4869919Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype28-Xq_Wq_dtypes28-1-size_mnk28-False] SKIPPED 2025-09-09T14:18:46.4871406Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype29-Xq_Wq_dtypes29-1-size_mnk29-True] SKIPPED 2025-09-09T14:18:46.4872894Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype30-Xq_Wq_dtypes30-1-size_mnk30-False] SKIPPED 2025-09-09T14:18:46.4874299Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype31-Xq_Wq_dtypes31-1-size_mnk31-True] SKIPPED 2025-09-09T14:18:46.4875784Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype32-Xq_Wq_dtypes32-1-size_mnk32-False] SKIPPED 2025-09-09T14:18:46.4877191Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype33-Xq_Wq_dtypes33-1-size_mnk33-True] SKIPPED 2025-09-09T14:18:46.4878749Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype34-Xq_Wq_dtypes34-1-size_mnk34-False] SKIPPED 2025-09-09T14:18:46.4880170Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype35-Xq_Wq_dtypes35-1-size_mnk35-True] SKIPPED 2025-09-09T14:18:46.4881652Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype36-Xq_Wq_dtypes36-4-size_mnk36-False] SKIPPED 2025-09-09T14:18:46.4883125Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype37-Xq_Wq_dtypes37-4-size_mnk37-True] SKIPPED 2025-09-09T14:18:46.4884601Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype38-Xq_Wq_dtypes38-4-size_mnk38-False] SKIPPED 2025-09-09T14:18:46.4886023Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype39-Xq_Wq_dtypes39-4-size_mnk39-True] SKIPPED 2025-09-09T14:18:46.4887488Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype40-Xq_Wq_dtypes40-4-size_mnk40-False] SKIPPED 2025-09-09T14:18:46.4888899Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype41-Xq_Wq_dtypes41-4-size_mnk41-True] SKIPPED 2025-09-09T14:18:46.4890376Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype42-Xq_Wq_dtypes42-4-size_mnk42-False] SKIPPED 2025-09-09T14:18:46.4891839Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype43-Xq_Wq_dtypes43-4-size_mnk43-True] SKIPPED 2025-09-09T14:18:46.4893253Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype44-Xq_Wq_dtypes44-4-size_mnk44-False] SKIPPED 2025-09-09T14:18:46.4894719Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype45-Xq_Wq_dtypes45-4-size_mnk45-True] SKIPPED 2025-09-09T14:18:46.4896131Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype46-Xq_Wq_dtypes46-4-size_mnk46-False] SKIPPED 2025-09-09T14:18:46.4897605Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype47-Xq_Wq_dtypes47-4-size_mnk47-True] SKIPPED 2025-09-09T14:18:46.4899065Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype48-Xq_Wq_dtypes48-1-size_mnk48-False] SKIPPED 2025-09-09T14:18:46.4900490Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype49-Xq_Wq_dtypes49-1-size_mnk49-True] SKIPPED 2025-09-09T14:18:46.4901971Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype50-Xq_Wq_dtypes50-1-size_mnk50-False] SKIPPED 2025-09-09T14:18:46.4903374Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype51-Xq_Wq_dtypes51-1-size_mnk51-True] SKIPPED 2025-09-09T14:18:46.4904852Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype52-Xq_Wq_dtypes52-1-size_mnk52-False] SKIPPED 2025-09-09T14:18:46.4906268Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype53-Xq_Wq_dtypes53-1-size_mnk53-True] SKIPPED 2025-09-09T14:18:46.5093574Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype54-Xq_Wq_dtypes54-1-size_mnk54-False] SKIPPED 2025-09-09T14:18:46.5095045Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype55-Xq_Wq_dtypes55-1-size_mnk55-True] SKIPPED 2025-09-09T14:18:46.5096628Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype56-Xq_Wq_dtypes56-1-size_mnk56-False] SKIPPED 2025-09-09T14:18:46.5098050Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype57-Xq_Wq_dtypes57-1-size_mnk57-True] SKIPPED 2025-09-09T14:18:46.5099551Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype58-Xq_Wq_dtypes58-1-size_mnk58-False] SKIPPED 2025-09-09T14:18:46.5100955Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype59-Xq_Wq_dtypes59-1-size_mnk59-True] SKIPPED 2025-09-09T14:18:46.5102368Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype60-Xq_Wq_dtypes60-4-size_mnk60-False] SKIPPED 2025-09-09T14:18:46.5103773Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype61-Xq_Wq_dtypes61-4-size_mnk61-True] SKIPPED 2025-09-09T14:18:46.5105189Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype62-Xq_Wq_dtypes62-4-size_mnk62-False] SKIPPED 2025-09-09T14:18:46.5106595Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype63-Xq_Wq_dtypes63-4-size_mnk63-True] SKIPPED 2025-09-09T14:18:46.5107996Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype64-Xq_Wq_dtypes64-4-size_mnk64-False] SKIPPED 2025-09-09T14:18:46.5109407Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype65-Xq_Wq_dtypes65-4-size_mnk65-True] SKIPPED 2025-09-09T14:18:46.5110894Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype66-Xq_Wq_dtypes66-4-size_mnk66-False] SKIPPED 2025-09-09T14:18:46.5112309Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype67-Xq_Wq_dtypes67-4-size_mnk67-True] SKIPPED 2025-09-09T14:18:46.5113728Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype68-Xq_Wq_dtypes68-4-size_mnk68-False] SKIPPED 2025-09-09T14:18:46.5115147Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype69-Xq_Wq_dtypes69-4-size_mnk69-True] SKIPPED 2025-09-09T14:18:46.5116566Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype70-Xq_Wq_dtypes70-4-size_mnk70-False] SKIPPED 2025-09-09T14:18:46.5117975Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype71-Xq_Wq_dtypes71-4-size_mnk71-True] SKIPPED 2025-09-09T14:18:46.5119545Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype72-Xq_Wq_dtypes72-1-size_mnk72-False] SKIPPED 2025-09-09T14:18:46.5120948Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype73-Xq_Wq_dtypes73-1-size_mnk73-True] SKIPPED 2025-09-09T14:18:46.5122365Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype74-Xq_Wq_dtypes74-1-size_mnk74-False] SKIPPED 2025-09-09T14:18:46.5123783Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype75-Xq_Wq_dtypes75-1-size_mnk75-True] SKIPPED 2025-09-09T14:18:46.5125182Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype76-Xq_Wq_dtypes76-1-size_mnk76-False] SKIPPED 2025-09-09T14:18:46.5126705Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype77-Xq_Wq_dtypes77-1-size_mnk77-True] SKIPPED 2025-09-09T14:18:46.5128117Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype78-Xq_Wq_dtypes78-1-size_mnk78-False] SKIPPED 2025-09-09T14:18:46.5129536Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype79-Xq_Wq_dtypes79-1-size_mnk79-True] SKIPPED 2025-09-09T14:18:46.5131035Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype80-Xq_Wq_dtypes80-1-size_mnk80-False] SKIPPED 2025-09-09T14:18:46.5132437Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype81-Xq_Wq_dtypes81-1-size_mnk81-True] SKIPPED 2025-09-09T14:18:46.5133859Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype82-Xq_Wq_dtypes82-1-size_mnk82-False] SKIPPED 2025-09-09T14:18:46.5135289Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype83-Xq_Wq_dtypes83-1-size_mnk83-True] SKIPPED 2025-09-09T14:18:46.5136691Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype84-Xq_Wq_dtypes84-4-size_mnk84-False] SKIPPED 2025-09-09T14:18:46.5138111Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype85-Xq_Wq_dtypes85-4-size_mnk85-True] SKIPPED 2025-09-09T14:18:46.5139533Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype86-Xq_Wq_dtypes86-4-size_mnk86-False] SKIPPED 2025-09-09T14:18:46.5140934Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype87-Xq_Wq_dtypes87-4-size_mnk87-True] SKIPPED 2025-09-09T14:18:46.5142356Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype88-Xq_Wq_dtypes88-4-size_mnk88-False] SKIPPED 2025-09-09T14:18:46.5143774Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype89-Xq_Wq_dtypes89-4-size_mnk89-True] SKIPPED 2025-09-09T14:18:46.5145179Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype90-Xq_Wq_dtypes90-4-size_mnk90-False] SKIPPED 2025-09-09T14:18:46.5146601Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype91-Xq_Wq_dtypes91-4-size_mnk91-True] SKIPPED 2025-09-09T14:18:46.5148001Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype92-Xq_Wq_dtypes92-4-size_mnk92-False] SKIPPED 2025-09-09T14:18:46.5149423Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype93-Xq_Wq_dtypes93-4-size_mnk93-True] SKIPPED 2025-09-09T14:18:46.5150908Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype94-Xq_Wq_dtypes94-4-size_mnk94-False] SKIPPED 2025-09-09T14:18:46.5152413Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype95-Xq_Wq_dtypes95-4-size_mnk95-True] SKIPPED 2025-09-09T14:18:46.5153835Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype96-Xq_Wq_dtypes96-1-size_mnk96-False] SKIPPED 2025-09-09T14:18:46.5155257Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype97-Xq_Wq_dtypes97-1-size_mnk97-True] SKIPPED 2025-09-09T14:18:46.5156662Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype98-Xq_Wq_dtypes98-1-size_mnk98-False] SKIPPED 2025-09-09T14:18:46.5158135Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype99-Xq_Wq_dtypes99-1-size_mnk99-True] SKIPPED 2025-09-09T14:18:46.5159574Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype100-Xq_Wq_dtypes100-1-size_mnk100-False] SKIPPED 2025-09-09T14:18:46.5161067Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype101-Xq_Wq_dtypes101-1-size_mnk101-True] SKIPPED 2025-09-09T14:18:46.5162503Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype102-Xq_Wq_dtypes102-1-size_mnk102-False] SKIPPED 2025-09-09T14:18:46.5163927Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype103-Xq_Wq_dtypes103-1-size_mnk103-True] SKIPPED 2025-09-09T14:18:46.5347641Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype104-Xq_Wq_dtypes104-1-size_mnk104-False] SKIPPED 2025-09-09T14:18:46.5349136Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype105-Xq_Wq_dtypes105-1-size_mnk105-True] SKIPPED 2025-09-09T14:18:46.5350640Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype106-Xq_Wq_dtypes106-1-size_mnk106-False] SKIPPED 2025-09-09T14:18:46.5352085Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype107-Xq_Wq_dtypes107-1-size_mnk107-True] SKIPPED 2025-09-09T14:18:46.5353535Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype108-Xq_Wq_dtypes108-4-size_mnk108-False] SKIPPED 2025-09-09T14:18:46.5354990Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype109-Xq_Wq_dtypes109-4-size_mnk109-True] SKIPPED 2025-09-09T14:18:46.5356424Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype110-Xq_Wq_dtypes110-4-size_mnk110-False] SKIPPED 2025-09-09T14:18:46.5357870Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype111-Xq_Wq_dtypes111-4-size_mnk111-True] SKIPPED 2025-09-09T14:18:46.5359307Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype112-Xq_Wq_dtypes112-4-size_mnk112-False] SKIPPED 2025-09-09T14:18:46.5360752Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype113-Xq_Wq_dtypes113-4-size_mnk113-True] SKIPPED 2025-09-09T14:18:46.5362206Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype114-Xq_Wq_dtypes114-4-size_mnk114-False] SKIPPED 2025-09-09T14:18:46.5363648Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype115-Xq_Wq_dtypes115-4-size_mnk115-True] SKIPPED 2025-09-09T14:18:46.5365092Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype116-Xq_Wq_dtypes116-4-size_mnk116-False] SKIPPED 2025-09-09T14:18:46.5366535Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype117-Xq_Wq_dtypes117-4-size_mnk117-True] SKIPPED 2025-09-09T14:18:46.5367964Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype118-Xq_Wq_dtypes118-4-size_mnk118-False] SKIPPED 2025-09-09T14:18:46.5369403Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype119-Xq_Wq_dtypes119-4-size_mnk119-True] SKIPPED 2025-09-09T14:18:46.5371005Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype120-Xq_Wq_dtypes120-1-size_mnk120-False] SKIPPED 2025-09-09T14:18:46.5372442Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype121-Xq_Wq_dtypes121-1-size_mnk121-True] SKIPPED 2025-09-09T14:18:46.5373890Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype122-Xq_Wq_dtypes122-1-size_mnk122-False] SKIPPED 2025-09-09T14:18:46.5375403Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype123-Xq_Wq_dtypes123-1-size_mnk123-True] SKIPPED 2025-09-09T14:18:46.5376837Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype124-Xq_Wq_dtypes124-1-size_mnk124-False] SKIPPED 2025-09-09T14:18:46.5378290Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype125-Xq_Wq_dtypes125-1-size_mnk125-True] SKIPPED 2025-09-09T14:18:46.5379722Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype126-Xq_Wq_dtypes126-1-size_mnk126-False] SKIPPED 2025-09-09T14:18:46.5381176Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype127-Xq_Wq_dtypes127-1-size_mnk127-True] SKIPPED 2025-09-09T14:18:46.5382636Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype128-Xq_Wq_dtypes128-1-size_mnk128-False] SKIPPED 2025-09-09T14:18:46.5384069Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype129-Xq_Wq_dtypes129-1-size_mnk129-True] SKIPPED 2025-09-09T14:18:46.5385519Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype130-Xq_Wq_dtypes130-1-size_mnk130-False] SKIPPED 2025-09-09T14:18:46.5386960Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype131-Xq_Wq_dtypes131-1-size_mnk131-True] SKIPPED 2025-09-09T14:18:46.5388385Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype132-Xq_Wq_dtypes132-4-size_mnk132-False] SKIPPED 2025-09-09T14:18:46.5389826Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype133-Xq_Wq_dtypes133-4-size_mnk133-True] SKIPPED 2025-09-09T14:18:46.5391353Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype134-Xq_Wq_dtypes134-4-size_mnk134-False] SKIPPED 2025-09-09T14:18:46.5392784Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype135-Xq_Wq_dtypes135-4-size_mnk135-True] SKIPPED 2025-09-09T14:18:46.5394233Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype136-Xq_Wq_dtypes136-4-size_mnk136-False] SKIPPED 2025-09-09T14:18:46.5395682Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype137-Xq_Wq_dtypes137-4-size_mnk137-True] SKIPPED 2025-09-09T14:18:46.5397127Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype138-Xq_Wq_dtypes138-4-size_mnk138-False] SKIPPED 2025-09-09T14:18:46.5398563Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype139-Xq_Wq_dtypes139-4-size_mnk139-True] SKIPPED 2025-09-09T14:18:46.5399988Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype140-Xq_Wq_dtypes140-4-size_mnk140-False] SKIPPED 2025-09-09T14:18:46.5401489Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype141-Xq_Wq_dtypes141-4-size_mnk141-True] SKIPPED 2025-09-09T14:18:46.5402931Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype142-Xq_Wq_dtypes142-4-size_mnk142-False] SKIPPED 2025-09-09T14:18:46.5404354Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype143-Xq_Wq_dtypes143-4-size_mnk143-True] SKIPPED 2025-09-09T14:18:46.5405847Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype144-Xq_Wq_dtypes144-1-size_mnk144-False] SKIPPED 2025-09-09T14:18:46.5407292Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype145-Xq_Wq_dtypes145-1-size_mnk145-True] SKIPPED 2025-09-09T14:18:46.5408718Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype146-Xq_Wq_dtypes146-1-size_mnk146-False] SKIPPED 2025-09-09T14:18:46.5410165Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype147-Xq_Wq_dtypes147-1-size_mnk147-True] SKIPPED 2025-09-09T14:18:46.5411611Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype148-Xq_Wq_dtypes148-1-size_mnk148-False] SKIPPED 2025-09-09T14:18:46.5413035Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype149-Xq_Wq_dtypes149-1-size_mnk149-True] SKIPPED 2025-09-09T14:18:46.5414482Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype150-Xq_Wq_dtypes150-1-size_mnk150-False] SKIPPED 2025-09-09T14:18:46.5415922Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype151-Xq_Wq_dtypes151-1-size_mnk151-True] SKIPPED 2025-09-09T14:18:46.5417353Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype152-Xq_Wq_dtypes152-1-size_mnk152-False] SKIPPED 2025-09-09T14:18:46.5748786Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype153-Xq_Wq_dtypes153-1-size_mnk153-True] SKIPPED 2025-09-09T14:18:46.5750281Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype154-Xq_Wq_dtypes154-1-size_mnk154-False] SKIPPED 2025-09-09T14:18:46.5751781Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype155-Xq_Wq_dtypes155-1-size_mnk155-True] SKIPPED 2025-09-09T14:18:46.5753228Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype156-Xq_Wq_dtypes156-4-size_mnk156-False] SKIPPED 2025-09-09T14:18:46.5754658Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype157-Xq_Wq_dtypes157-4-size_mnk157-True] SKIPPED 2025-09-09T14:18:46.5756102Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype158-Xq_Wq_dtypes158-4-size_mnk158-False] SKIPPED 2025-09-09T14:18:46.5757543Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype159-Xq_Wq_dtypes159-4-size_mnk159-True] SKIPPED 2025-09-09T14:18:46.5758983Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype160-Xq_Wq_dtypes160-4-size_mnk160-False] SKIPPED 2025-09-09T14:18:46.5760433Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype161-Xq_Wq_dtypes161-4-size_mnk161-True] SKIPPED 2025-09-09T14:18:46.5762034Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype162-Xq_Wq_dtypes162-4-size_mnk162-False] SKIPPED 2025-09-09T14:18:46.5763469Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype163-Xq_Wq_dtypes163-4-size_mnk163-True] SKIPPED 2025-09-09T14:18:46.5764913Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype164-Xq_Wq_dtypes164-4-size_mnk164-False] SKIPPED 2025-09-09T14:18:46.5766495Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype165-Xq_Wq_dtypes165-4-size_mnk165-True] SKIPPED 2025-09-09T14:18:46.5767926Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype166-Xq_Wq_dtypes166-4-size_mnk166-False] SKIPPED 2025-09-09T14:18:46.5769389Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype167-Xq_Wq_dtypes167-4-size_mnk167-True] SKIPPED 2025-09-09T14:18:46.5770827Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype168-Xq_Wq_dtypes168-1-size_mnk168-False] SKIPPED 2025-09-09T14:18:46.5772250Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype169-Xq_Wq_dtypes169-1-size_mnk169-True] SKIPPED 2025-09-09T14:18:46.5773692Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype170-Xq_Wq_dtypes170-1-size_mnk170-False] SKIPPED 2025-09-09T14:18:46.5775122Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype171-Xq_Wq_dtypes171-1-size_mnk171-True] SKIPPED 2025-09-09T14:18:46.5776554Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype172-Xq_Wq_dtypes172-1-size_mnk172-False] SKIPPED 2025-09-09T14:18:46.5778010Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype173-Xq_Wq_dtypes173-1-size_mnk173-True] SKIPPED 2025-09-09T14:18:46.5779454Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype174-Xq_Wq_dtypes174-1-size_mnk174-False] SKIPPED 2025-09-09T14:18:46.5780882Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype175-Xq_Wq_dtypes175-1-size_mnk175-True] SKIPPED 2025-09-09T14:18:46.5782325Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype176-Xq_Wq_dtypes176-1-size_mnk176-False] SKIPPED 2025-09-09T14:18:46.5783755Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype177-Xq_Wq_dtypes177-1-size_mnk177-True] SKIPPED 2025-09-09T14:18:46.5785204Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype178-Xq_Wq_dtypes178-1-size_mnk178-False] SKIPPED 2025-09-09T14:18:46.5786648Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype179-Xq_Wq_dtypes179-1-size_mnk179-True] SKIPPED 2025-09-09T14:18:46.5788077Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype180-Xq_Wq_dtypes180-4-size_mnk180-False] SKIPPED 2025-09-09T14:18:46.5789525Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype181-Xq_Wq_dtypes181-4-size_mnk181-True] SKIPPED 2025-09-09T14:18:46.5791034Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype182-Xq_Wq_dtypes182-4-size_mnk182-False] SKIPPED 2025-09-09T14:18:46.5792524Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype183-Xq_Wq_dtypes183-4-size_mnk183-True] SKIPPED 2025-09-09T14:18:46.5793981Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype184-Xq_Wq_dtypes184-4-size_mnk184-False] SKIPPED 2025-09-09T14:18:46.5795426Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype185-Xq_Wq_dtypes185-4-size_mnk185-True] SKIPPED 2025-09-09T14:18:46.5796907Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype186-Xq_Wq_dtypes186-4-size_mnk186-False] SKIPPED 2025-09-09T14:18:46.5798350Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype187-Xq_Wq_dtypes187-4-size_mnk187-True] SKIPPED 2025-09-09T14:18:46.5799796Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype188-Xq_Wq_dtypes188-4-size_mnk188-False] SKIPPED 2025-09-09T14:18:46.5801232Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype189-Xq_Wq_dtypes189-4-size_mnk189-True] SKIPPED 2025-09-09T14:18:46.5802676Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype190-Xq_Wq_dtypes190-4-size_mnk190-False] SKIPPED 2025-09-09T14:18:46.5804112Z test/test_ops_rowwise_scaled_linear_sparse_cutlass.py::test_rowwise_scaled_linear_sparse_cutlass_f8f8[dtype191-Xq_Wq_dtypes191-4-size_mnk191-True] SKIPPED 2025-09-09T14:18:46.5805176Z test/test_utils.py::TestTorchVersion::test_torch_version_at_least PASSED 2025-09-09T14:18:46.5805922Z test/test_utils.py::TestTorchVersion::test_torch_version_deprecation PASSED 2025-09-09T14:18:46.5806646Z test/test_utils.py::TestTorchAOBaseTensor::test_default_impls SKIPPED 2025-09-09T14:18:46.5807452Z test/test_utils.py::TestTorchAOBaseTensor::test_default_impls_with_optional_attr SKIPPED 2025-09-09T14:18:46.5808330Z test/test_utils.py::TestTorchAOBaseTensor::test_default_impls_with_optional_data SKIPPED 2025-09-09T14:18:46.5809129Z test/test_utils.py::TestTorchAOBaseTensor::test_print_arg_types PASSED 2025-09-09T14:18:46.5809510Z 2025-09-09T14:18:46.5809768Z =============================== warnings summary =============================== 2025-09-09T14:18:46.5810294Z test/core/test_config.py::test_reconstructable_dict_file_round_trip[config8] 2025-09-09T14:18:46.5811630Z /opt/conda/envs/venv/lib/python3.9/site-packages/torchao/core/config.py:250: UserWarning: Stored version is not the same as current default version of the config: stored_version=2, current_default_version=1, please check the deprecation warning 2025-09-09T14:18:46.5813033Z warnings.warn( 2025-09-09T14:18:46.5813175Z 2025-09-09T14:18:46.5813371Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_bfloat16 2025-09-09T14:18:46.5813961Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_float16 2025-09-09T14:18:46.5814441Z test/dtypes/test_nf4.py::TestNF4Linear::test_to_copy_float32 2025-09-09T14:18:46.5815928Z /pytorch/ao/test/dtypes/test_nf4.py:223: FutureWarning: `torch.testing.assert_allclose()` is deprecated since 1.12 and will be removed in a future release. Please use `torch.testing.assert_close()` instead. You can find detailed upgrade instructions in https://github.com/pytorch/pytorch/issues/61844. 2025-09-09T14:18:46.5817466Z torch.testing.assert_allclose(input_tensor, nf4_to_dtype, atol=0.13, rtol=0.13) 2025-09-09T14:18:46.5817850Z 2025-09-09T14:18:46.5818083Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype3] 2025-09-09T14:18:46.5818670Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype4] 2025-09-09T14:18:46.5819403Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype5] 2025-09-09T14:18:56.6052572Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype6] 2025-09-09T14:18:56.6053823Z test/float8/test_float8_utils.py::test_non_float32_input[invalid_dtype7] 2025-09-09T14:18:56.6055028Z /pytorch/ao/test/float8/test_float8_utils.py:67: DeprecationWarning: an integer is required (got type float). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future version of Python. 2025-09-09T14:18:56.6056162Z non_float32_tensor = torch.tensor([3.0], dtype=invalid_dtype) 2025-09-09T14:18:56.6056593Z 2025-09-09T14:18:56.6056824Z test/kernel/test_autotuner.py::TestQuantFlow::test_int_scaled_mm_1_cpu 2025-09-09T14:18:56.6057402Z test/kernel/test_autotuner.py::TestQuantFlow::test_int_scaled_mm_3_cpu 2025-09-09T14:18:56.6058924Z /pytorch/ao/test/kernel/test_autotuner.py:96: FutureWarning: `torch.testing.assert_allclose()` is deprecated since 1.12 and will be removed in a future release. Please use `torch.testing.assert_close()` instead. You can find detailed upgrade instructions in https://github.com/pytorch/pytorch/issues/61844. 2025-09-09T14:18:56.6060364Z torch.testing.assert_allclose(out32_1, out32_2) 2025-09-09T14:18:56.6060618Z 2025-09-09T14:18:56.6060955Z test/prototype/test_codebook_quant.py::TestCodebookQuantization::test_choose_qparams_codebook 2025-09-09T14:18:56.6062451Z /opt/conda/envs/venv/lib/python3.9/site-packages/torch/testing/_internal/common_utils.py:906: UserWarning: index_reduce() is in beta and the API may change at any time. (Triggered internally at /pytorch/aten/src/ATen/native/TensorAdvancedIndexing.cpp:1218.) 2025-09-09T14:18:56.6063694Z return callable(*args, **kwargs) 2025-09-09T14:18:56.6063900Z 2025-09-09T14:18:56.6064151Z test/prototype/test_parametrization.py::TestFakeSparsity::test_jit_trace 2025-09-09T14:18:56.6065975Z /opt/conda/envs/venv/lib/python3.9/site-packages/torchao/prototype/sparsity/sparsifier/utils.py:134: TracerWarning: Converting a tensor to a Python boolean might cause the trace to be incorrect. We can't record the data flow of Python values, so this value will be treated as a constant in the future. This means that the trace might not generalize to other inputs! 2025-09-09T14:18:56.6067652Z assert self.mask.shape == x.shape 2025-09-09T14:18:56.6067859Z 2025-09-09T14:18:56.6068094Z test/prototype/test_scheduler.py::TestScheduler::test_lambda_scheduler 2025-09-09T14:18:56.6068661Z test/prototype/test_scheduler.py::TestCubicScheduler::test_step 2025-09-09T14:18:56.6070111Z /opt/conda/envs/venv/lib/python3.9/site-packages/torchao/prototype/sparsity/scheduler/base_scheduler.py:133: UserWarning: Detected call of `scheduler.step()` before `sparsifier.step()`. You have to make sure you run the sparsifier.step() BEFORE any calls to the scheduler.step(). 2025-09-09T14:18:56.6071554Z warnings.warn( 2025-09-09T14:18:56.6071696Z 2025-09-09T14:18:56.6072000Z test/quantization/pt2e/test_graph_utils.py::TestGraphUtils::test_conv_bn_conv_relu 2025-09-09T14:18:56.6073482Z /pytorch/ao/test/quantization/pt2e/test_graph_utils.py:42: FutureWarning: export(f, *args, **kwargs) is deprecated, use export(f)(*args, **kwargs) instead. If you don't migrate, we may break your export call in the future if your user defined kwargs conflict with future kwargs added to export(f). 2025-09-09T14:18:56.6075025Z m, guards = torchdynamo.export( # noqa: F841© 2025-09-09T14:18:56.6075277Z 2025-09-09T14:18:56.6075561Z test/quantization/pt2e/test_graph_utils.py::TestGraphUtils::test_conv_bn_relu 2025-09-09T14:18:56.6077059Z /pytorch/ao/test/quantization/pt2e/test_graph_utils.py:86: FutureWarning: export(f, *args, **kwargs) is deprecated, use export(f)(*args, **kwargs) instead. If you don't migrate, we may break your export call in the future if your user defined kwargs conflict with future kwargs added to export(f). 2025-09-09T14:18:56.6078378Z m, guards = torchdynamo.export( # noqa: F841 2025-09-09T14:18:56.6078620Z 2025-09-09T14:18:56.6078978Z test/quantization/pt2e/test_graph_utils.py::TestGraphUtils::test_customized_equivalet_types_dict 2025-09-09T14:18:56.6081511Z /pytorch/ao/test/quantization/pt2e/test_graph_utils.py:118: FutureWarning: export(f, *args, **kwargs) is deprecated, use export(f)(*args, **kwargs) instead. If you don't migrate, we may break your export call in the future if your user defined kwargs conflict with future kwargs added to export(f). 2025-09-09T14:18:56.6082873Z m, guards = torchdynamo.export( # noqa: F841 2025-09-09T14:18:56.6083118Z 2025-09-09T14:18:56.6083360Z test/quantization/test_qat.py::TestQAT::test_legacy_quantize_api_e2e 2025-09-09T14:18:56.6084745Z /opt/conda/envs/venv/lib/python3.9/site-packages/torchao/quantization/qat/utils.py:84: UserWarning: 'IntXQuantizationAwareTrainingConfig' is deprecated and will be removed in a future release. Please use the following API instead: 2025-09-09T14:18:56.6085916Z 2025-09-09T14:18:56.6086246Z base_config = Int8DynamicActivationInt4WeightConfig(group_size=32) 2025-09-09T14:18:56.6086777Z quantize_(model, QATConfig(base_config, step="prepare")) 2025-09-09T14:18:56.6087164Z # train (not shown) 2025-09-09T14:18:56.6087491Z quantize_(model, QATConfig(base_config, step="convert")) 2025-09-09T14:18:56.6087858Z 2025-09-09T14:18:56.6088170Z Alternatively, if you prefer to pass in fake quantization configs: 2025-09-09T14:18:56.6088578Z 2025-09-09T14:18:56.6088983Z activation_config = IntxFakeQuantizeConfig(torch.int8, "per_token", is_symmetric=False) 2025-09-09T14:18:56.6089625Z weight_config = IntxFakeQuantizeConfig(torch.int4, group_size=32) 2025-09-09T14:18:56.6090047Z qat_config = QATConfig( 2025-09-09T14:18:56.6090345Z activation_config=activation_config, 2025-09-09T14:18:56.6090678Z weight_config=weight_config, 2025-09-09T14:18:56.6090967Z step="prepare", 2025-09-09T14:18:56.6091209Z ) 2025-09-09T14:18:56.6091410Z quantize_(model, qat_config) 2025-09-09T14:18:56.6091687Z 2025-09-09T14:18:56.6092004Z Please see https://github.com/pytorch/ao/issues/2630 for more details. 2025-09-09T14:18:56.6092426Z 2025-09-09T14:18:56.6092622Z warnings.warn( 2025-09-09T14:18:56.6092777Z 2025-09-09T14:18:56.6093004Z test/quantization/test_qat.py::TestQAT::test_legacy_quantize_api_e2e 2025-09-09T14:18:56.6094359Z /opt/conda/envs/venv/lib/python3.9/site-packages/torchao/quantization/qat/utils.py:84: UserWarning: 'FromIntXQuantizationAwareTrainingConfig' is deprecated and will be removed in a future release. Please use the following API instead: 2025-09-09T14:18:56.6095550Z 2025-09-09T14:18:56.6095890Z base_config = Int8DynamicActivationInt4WeightConfig(group_size=32) 2025-09-09T14:18:56.6096403Z quantize_(model, QATConfig(base_config, step="prepare")) 2025-09-09T14:18:56.6096789Z # train (not shown) 2025-09-09T14:18:56.6097113Z quantize_(model, QATConfig(base_config, step="convert")) 2025-09-09T14:18:56.6097482Z 2025-09-09T14:18:56.6097802Z Alternatively, if you prefer to pass in fake quantization configs: 2025-09-09T14:18:56.6098199Z 2025-09-09T14:18:56.6098619Z activation_config = IntxFakeQuantizeConfig(torch.int8, "per_token", is_symmetric=False) 2025-09-09T14:18:56.6099248Z weight_config = IntxFakeQuantizeConfig(torch.int4, group_size=32) 2025-09-09T14:18:56.6099679Z qat_config = QATConfig( 2025-09-09T14:18:56.6099963Z activation_config=activation_config, 2025-09-09T14:18:56.6100299Z weight_config=weight_config, 2025-09-09T14:18:56.6100588Z step="prepare", 2025-09-09T14:18:56.6100837Z ) 2025-09-09T14:18:56.6101049Z quantize_(model, qat_config) 2025-09-09T14:18:56.6101313Z 2025-09-09T14:18:56.6101641Z Please see https://github.com/pytorch/ao/issues/2630 for more details. 2025-09-09T14:18:56.6102052Z 2025-09-09T14:18:56.6102258Z warnings.warn( 2025-09-09T14:18:56.6102394Z 2025-09-09T14:18:56.6102609Z test/quantization/test_qat.py::TestQAT::test_qat_fp8a4w_quantizer 2025-09-09T14:18:56.6106417Z /opt/conda/envs/venv/lib/python3.9/site-packages/torch/autograd/graph.py:823: UserWarning: torchao::dequantize_affine_float8: an autograd kernel was not registered to the Autograd key(s) but we are trying to backprop through it. This may lead to silently incorrect behavior. This behavior is deprecated and will be removed in a future version of PyTorch. If your operator is differentiable, please ensure you have registered an autograd kernel to the correct Autograd key (e.g. DispatchKey::Autograd, DispatchKey::CompositeImplicitAutograd). If your operator is not differentiable, or to squash this warning and use the previous behavior, please register torch::CppFunction::makeFallthrough() to DispatchKey::Autograd. (Triggered internally at /pytorch/torch/csrc/autograd/autograd_not_implemented_fallback.cpp:62.) 2025-09-09T14:18:56.6110582Z return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass 2025-09-09T14:18:56.6111063Z 2025-09-09T14:18:56.6111308Z test/sparsity/test_wanda.py::TestWandaSparsifier::test_one_layer_mlp_2x4 2025-09-09T14:18:56.6112407Z /opt/conda/envs/venv/lib/python3.9/site-packages/torchao/sparsity/wanda.py:46: UserWarning: WandaSparsifier got semi_structured_bock_size=4, sparsity_level fixed to 50% (2:4) sparsity 2025-09-09T14:18:56.6113357Z warnings.warn( 2025-09-09T14:18:56.6113497Z 2025-09-09T14:18:56.6113740Z -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html 2025-09-09T14:18:56.6114667Z ========== 558 passed, 4786 skipped, 22 warnings in 583.68s (0:09:43) ========== 2025-09-09T14:18:56.6183303Z ##[group]Run pmeier/pytest-results-action@a2c1430e2bddadbad9f49a6f9b879f062c6b19b1 2025-09-09T14:18:56.6183821Z with: 2025-09-09T14:18:56.6184111Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:56.6184506Z fail-on-empty: false 2025-09-09T14:18:56.6184731Z env: 2025-09-09T14:18:56.6184977Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:56.6185317Z REPOSITORY: pytorch/ao 2025-09-09T14:18:56.6185558Z PR_NUMBER: 2963 2025-09-09T14:18:56.6187891Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:56.6190378Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:56.6191085Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:56.6191644Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:56.6192021Z ##[endgroup] 2025-09-09T14:18:56.7041736Z Prepare all required actions 2025-09-09T14:18:56.7084566Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-09-09T14:18:56.7084949Z with: 2025-09-09T14:18:56.7085215Z directory: /home/ec2-user/actions-runner/_work/ao/ao/ 2025-09-09T14:18:56.7085714Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-09T14:18:56.7086129Z env: 2025-09-09T14:18:56.7086372Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:56.7086701Z REPOSITORY: pytorch/ao 2025-09-09T14:18:56.7086974Z PR_NUMBER: 2963 2025-09-09T14:18:56.7089344Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:56.7091847Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:56.7092437Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:56.7093004Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:56.7093390Z ##[endgroup] 2025-09-09T14:18:56.7120152Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-09-09T14:18:56.7121034Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-09-09T14:18:56.7142834Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:18:56.7143229Z env: 2025-09-09T14:18:56.7143513Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:56.7143859Z REPOSITORY: pytorch/ao 2025-09-09T14:18:56.7144134Z PR_NUMBER: 2963 2025-09-09T14:18:56.7146406Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:56.7148919Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:56.7149520Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:56.7150069Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:56.7150697Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-09T14:18:56.7151208Z DIRECTORY: /home/ec2-user/actions-runner/_work/ao/ao/ 2025-09-09T14:18:56.7151555Z ##[endgroup] 2025-09-09T14:18:56.7356231Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2025-09-09T14:18:56.9684418Z latest: Pulling from tool/alpine 2025-09-09T14:18:56.9684861Z 540db60ca938: Pulling fs layer 2025-09-09T14:18:57.0762307Z 540db60ca938: Verifying Checksum 2025-09-09T14:18:57.0762962Z 540db60ca938: Download complete 2025-09-09T14:18:57.1615958Z 540db60ca938: Pull complete 2025-09-09T14:18:57.1746378Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-09-09T14:18:57.1789972Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-09-09T14:18:58.6617940Z Prepare all required actions 2025-09-09T14:18:58.6645729Z ##[group]Run ./test-infra/.github/actions/chown-directory 2025-09-09T14:18:58.6646089Z with: 2025-09-09T14:18:58.6646364Z directory: /home/ec2-user/actions-runner/_work/_temp 2025-09-09T14:18:58.6646847Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-09T14:18:58.6647272Z env: 2025-09-09T14:18:58.6647500Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:58.6647843Z REPOSITORY: pytorch/ao 2025-09-09T14:18:58.6648099Z PR_NUMBER: 2963 2025-09-09T14:18:58.6650422Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:58.6652945Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:58.6653549Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:58.6654112Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:58.6654493Z ##[endgroup] 2025-09-09T14:18:58.6678988Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-09-09T14:18:58.6679699Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2025-09-09T14:18:58.6689491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:18:58.6689863Z env: 2025-09-09T14:18:58.6690121Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:58.6690467Z REPOSITORY: pytorch/ao 2025-09-09T14:18:58.6690724Z PR_NUMBER: 2963 2025-09-09T14:18:58.6693013Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:58.6695515Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:58.6696101Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:58.6696674Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:58.6697209Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2025-09-09T14:18:58.6697700Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2025-09-09T14:18:58.6698060Z ##[endgroup] 2025-09-09T14:18:59.8002066Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2025-09-09T14:18:59.8002701Z # Only do these steps if we actually want to upload an artifact 2025-09-09T14:18:59.8003163Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2025-09-09T14:18:59.8003720Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2025-09-09T14:18:59.8004344Z  # attempt to just grab whatever is in there and scoop it all up 2025-09-09T14:18:59.8004855Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2025-09-09T14:18:59.8005308Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2025-09-09T14:18:59.8005633Z  fi 2025-09-09T14:18:59.8005909Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2025-09-09T14:18:59.8006353Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2025-09-09T14:18:59.8006757Z  fi 2025-09-09T14:18:59.8007033Z fi 2025-09-09T14:18:59.8007228Z  2025-09-09T14:18:59.8007478Z upload_docs=0 2025-09-09T14:18:59.8007870Z # Check if there are files in the documentation folder to upload, note that 2025-09-09T14:18:59.8008340Z # empty folders do not count 2025-09-09T14:18:59.8008803Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2025-09-09T14:18:59.8009416Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2025-09-09T14:18:59.8009926Z  # upload will probably not work correctly 2025-09-09T14:18:59.8010267Z  upload_docs=1 2025-09-09T14:18:59.8010517Z fi 2025-09-09T14:18:59.8010818Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2025-09-09T14:18:59.8017942Z shell: /usr/bin/bash -e {0} 2025-09-09T14:18:59.8018213Z env: 2025-09-09T14:18:59.8018466Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:59.8019015Z REPOSITORY: pytorch/ao 2025-09-09T14:18:59.8019282Z PR_NUMBER: 2963 2025-09-09T14:18:59.8021577Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:59.8024223Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:59.8024821Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:59.8025368Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:59.8025776Z UPLOAD_ARTIFACT_NAME: 2025-09-09T14:18:59.8026024Z ##[endgroup] 2025-09-09T14:18:59.8125798Z Prepare all required actions 2025-09-09T14:18:59.8164788Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2025-09-09T14:18:59.8165157Z with: 2025-09-09T14:18:59.8165343Z env: 2025-09-09T14:18:59.8165614Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:59.8165960Z REPOSITORY: pytorch/ao 2025-09-09T14:18:59.8166204Z PR_NUMBER: 2963 2025-09-09T14:18:59.8168507Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:59.8171071Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:59.8171662Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:59.8172226Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:59.8172607Z ##[endgroup] 2025-09-09T14:18:59.8199568Z ##[group]Run set -eou pipefail 2025-09-09T14:18:59.8199898Z set -eou pipefail 2025-09-09T14:18:59.8200150Z  2025-09-09T14:18:59.8200525Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2025-09-09T14:18:59.8201006Z for _ in $(seq 1440); do 2025-09-09T14:18:59.8201348Z  # Break if no ssh session exists anymore 2025-09-09T14:18:59.8201704Z  if [ "$(who)" = "" ]; then 2025-09-09T14:18:59.8201994Z  break 2025-09-09T14:18:59.8202226Z  fi 2025-09-09T14:18:59.8202435Z  echo "." 2025-09-09T14:18:59.8202675Z  sleep 5 2025-09-09T14:18:59.8202906Z done 2025-09-09T14:18:59.8208745Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:18:59.8209132Z env: 2025-09-09T14:18:59.8209375Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:59.8209724Z REPOSITORY: pytorch/ao 2025-09-09T14:18:59.8209976Z PR_NUMBER: 2963 2025-09-09T14:18:59.8212293Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:59.8214803Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:59.8215414Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:59.8215969Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:59.8216363Z ##[endgroup] 2025-09-09T14:18:59.8241096Z Holding runner for 2 hours until all ssh sessions have logged out 2025-09-09T14:18:59.8325319Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2025-09-09T14:18:59.8325910Z # ignore expansion of "docker ps -q" since it could be empty 2025-09-09T14:18:59.8326331Z # shellcheck disable=SC2046 2025-09-09T14:18:59.8326814Z docker stop $(docker ps -q) || true 2025-09-09T14:18:59.8327166Z # Prune all of the docker images 2025-09-09T14:18:59.8327491Z docker system prune -af 2025-09-09T14:18:59.8333233Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:18:59.8333613Z env: 2025-09-09T14:18:59.8333851Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:18:59.8334350Z REPOSITORY: pytorch/ao 2025-09-09T14:18:59.8334668Z PR_NUMBER: 2963 2025-09-09T14:18:59.8337434Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:18:59.8339964Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:18:59.8340567Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:18:59.8341111Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:18:59.8341505Z ##[endgroup] 2025-09-09T14:19:00.8376737Z 471cc8822bd6 2025-09-09T14:19:03.8812236Z Deleted Containers: 2025-09-09T14:19:03.8812761Z 471cc8822bd67722fdc07931258bad741d80a7ca867a37b346fef3df53f596fa 2025-09-09T14:19:03.8813115Z 2025-09-09T14:19:08.2987830Z Deleted Images: 2025-09-09T14:19:08.2988171Z untagged: pytorch/almalinux-builder:cpu 2025-09-09T14:19:08.2988819Z untagged: pytorch/almalinux-builder@sha256:10f309602e8cd84e21cb6970f97544761dd12a06b141583ab4d45f0bac4bf651 2025-09-09T14:19:08.2989617Z deleted: sha256:d6a8fef7076378a67f34a587132b48533aeb29b267a5d532b5b9c8df70af258b 2025-09-09T14:19:08.2990269Z deleted: sha256:5ee80ac5eaac1f2e1a07ecf3b3488008351b9350af841eed478e2e8c24e6f42a 2025-09-09T14:19:08.2990998Z deleted: sha256:a65598dc7a77543b8c2087c984c4d399c538c793064f336291e43cd23c0d4bee 2025-09-09T14:19:08.2991631Z deleted: sha256:75bba60f865bdfb654effb55beba5e38d571601662e689a4eb428757bfbd966d 2025-09-09T14:19:08.2992286Z deleted: sha256:b970969a082500ab27d2bf9eac213044fc772525f683f5fc7332989e30c76480 2025-09-09T14:19:08.2992934Z deleted: sha256:bc559781ad080de9f6860d476855c5af704239cf63d44c57086a59b50d27e62d 2025-09-09T14:19:08.2993568Z deleted: sha256:cc6a3c301e1c09d37986dc9f00ef5acee60b16b3beb546ba626465df575ddc6f 2025-09-09T14:19:08.2994223Z deleted: sha256:bfff11b1687c8218c22ee1e3b72bf01d75b62571b1328a8d0fba8d430ad5f2e5 2025-09-09T14:19:08.2994857Z deleted: sha256:da2b845a29eb0c1156d11b959ebf0922384d243241d1b71e5ada57fe43f8d31b 2025-09-09T14:19:08.2995505Z deleted: sha256:36f4610db00e3bc6f0c36306b6e3ae9c953b4135dbbab9705bb1040a1c1a428a 2025-09-09T14:19:08.2996145Z deleted: sha256:3786e3bfaf2a9ae97394f7b5f00680409659a2da27de80d81bedf3f024d96905 2025-09-09T14:19:08.2996796Z deleted: sha256:a1f8b206db55ff3248ff449e3d374688489e9e78184454cb68bd621b1eaae1ef 2025-09-09T14:19:08.3015528Z deleted: sha256:1a446cf0c102c19364757b664cb9b87039da4e5b37717769d86d0de9dea0bcbd 2025-09-09T14:19:08.3016325Z deleted: sha256:0ef2a1cbee577b4f78bc15b15d7f0806734a6999f0a40e87fffc92b7e9e58fad 2025-09-09T14:19:08.3016998Z deleted: sha256:130b9be4ea5bde75920a4d5ffb16053799c94b8a93712f043a0cb564a247a775 2025-09-09T14:19:08.3017658Z deleted: sha256:7ee0ef5f99efb59425750d99644df2c4890820ad3b993fc67c7d223f4ac0d032 2025-09-09T14:19:08.3018322Z deleted: sha256:b2137bde5bf6be21e1746d6ea0c8cab11f4f58745e132c5a2855c4bccc2c1ce3 2025-09-09T14:19:08.3019117Z deleted: sha256:f7827189db61f670718a2b94e71e48195c0baf64ee4f80458bc5fb383510d43f 2025-09-09T14:19:08.3019756Z deleted: sha256:ff4f19608a1944c0c2807cd533515673285a9632dc74bf020e83e18630d1ae35 2025-09-09T14:19:08.3020363Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2025-09-09T14:19:08.3021479Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2025-09-09T14:19:08.3022391Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2025-09-09T14:19:08.3023351Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2025-09-09T14:19:08.3024004Z 2025-09-09T14:19:08.3024308Z Total reclaimed space: 7.089GB 2025-09-09T14:19:08.3068606Z ##[group]Run set +e 2025-09-09T14:19:08.3068889Z set +e 2025-09-09T14:19:08.3069150Z if [[ "${NO_SUDO}" == "false" ]]; then 2025-09-09T14:19:08.3069566Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-09-09T14:19:08.3069918Z else 2025-09-09T14:19:08.3070195Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2025-09-09T14:19:08.3070621Z fi 2025-09-09T14:19:08.3070834Z set -e 2025-09-09T14:19:08.3076447Z shell: /usr/bin/bash -e {0} 2025-09-09T14:19:08.3076729Z env: 2025-09-09T14:19:08.3076962Z DOCKER_IMAGE: pytorch/almalinux-builder:cpu 2025-09-09T14:19:08.3077304Z REPOSITORY: pytorch/ao 2025-09-09T14:19:08.3077563Z PR_NUMBER: 2963 2025-09-09T14:19:08.3079893Z SCRIPT: conda create -n venv python=3.9 -y conda activate venv echo "::group::Install newer objcopy that supports --set-section-alignment" dnf install -y gcc-toolset-10-binutils export PATH=/opt/rh/gcc-toolset-10/root/usr/bin/:$PATH python -m pip install --upgrade pip pip install torch==2.6.0 --index-url https://download.pytorch.org/whl/cpu sed -i '' dev-requirements.txt pip install -r dev-requirements.txt pip install . export CONDA=$(dirname $(dirname $(which conda))) export LD_LIBRARY_PATH=$CONDA/lib/:$LD_LIBRARY_PATH pytest test --verbose -s 2025-09-09T14:19:08.3082402Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2025-09-09T14:19:08.3082989Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2025-09-09T14:19:08.3083551Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2025-09-09T14:19:08.3083935Z NO_SUDO: false 2025-09-09T14:19:08.3084166Z ##[endgroup] 2025-09-09T14:19:08.9189283Z Post job cleanup. 2025-09-09T14:19:09.0502140Z Post job cleanup. 2025-09-09T14:19:09.1442968Z [command]/usr/bin/git version 2025-09-09T14:19:09.1497877Z git version 2.47.1 2025-09-09T14:19:09.1542688Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/cf36a4d7-3828-4f2e-97fa-68f31c336209' before making global git config changes 2025-09-09T14:19:09.1543658Z Adding repository directory to the temporary git global config as a safe directory 2025-09-09T14:19:09.1547388Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/ao/ao/test-infra 2025-09-09T14:19:09.1584822Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2025-09-09T14:19:09.1611587Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2025-09-09T14:19:09.2039323Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2025-09-09T14:19:09.2066770Z http.https://github.com/.extraheader 2025-09-09T14:19:09.2076658Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2025-09-09T14:19:09.2101457Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2025-09-09T14:19:09.2462943Z A job completed hook has been configured by the self-hosted runner administrator 2025-09-09T14:19:09.2491084Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2025-09-09T14:19:09.2496357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2025-09-09T14:19:09.2496757Z ##[endgroup] 2025-09-09T14:19:09.2602902Z [!ALERT!] Swap in detected! [!ALERT!] 2025-09-09T14:19:28.4178928Z Cleaning up orphan processes