Răsfoiți Sursa

Update python.js

Lutz Roeder 2 ani în urmă
părinte
comite
19a16ff2c3
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      source/python.js

+ 1 - 0
source/python.js

@@ -4109,6 +4109,7 @@ python.Execution = class {
         });
         this.registerType('torch.autograd.variable.Variable', class {});
         this.registerType('torch.backends.cudnn.rnn.Unserializable', class {});
+        this.registerType('torch.distributed.algorithms.join._JoinConfig', class {});
         this.registerType('torch.distributions.bernoulli.Bernoulli', class {});
         this.registerType('torch.distributions.categorical.Categorical', class {});
         this.registerType('torch.distributions.constraints._LowerCholesky', class {});