python312Packages.tensordict: enable now succeeding tests
This commit is contained in:
@@ -70,13 +70,8 @@ buildPythonPackage rec {
|
||||
# + where tensor(False) = <built-in method all of Tensor object at 0x7ffe49bf87d0>()
|
||||
"test_mp"
|
||||
|
||||
# torch._dynamo.exc.BackendCompilerFailed
|
||||
# Requires a more recent version of triton
|
||||
# Re-enable when https://github.com/NixOS/nixpkgs/pull/328247 is merged
|
||||
# torch._dynamo.exc.InternalTorchDynamoError: RuntimeError: to_module requires TORCHDYNAMO_INLINE_INBUILT_NN_MODULES to be set.
|
||||
"test_functional"
|
||||
"test_linear"
|
||||
"test_seq"
|
||||
"test_seq_lmbda"
|
||||
]
|
||||
++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [
|
||||
# RuntimeError: internal error
|
||||
|
||||
Reference in New Issue
Block a user