Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

test ci #1674

Closed
wants to merge 2 commits into from
Closed

test ci #1674

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/unit-test-optimize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
test_name: "PR-test"
- test_branch: "main"
test_name: "baseline"
fail-fast: true
fail-fast: false
name: optimize-unit-test-${{ matrix.test_name }}
steps:
- name: Docker Clean Up
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@
convert_to_smoothquant_model,
replace_linear,
)
from ...tools.utils import is_intel_gpu_available, is_ipex_available, _neural_compressor_version
from ...tools.utils import (
is_intel_gpu_available,
is_ipex_available,
_neural_compressor_version,
)
from accelerate import init_empty_weights
from huggingface_hub import hf_hub_download
from neural_compressor.torch.algorithms.weight_only.modules import WeightOnlyLinear
Expand Down
Loading