Skip to content

Commit ff1b0e8

Browse files
authored
Split 2 combined commands (#1988)
1 parent 12c76b6 commit ff1b0e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

articles/gpt-oss/run-transformers.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ If you use `bfloat16` instead of MXFP4, memory consumption will be larger (\~48
2929
It’s recommended to create a fresh Python environment. Install transformers, accelerate, as well as the Triton kernels for MXFP4 compatibility:
3030

3131
```bash
32-
pip install -U transformers accelerate torch triton kernels pip install git+https://github.com/triton-lang/triton.git@main#subdirectory=python/triton_kernels
32+
pip install -U transformers accelerate torch triton kernels
33+
```
34+
35+
```bash
36+
pip install git+https://github.com/triton-lang/triton.git@main#subdirectory=python/triton_kernels
3337
```
3438

3539
2. **(Optional) Enable multi-GPU**

0 commit comments

Comments
 (0)