Skip to content

Commit

Permalink
Run only transpose test
Browse files Browse the repository at this point in the history
  • Loading branch information
chandrasekaranpradeep committed Feb 20, 2025
1 parent ea137a0 commit 5336000
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,9 @@ markers =

# Where pytest should look for tests
testpaths =
# Ops
forge/test/mlir/operators
forge/test/mlir/test_ops_tf.py
forge/test/mlir/llama/tests/test_specific_ops_llama32.py

# Features
forge/test/mlir/test_features.py

# Training
forge/test/mlir/test_loss.py
forge/test/mlir/test_training.py

# API
forge/test/test_api.py

# Model Tests (PyTorch)
forge/test/models/pytorch

# MNIST Linear
forge/test/mlir/mnist/test_inference.py
forge/test/mlir/mnist/training/test_training.py

# Llama
forge/test/mlir/llama/test_llama_inference.py::test_llama_inference
forge/test/mlir/llama/tests

# Benchmark
# MNIST Linear
forge/test/benchmark/benchmark/models/mnist_linear.py::test_mnist_linear

# Sweeps
forge/test/operators/pytorch

# Models Ops test generated by extracting the unique ops configuration across all the models inside forge/test/models path
forge/test/models_ops
forge/test/models_ops/test_transpose.py

filterwarnings =
ignore::DeprecationWarning

0 comments on commit 5336000

Please sign in to comment.