Skip to content

Commit 8e7fd26

Browse files
authored
Merge branch 'main' into main
2 parents f77860f + df247b1 commit 8e7fd26

File tree

10 files changed

+531
-10
lines changed

10 files changed

+531
-10
lines changed

articles/gpt-oss/run-colab.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"outputs": [],
6767
"source": [
68-
"!pip install -q git+https://github.com/huggingface/transformers triton==3.4 kernels"
68+
"!pip install -q transformers triton==3.4 kernels"
6969
]
7070
},
7171
{
@@ -244,4 +244,4 @@
244244
},
245245
"nbformat": 4,
246246
"nbformat_minor": 0
247-
}
247+
}

articles/gpt-oss/run-transformers.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ 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
33-
```
34-
35-
```bash
36-
pip install git+https://github.com/triton-lang/triton.git@main#subdirectory=python/triton_kernels
32+
pip install -U transformers accelerate torch triton==3.4 kernels
3733
```
3834

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

articles/openai-harmony.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ For the model to work properly, the input for the next sampling should be
314314

315315
```
316316
<|start|>user<|message|>What is 2 + 2?<|end|>
317-
<|start|>assistant<|channel|>final<|message|>2 + 2 = 4.<|return|>
317+
<|start|>assistant<|channel|>final<|message|>2 + 2 = 4.<|end|>
318318
<|start|>user<|message|>What about 9 / 2?<|end|>
319319
<|start|>assistant
320320
```

authors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,3 +456,8 @@ yagil:
456456
name: "Yagil Burowski"
457457
website: "https://x.com/yagilb"
458458
avatar: "https://avatars.lmstudio.com/profile-images/yagil"
459+
460+
hendrytl:
461+
name: "Todd Hendry"
462+
website: "https://www.linkedin.com/in/todd-hendry-962aa577/"
463+
avatar: "https://avatars.githubusercontent.com/u/36863669"

0 commit comments

Comments
 (0)