This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Commit 34bc370
IPEX LLM serving example (#3068)
* adding the files for ipex int8 serving of llms
* Update README.md
Fixed some markdowns
* Fix handler name
* Adding default PyTorch support
* Fixing some issues with handler, added test to verify smooth-quant
* adding auto_mixed_precision flag to config
* Removing min_new_tokens from generation config
* fix lint
* lint
* lint
* Fixing unit tests with different model that doesn't require license
* Fix lint error
* Fix lint error in test
* Adding requirements.txt
* adding datasets to the requirements
* upgrading the ipex version to 2.3.0 to match that of pytorch
* Skipping ipex llm tests if accelerate is not present
---------
Co-authored-by: Ubuntu <[email protected]>
Co-authored-by: lxning <[email protected]>
Co-authored-by: lxning <[email protected]>
Co-authored-by: Matthias Reso <[email protected]>1 parent d9fbb19 commit 34bc370
File tree
11 files changed
+1202
-1
lines changed- examples/large_models/ipex_llm_int8
- requirements
- test/pytest
- ts_scripts/spellcheck_conf
11 files changed
+1202
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments