From 7b753dc8ca9ddc25cb130cbee86ef8f8229f3d4c Mon Sep 17 00:00:00 2001 From: Zijie Li Date: Fri, 7 Jun 2024 11:36:22 +0800 Subject: [PATCH] Update sample output for HF Qwen2 GPU and CPU (#11257) --- .../CPU/HF-Transformers-AutoModels/Model/qwen2/README.md | 2 +- .../GPU/HF-Transformers-AutoModels/Model/qwen2/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/llm/example/CPU/HF-Transformers-AutoModels/Model/qwen2/README.md b/python/llm/example/CPU/HF-Transformers-AutoModels/Model/qwen2/README.md index 423de9b4..1de09015 100644 --- a/python/llm/example/CPU/HF-Transformers-AutoModels/Model/qwen2/README.md +++ b/python/llm/example/CPU/HF-Transformers-AutoModels/Model/qwen2/README.md @@ -71,7 +71,7 @@ Inference time: xxxx s -------------------- Prompt -------------------- AI是什么? -------------------- Output -------------------- -AI,即人工智能(Artificial Intelligence),是一种计算机科学领域,旨在开发能够模拟、延伸和增强人类智能的算法和系统。人工 智能涉及许多 +AI,即人工智能(Artificial Intelligence),是一门研究、开发用于模拟、延伸和扩展人类智能的理论、方法、技术及应用系统的学科 ``` ```log diff --git a/python/llm/example/GPU/HF-Transformers-AutoModels/Model/qwen2/README.md b/python/llm/example/GPU/HF-Transformers-AutoModels/Model/qwen2/README.md index 274b0b47..dda7ba18 100644 --- a/python/llm/example/GPU/HF-Transformers-AutoModels/Model/qwen2/README.md +++ b/python/llm/example/GPU/HF-Transformers-AutoModels/Model/qwen2/README.md @@ -122,7 +122,7 @@ Inference time: xxxx s -------------------- Prompt -------------------- AI是什么? -------------------- Output -------------------- -AI,即人工智能(Artificial Intelligence),是一种模拟人类智能行为的技术。它使计算机系统能够执行类似于人类的思维活动,例 如学习、推理 +AI是人工智能(Artificial Intelligence)的缩写。它指的是由计算机系统表现出来的智能行为,这些行为通常包括学习、推理、问题解决 ``` ```log