Skip to content

Commit be872df

Browse files
Refine documentation: update section headings for terminal observations and query execution
1 parent c702003 commit be872df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/learning-paths/laptops-and-desktops/dgx_spark_rag/4_rag_memory_observation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You should also have your original terminals open that you used to run the `llam
2929

3030
Ensure the RAG pipeline is stopped before starting the observation.
3131

32-
### Terminal 1 - system memory observation
32+
### Terminal 1:system memory observation
3333

3434
Run the Bash commands below in terminal 1 to print the free memory of the system:
3535

@@ -56,7 +56,7 @@ The printed fields are:
5656
- `free` — Memory not currently allocated or reserved by the system.
5757
- `available` — Memory immediately available for new processes, accounting for reclaimable cache and buffers.
5858

59-
### Terminal 2 GPU status observation
59+
### Terminal 2: GPU status observation
6060

6161
Run the Bash commands below in terminal 2 to print the GPU statistics:
6262

@@ -138,7 +138,7 @@ The output in monitor terminal 2 is similar to:
138138
This confirms the model is resident in unified memory, which is visible by the increased system RAM usage.
139139

140140

141-
## Execute the RAG Query
141+
## Execute the RAG query
142142

143143
With the observation code and the `llama-server` still running, run the RAG query in another terminal:
144144

0 commit comments

Comments
 (0)