Skip to content

Commit 0bb4c4a

Browse files
committed
add ipex notebook
1 parent 7e940e8 commit 0bb4c4a

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

examples/ipex/text-generation/requirements.txt

-3
This file was deleted.

notebooks/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ You can find here a list of the notebooks, leveraging the usage of the Optimum I
2222

2323
* [OpenVINO](https://github.com/huggingface/optimum-intel/tree/main/notebooks/openvino)
2424
* [Neural Compressor](https://github.com/huggingface/optimum-intel/tree/main/notebooks/neural_compressor)
25+
* [IPEX](https://github.com/huggingface/optimum-intel/tree/main/notebooks/ipex)

notebooks/ipex/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 🤗 Optimum IPEX Notebooks
2+
3+
You can find here a list of the notebooks for the IPEX integration in 🤗 Optimum :
4+
5+
6+
| Notebook | Description | | |
7+
|:----------|:-------------|:-------------|------:|
8+
| [How to use graph model with IPEX optimization for text-generation](https://github.com/huggingface/optimum-intel/blob/main/notebooks/ipex/ipex_text-generation.ipynb)| Show how to apply linear optimization with graph mode on a model using Intel [IPEX](https://github.com/intel/neural-compressor) for text-generation task. | [![Open in Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/huggingface/optimum-intel/blob/main/notebooks/ipex/ipex_text-generation.ipynb)| [![Open in AWS Studio](https://studiolab.sagemaker.aws/studiolab.svg)](https://studiolab.sagemaker.aws/import/github/huggingface/optimum-intel/blob/main/notebooks/ipex/ipex_text-generation.ipynb)|
9+

0 commit comments

Comments
 (0)