Skip to content

Commit c80fe1b

Browse files
pcuencaVaibhavs10
andcommitted
Minor tweaks
Co-authored-by: vb <[email protected]>
1 parent 783a9a2 commit c80fe1b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/gpt-oss/run-colab.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"source": [
99
"# Run OpenAI gpt-oss 20B in a FREE Google Colab\n",
1010
"\n",
11-
"OpenAI released `gpt-oss` [120B](https://hf.co/openai/gpt-oss-120b) and [20B](https://hf.co/openai/gpt-oss-120b). Both the models are Apache 2.0 licensed.\n",
11+
"OpenAI released `gpt-oss` [120B](https://hf.co/openai/gpt-oss-120b) and [20B](https://hf.co/openai/gpt-oss-120b). Both models are Apache 2.0 licensed.\n",
1212
"\n",
13-
"Specifically `gpt-oss-20b` was made for lower latency, and local or specialized use cases (21B parameters with 3.6B active parameters).\n",
13+
"Specifically, `gpt-oss-20b` was made for lower latency and local or specialized use cases (21B parameters with 3.6B active parameters).\n",
1414
"\n",
1515
"Since the models were trained in native MXFP4 quantization it makes it easy to run the 20B even in resource constrained environments like Google Colab.\n",
1616
"\n",
@@ -32,7 +32,7 @@
3232
"id": "zMRXDOpY1Q3Q"
3333
},
3434
"source": [
35-
"Since the support is bleeding edge. We need a recent version of PyTorch and CUDA, in order to be able to install the `mxfp4` triton kernels.\n",
35+
"Since support for mxfp4 in transformers is bleeding edge, we need a recent version of PyTorch and CUDA, in order to be able to install the `mxfp4` triton kernels.\n",
3636
"\n",
3737
"We also need to install transformers from source, and we uninstall `torchvision` and `torchaudio` to remove dependency conflicts."
3838
]
@@ -572,7 +572,7 @@
572572
"source": [
573573
"## Try out other prompts and ideas!\n",
574574
"\n",
575-
"Checkout our blogpost for other ideas: [hf.co/blog/welcome-openai-gpt-oss](hf.co/blog/welcome-openai-gpt-oss)"
575+
"Check out our blogpost for other ideas: [hf.co/blog/welcome-openai-gpt-oss](hf.co/blog/welcome-openai-gpt-oss)"
576576
]
577577
}
578578
],

0 commit comments

Comments
 (0)