chrisc36 commited on
Commit
8a47341
1 Parent(s): ff82110

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -119,7 +119,7 @@ output = model.generate_from_batch(
119
  )
120
  ```
121
 
122
- Note that we have observed that this can (rarely) change the output of the model compared to running with float32 weights.
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