From af4f13c0abce394a0b3ca0dbac905c96d39ad3a2 Mon Sep 17 00:00:00 2001 From: Avimitin Date: Mon, 9 Sep 2024 23:52:53 +0800 Subject: [PATCH] WIP FIXUP Signed-off-by: Avimitin --- tests/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/default.nix b/tests/default.nix index c2c99072d..29041b031 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -88,12 +88,12 @@ let perf = casesSelf.callPackage ./perf { }; codegen = casesSelf.callPackage ./codegen { }; rvv_bench = casesSelf.callPackage ./rvv_bench { }; - pytorch = casesSelf.callPackage ./pytorch { }; + #pytorch = casesSelf.callPackage ./pytorch { }; })); # remove non-case attributes in scope scopeStripped = { - inherit (scope) mlir intrinsic asm perf codegen rvv_bench pytorch; + inherit (scope) mlir intrinsic asm perf codegen rvv_bench; }; # This derivation is for internal CI use only.