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: post-training/online_training.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Online Training
2
2
3
3
## Prerequisites
4
-
Want to use REINFORCE to train your model? First you'll need to build a custom vllm package.
4
+
Want to use [REINFORCE](https://arxiv.org/abs/2402.14740) to train your model? First you'll need to build a custom vllm package.
5
5
6
-
[synth-vllm](https://github.com/SynthLabsAI/synth-vllm) is a fork of [vllm](https://github.com/vllm-project/vllm)
7
-
that has been modified to support using the weights in NeoX by sharing the GPU memory location of the model weights.
6
+
[synth-vllm](https://github.com/SynthLabsAI/synth-vllm) is a fork of [vllm](https://github.com/vllm-project/vllm) maintained by [SynthLabs](https://www.synthlabs.ai/)
7
+
that has been modified to support using the weights in GPT-NeoX by sharing the GPU memory location of the model weights.
8
8
9
-
It currently supports llama models and pythia models.
9
+
It currently supports Llama and Pythia models.
10
10
11
11
### Building the package
12
12
@@ -34,15 +34,15 @@ pip install -e .
34
34
35
35
## Training
36
36
37
-
If you haven't already, run this command to generate the weights:
37
+
If you haven't already, run this command to generate a copy of the Llama-3 weights in GPT-NeoX format:
0 commit comments