From 5b7a0412a11fcb41f8833e632be268c67276bc0a Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Fri, 7 Jun 2024 13:31:03 -0500 Subject: [PATCH] Spelling fixes --- .../_review.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/_review.md b/content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/_review.md index 6756457df..07d5f6c8c 100644 --- a/content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/_review.md +++ b/content/learning-paths/smartphones-and-mobile/Build-Llama3-Chat-Android-App-Using-Executorch-And-XNNPACK/_review.md @@ -16,7 +16,7 @@ review: What is Llama? answers: - A domesticated South American camelid. - - A propietary Large Language Model. + - A proprietary Large Language Model. - Llama is a family of large language models that uses publicly-available data for training. correct_answer: 3 explanation: > @@ -32,7 +32,7 @@ review: - No quantization. correct_answer: 2 explanation: > - Dynamic quantization refers to quantizating activations dynamically, such that quantization parameters for activations are calculated, from min/max range, at runtime. + Dynamic quantization refers to quantizing activations dynamically, such that quantization parameters for activations are calculated, from min/max range, at runtime. # ================================================================================