Explorar o código

Merge branch 'distributed-deep-ptune' of github.com:learning-at-home/bloom-demo into distributed-deep-ptune

dbaranchuk %!s(int64=3) %!d(string=hai) anos
pai
achega
cb9d9f895f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/client/sequential_autograd.py

+ 1 - 1
src/client/sequential_autograd.py

@@ -142,7 +142,7 @@ async def sequential_forward(
                 inputs = outputs
                 break
             except Exception as e:
-                logging.warn(f"Caught {e} when running forward for chain {span.start}-{span.end}", exc_info=True)
+                logging.warning(f"Caught {e} when running forward for chain {span.start}-{span.end}", exc_info=True)
                 backup_sequences = sequence_manager.make_sequence(span.start)
                 assert backup_sequences[0].start == span.start
                 sequences = backup_sequences