Skip to content

Commit 991ea3d

Browse files
committed
document that go_fast outputs are not deterministic
1 parent 6f71d3d commit 991ea3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

predict.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ class Inputs:
132132
@staticmethod
133133
def go_fast_with_default(default: bool) -> Input:
134134
return Input(
135-
description="Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16",
135+
description="Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16. Note that outputs will not be deterministic when this is enabled, even if you set a seed.",
136136
default=default,
137137
)
138138

0 commit comments

Comments
 (0)