legolasyiu commited on
Commit
91cc028
·
verified ·
1 Parent(s): 4f1f33c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -30,6 +30,7 @@ You can use `gpt-oss-120b` and `gpt-oss-20b` with Transformers. If you use the T
30
 
31
  To get started, install the necessary dependencies to setup your environment:
32
 
 
33
  ```
34
  pip install -U transformers kernels torch
35
  ```
 
30
 
31
  To get started, install the necessary dependencies to setup your environment:
32
 
33
+ We recommend sampling with temperature=1.0 and top_p=1.0.
34
  ```
35
  pip install -U transformers kernels torch
36
  ```