File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/learning-paths/laptops-and-desktops/dgx_spark_rag Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ You should also have your original terminals open that you used to run the `llam
2929
3030Ensure the RAG pipeline is stopped before starting the observation.
3131
32- ### Terminal 1 - system memory observation
32+ ### Terminal 1: system memory observation
3333
3434Run 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
6161Run 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:
138138This 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
143143With the observation code and the ` llama-server ` still running, run the RAG query in another terminal:
144144
You can’t perform that action at this time.
0 commit comments