Unverified Commit e08c428c by HL Committed by GitHub

[example] fix: fix notebook link due to username update (#94)

* update lightning link

* Update verl_getting_started.ipynb
parent e6b089c5
...@@ -28,8 +28,7 @@ veRL is fast with: ...@@ -28,8 +28,7 @@ veRL is fast with:
## News ## News
- [2024/12] The team presented <a href="https://neurips.cc/Expo/Conferences/2024/workshop/100677">Post-training LLMs: From Algorithms to Infrastructure</a> at NeurIPS 2024. - [2024/12] The team presented <a href="https://neurips.cc/Expo/Conferences/2024/workshop/100677">Post-training LLMs: From Algorithms to Infrastructure</a> at NeurIPS 2024. [Slides](https://github.com/eric-haibin-lin/verl-data/tree/neurips) and [video](https://neurips.cc/Expo/Conferences/2024/workshop/100677) available.
- [Slides](https://github.com/eric-haibin-lin/verl-data/tree/neurips) and [video](https://neurips.cc/Expo/Conferences/2024/workshop/100677) available.
- [2024/08] HybridFlow (verl) is accepted to EuroSys 2025. - [2024/08] HybridFlow (verl) is accepted to EuroSys 2025.
## Key Features ## Key Features
...@@ -47,7 +46,7 @@ veRL is fast with: ...@@ -47,7 +46,7 @@ veRL is fast with:
## Getting Started ## Getting Started
Checkout this [Jupyter Notebook](https://github.com/volcengine/verl/tree/main/examples/ppo_trainer/verl_getting_started.ipynb) to get started with PPO training with a single 24GB L4 GPU (**FREE** GPU quota provided by [Lighting Studio](https://lightning.ai/eric-haibin-lin/verl/studios/verl-getting-started/web-ui))! Checkout this [Jupyter Notebook](https://github.com/volcengine/verl/tree/main/examples/ppo_trainer/verl_getting_started.ipynb) to get started with PPO training with a single 24GB L4 GPU (**FREE** GPU quota provided by [Lighting Studio](https://lightning.ai/hlin-verl/studios/verl-getting-started))!
**Quickstart:** **Quickstart:**
- [Installation](https://verl.readthedocs.io/en/latest/preparation/install.html) - [Installation](https://verl.readthedocs.io/en/latest/preparation/install.html)
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"\n", "\n",
"This tutorial provides a step-by-step guide to using veRL for executing your RLHF pipeline. You can find our [github repo](https://github.com/volcengine/verl/) and [documentation](https://verl.readthedocs.io/en/latest/index.html) for mode details.\n", "This tutorial provides a step-by-step guide to using veRL for executing your RLHF pipeline. You can find our [github repo](https://github.com/volcengine/verl/) and [documentation](https://verl.readthedocs.io/en/latest/index.html) for mode details.\n",
"\n", "\n",
"This notebook is also published on the [Lightning Studio](https://lightning.ai/eric-haibin-lin/verl/studios/verl-getting-started/web-ui) platform, which provides free GPU quota every month. Checkout the published notebook with pre-installed dependencies using a free L4 GPU [here](https://lightning.ai/eric-haibin-lin/verl/studios/verl-getting-started/web-ui) (no credit card required).\n", "This notebook is also published on the [Lightning Studio](https://lightning.ai/hlin-verl/studios/verl-getting-started) platform, which provides free GPU quota every month. Checkout the published notebook with pre-installed dependencies using a free L4 GPU [here](https://lightning.ai/hlin-verl/studios/verl-getting-started) (no credit card required).\n",
"\n", "\n",
"### You will learn:\n", "### You will learn:\n",
"\n", "\n",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment