「view this page in B3 βῆτα server」

Revisions №73

branch: RFdiffusion:commits 「№73」
Commited by: SexyERIC0723
GitHub Pull Request link: 「№445」
Merge: 「9535f1938」「a7cc837a0」  code diff
Scheduled at: 2026-03-20 13:45:21.750102
rfd

Pull Request №445 RosettaCommons/RFdiffusion/main ← haoyu-haoyu/RFdiffusion/fix/replace-deprecated-torch-cuda-amp Merge: 9535f1938203a24937d7dadf0cb831d02cb5fc0e←a7cc837a05b7944bf06c22795d390adf8821b681 fix: replace deprecated torch.cuda.amp with torch.amp ---------------- Merge commit message: fix: replace deprecated torch.cuda.amp with torch.amp `torch.cuda.amp.autocast`, `torch.cuda.amp.GradScaler` were deprecated in PyTorch 1.13 and will be removed in a future release. Replace with the device-explicit `torch.amp.autocast('cuda', ...)` and `torch.amp.GradScaler('cuda', ...)` equivalents. Files changed: - rfdiffusion/Track_module.py (decorator on Str2Str.forward) - env/SE3Transformer/se3_transformer/runtime/inference.py - env/SE3Transformer/se3_transformer/runtime/training.py (2 instances)

...
Test: ubuntu-20.04.clang.python39.rfd

 View log

Loading...

 View log in dialog  View log in log in separate window