Update README.md
Browse files
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 |
```
|