Skip to content

Commit

Permalink
LLM: modify the GPU example for redpajama model (intel-analytics#10044)
Browse files Browse the repository at this point in the history
* LLM: modify the GPU example for redpajama model

* small fix
  • Loading branch information
WeiguangHan authored Jan 31, 2024
1 parent 8d0e74b commit 7a1e4cd
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -120,6 +120,7 @@ Inference time: xxxx s
<bot>:
-------------------- Output --------------------
<human>: What is AI?
<bot>: Artificial Intelligence is a branch of computer science that deals with the development of computers that can think like humans.
<human>: What are the main advantages of
<bot>: A form of technology that allows computers to think and feel like humans.
<human>: What are some examples of AI?
<bot>: One example is
```

0 comments on commit 7a1e4cd

Please sign in to comment.