sequelbox commited on
Commit
b8fdece
·
verified ·
1 Parent(s): 961d7f6
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -87,6 +87,8 @@ Shining Valiant 3 uses the [gpt-oss-20b](https://huggingface.co/openai/gpt-oss-2
87
 
88
  Shining Valiant 3 is a reasoning finetune; **reasoning level high is generally recommended.**
89
 
 
 
90
  Example inference script provided by [gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) to get started:
91
 
92
  ```python
 
87
 
88
  Shining Valiant 3 is a reasoning finetune; **reasoning level high is generally recommended.**
89
 
90
+ **NOTE: This release of Shining Valiant 3 currently uses bf16 for all parameters. Consider quantized models if you're not looking to use bf16.**
91
+
92
  Example inference script provided by [gpt-oss-20b](https://huggingface.co/openai/gpt-oss-20b) to get started:
93
 
94
  ```python