Update README.md
Browse files
README.md
CHANGED
@@ -119,7 +119,7 @@ output = model.generate_from_batch(
|
|
119 |
)
|
120 |
```
|
121 |
|
122 |
-
Note that we have observed that this can
|
123 |
|
124 |
## Evaluations
|
125 |
|
|
|
119 |
)
|
120 |
```
|
121 |
|
122 |
+
Note that we have observed that this can change the output of the model compared to running with float32 weights.
|
123 |
|
124 |
## Evaluations
|
125 |
|