Xenova HF Staff commited on
Commit
5090578
·
verified ·
1 Parent(s): 0a774e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -44,7 +44,7 @@ The small size and on-device focus makes it possible to deploy in environments w
44
 
45
  These model weights are designed to be used with [Transformers.js](https://huggingface.co/docs/transformers.js/en/index).
46
 
47
- **NOTE**: EmbeddingGemma activations do not support `float16` or its derivatives. Please use `float32`, `q8`, or `q4` as appropriate for your hardware.
48
 
49
  #### Transformers.js in JavaScript
50
 
 
44
 
45
  These model weights are designed to be used with [Transformers.js](https://huggingface.co/docs/transformers.js/en/index).
46
 
47
+ **NOTE**: EmbeddingGemma activations do not support `fp16` or its derivatives. Please use `fp32`, `q8`, or `q4` as appropriate for your hardware.
48
 
49
  #### Transformers.js in JavaScript
50