You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/gpt-oss/run-colab.ipynb
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
"source": [
9
9
"# Run OpenAI gpt-oss 20B in a FREE Google Colab\n",
10
10
"\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",
11
+
"OpenAI released `gpt-oss` [120B](https://hf.co/openai/gpt-oss-120b) and [20B](https://hf.co/openai/gpt-oss-20b). Both models are Apache 2.0 licensed.\n",
12
12
"\n",
13
13
"Specifically, `gpt-oss-20b` was made for lower latency and local or specialized use cases (21B parameters with 3.6B active parameters).\n",
14
14
"\n",
@@ -572,13 +572,8 @@
572
572
"source": [
573
573
"## Try out other prompts and ideas!\n",
574
574
"\n",
575
-
"Check out our blogpost for other ideas: [hf.co/blog/welcome-openai-gpt-oss](www.hf.co/blog/welcome-openai-gpt-oss)"
575
+
"Check out our blogpost for other ideas: [hf.co/blog/welcome-openai-gpt-oss](https://hf.co/blog/welcome-openai-gpt-oss)"
0 commit comments