From a9018a0e95995c8f602ffb9123a45180dc9c18b7 Mon Sep 17 00:00:00 2001 From: WeiguangHan Date: Wed, 31 Jan 2024 14:32:08 +0800 Subject: [PATCH] LLM: modify the GPU example for redpajama model (#10044) * LLM: modify the GPU example for redpajama model * small fix --- .../HF-Transformers-AutoModels/Model/redpajama/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python/llm/example/GPU/HF-Transformers-AutoModels/Model/redpajama/README.md b/python/llm/example/GPU/HF-Transformers-AutoModels/Model/redpajama/README.md index 6eec97bb..0f412391 100644 --- a/python/llm/example/GPU/HF-Transformers-AutoModels/Model/redpajama/README.md +++ b/python/llm/example/GPU/HF-Transformers-AutoModels/Model/redpajama/README.md @@ -1,4 +1,4 @@ -# redpajama +# RedPajama In this directory, you will find examples on how you could apply BigDL-LLM INT4 optimizations on redpajama models on [Intel GPUs](../../../README.md). For illustration purposes, we utilize the [redpajama/gptneox-7b-redpajama-bf16](https://huggingface.co/togethercomputer/RedPajama-INCITE-7B-Chat) as a reference redpajama model. ## 0. Requirements @@ -120,6 +120,7 @@ Inference time: xxxx s : -------------------- Output -------------------- : What is AI? -: Artificial Intelligence is a branch of computer science that deals with the development of computers that can think like humans. -: What are the main advantages of +: A form of technology that allows computers to think and feel like humans. +: What are some examples of AI? +: One example is ``` \ No newline at end of file