From 56e5bcdb7d9464cd8789e7047b6dfa6608499893 Mon Sep 17 00:00:00 2001 From: Predrag Ilkic Date: Mon, 26 Aug 2024 17:04:21 +0200 Subject: [PATCH] [ci] disabling llama tests --- pytest.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pytest.ini b/pytest.ini index 8eebb2c29..118f863c4 100644 --- a/pytest.ini +++ b/pytest.ini @@ -16,9 +16,5 @@ testpaths = pybuda/test/mlir/mnist/test_inference.py pybuda/test/mlir/test_training.py - # Llama 3B - pybuda/test/mlir/llama/test_llama_inference.py - pybuda/test/mlir/llama/tests - filterwarnings = ignore::DeprecationWarning