okuchaiev commited on
Commit
26104d5
1 Parent(s): 70077f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -50,9 +50,7 @@ Alternatively, you can use NeMo Megatron training docker container with all depe
50
 
51
  ### Step 2: Launch eval server
52
 
53
- **Note.** The model has been trained with Tensor Parallelism (TP) of 1 and Pipeline Parallelism (PP) of 1 and should fit on a single NVIDIA GPU.
54
-
55
- The example below launches a model variant with TP2 on 2 GPUs.
56
 
57
 
58
  ```
50
 
51
  ### Step 2: Launch eval server
52
 
53
+ **Note.** The example below launches a model variant with Tensor Parallelism (TP) of 2 and Pipeline Parallelism (PP) of 1 on two GPUs.
 
 
54
 
55
 
56
  ```