Skip to content

Commit 188fd7c

Browse files
committed
Fix URLs in Run OpenAI gpt-oss 20B in a FREE Google Colab
1 parent 3755e29 commit 188fd7c

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

articles/gpt-oss/run-colab.ipynb

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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 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",
1212
"\n",
1313
"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",
@@ -572,13 +572,8 @@
572572
"source": [
573573
"## Try out other prompts and ideas!\n",
574574
"\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)"
576576
]
577-
},
578-
{
579-
"cell_type": "markdown",
580-
"metadata": {},
581-
"source": []
582577
}
583578
],
584579
"metadata": {

0 commit comments

Comments
 (0)