We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7746ea9 commit 4e8f659Copy full SHA for 4e8f659
pkgs/development/python-modules/tensordict/default.nix
@@ -70,13 +70,8 @@ buildPythonPackage rec {
70
# + where tensor(False) = <built-in method all of Tensor object at 0x7ffe49bf87d0>()
71
"test_mp"
72
73
- # torch._dynamo.exc.BackendCompilerFailed
74
- # Requires a more recent version of triton
75
- # 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.
76
"test_functional"
77
- "test_linear"
78
- "test_seq"
79
- "test_seq_lmbda"
80
]
81
++ lib.optionals (stdenv.hostPlatform.system == "aarch64-linux") [
82
# RuntimeError: internal error
0 commit comments