diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index b0272cdb..b16bc515 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -3,9 +3,14 @@ name: Run unit tests on: push: branches: [ main ] + paths: + - "src/**.py" + - "examples/**.py" + - "tests/**.py" + pull_request: branches: [ main ] - paths: + paths: - "src/**.py" - "examples/**.py" - "tests/**.py" diff --git a/tests/.test_cache/eec0493c-b6bf-11ee-aa62-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_bias.safetensors b/tests/.test_cache/eec0493c-b6bf-11ee-aa62-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_bias.safetensors new file mode 100644 index 00000000..0befd975 Binary files /dev/null and b/tests/.test_cache/eec0493c-b6bf-11ee-aa62-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_bias.safetensors differ diff --git a/tests/.test_cache/eec0493c-b6bf-11ee-aa62-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_weight.safetensors b/tests/.test_cache/eec0493c-b6bf-11ee-aa62-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_weight.safetensors new file mode 100644 index 00000000..d36ed14a Binary files /dev/null and b/tests/.test_cache/eec0493c-b6bf-11ee-aa62-16a08fa8d1dd/model/module/mlp/0/linear/pp_block/model_weight.safetensors differ