Skip to content

Commit

Permalink
Remove quantize.autogptq from "make sure all modules are importable"
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Aksionov committed Feb 18, 2024
1 parent 23cd55f commit 3f69b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpu-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# make sure all modules are importable
modules=$(
find * -type f -name "*.py" | \
grep -v tests | grep "/" | grep -v lm_eval | grep -v xla | grep -v prepare_slimpajama | grep -v prepare_starcoder | \
grep "/" | grep -vE "lm_eval|prepare_slimpajama|prepare_starcoder|quantize.autogptq|tests|xla" | \
sed 's/\.py$//' | sed 's/\//./g' | \
sed 's/.__init__//g' | xargs -I {} echo "import {};"
)
Expand Down

0 comments on commit 3f69b53

Please sign in to comment.