Fabrice-TIERCELIN commited on
Commit
04c38b1
·
verified ·
1 Parent(s): 4426f1f

" rather than '

Browse files
Files changed (1) hide show
  1. hyvideo/constants.py +3 -3
hyvideo/constants.py CHANGED
@@ -17,9 +17,9 @@ __all__ = [
17
  ]
18
 
19
  PRECISION_TO_TYPE = {
20
- 'fp32': torch.float32,
21
- 'fp16': torch.float16,
22
- 'bf16': torch.bfloat16,
23
  }
24
 
25
  # =================== Constant Values =====================
 
17
  ]
18
 
19
  PRECISION_TO_TYPE = {
20
+ "fp32": torch.float32,
21
+ "fp16": torch.float16,
22
+ "bf16": torch.bfloat16,
23
  }
24
 
25
  # =================== Constant Values =====================