File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
content/learning-paths/servers-and-cloud-computing/vLLM Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments