support bfloat16

This commit is contained in:
Brett Kuprel
2022-07-07 08:21:20 -04:00
parent 5f526e2109
commit da62298f06
9 changed files with 108 additions and 96 deletions
+2 -2
View File
@@ -19,9 +19,9 @@ class ReplicatePredictor(BasePredictor):
default=True
),
grid_size: int = Input(
description='Size of the image grid',
description='Size of the image grid. 4x4 takes about 15 seconds, 8x8 takes about 45 seconds',
ge=1,
le=4,
le=8,
default=4
),
log2_supercondition_factor: int = Input(