You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/llm_recipes.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This document aims to publish the specific recipes we achieved for the popular L
17
17
| EleutherAI/gpt-j-6b | ✔ | ✔ | ✔ |
18
18
| facebook/opt-1.3b | ✔ | ✔ | ✔ |
19
19
| facebook/opt-30b | ✔ | ✔ | ✔ |
20
-
| meta-llama/Llama-2-7b-hf |WIP| ✔ | ✔ |
20
+
| meta-llama/Llama-2-7b-hf | ✔ | ✔ | ✔ |
21
21
| meta-llama/Llama-2-13b-hf | ✔ | ✔ | ✔ |
22
22
| meta-llama/Llama-2-70b-hf | ✔ | ✔ | ✔ |
23
23
| tiiuae/falcon-7b | ✔ | ✔ | ✔ |
@@ -27,10 +27,10 @@ This document aims to publish the specific recipes we achieved for the popular L
27
27
| baichuan-inc/Baichuan2-7B-Chat | ✔ | ✔ | ✔ |
28
28
| bigscience/bloom-1b7 | ✔ | ✔ | ✔ |
29
29
| databricks/dolly-v2-12b | ✖ | ✔ | ✖ |
30
-
| EleutherAI/gpt-neox-20b | ✖ | ✔ |✖|
30
+
| EleutherAI/gpt-neox-20b | ✖ | ✔ |✔|
31
31
| mistralai/Mistral-7B-v0.1 | ✖ | ✔ | ✔ |
32
-
| THUDM/chatglm2-6b | WIP | ✔ |WIP|
33
-
| THUDM/chatglm3-6b | WIP | ✔ |WIP|
32
+
| THUDM/chatglm2-6b | WIP | ✔ | ✔ |
33
+
| THUDM/chatglm3-6b | WIP | ✔ | ✔ |
34
34
35
35
**Detail recipes can be found [HERE](https://github.com/intel/intel-extension-for-transformers/blob/main/examples/huggingface/pytorch/text-generation/quantization/llm_quantization_recipes.md).**
0 commit comments