Skip to content

Commit 24cfa2e

Browse files
Update _review.md
1 parent 9869d67 commit 24cfa2e

File tree

1 file changed

+10
-10
lines changed
  • content/learning-paths/servers-and-cloud-computing/vLLM

1 file changed

+10
-10
lines changed

content/learning-paths/servers-and-cloud-computing/vLLM/_review.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ review:
55
question: >
66
What is the primary purpose of vLLM?
77
answers:
8-
- "Operating System Development"
9-
- "Large Language Model Inference and Serving"
10-
- "Database Management"
8+
- "Operating System Development."
9+
- "Large Language Model Inference and Serving."
10+
- "Database Management."
1111
correct_answer: 2
1212
explanation: >
1313
vLLM is designed for fast and efficient Large Language Model inference and serving.
@@ -16,10 +16,10 @@ review:
1616
question: >
1717
In addition to Python, which extra programming languages are required by the vLLM build system?
1818
answers:
19-
- "Java"
20-
- "Rust"
21-
- "C++"
22-
- "Rust and C++"
19+
- "Java."
20+
- "Rust."
21+
- "C++."
22+
- "Rust and C++."
2323
correct_answer: 4
2424
explanation: >
2525
The vLLM build system requires the Rust toolchain and GCC for its compilation.
@@ -28,9 +28,9 @@ review:
2828
question: >
2929
What is the VLLM_TARGET_DEVICE environment variable set to for building vLLM for Arm CPUs?
3030
answers:
31-
- "cuda"
32-
- "gpu"
33-
- "cpu"
31+
- "cuda."
32+
- "gpu."
33+
- "cpu."
3434
correct_answer: 3
3535
explanation: >
3636
The VLLM_TARGET_DEVICE environment variable needs to be set to cpu to target the Arm processor.

0 commit comments

Comments
 (0)