Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Add readme for inc 3.0 xpu device usage #1693

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ python setup.py install

## Run
The followings are command to show how to use it.

> Note: if neural-compressor version is 3.0, please ```export FORCE_DEVICE="cpu"```, it is used to ensure calibration on cpu device.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> Note: if neural-compressor version is 3.0, please ```export FORCE_DEVICE="cpu"```, it is used to ensure calibration on cpu device.
> Note: If the `neural-compressor` version is higher than 3.0, please ```export FORCE_DEVICE="cpu"``` to ensure that the quantization process runs on the cpu device.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you plan to improve this strange usage in INC in the future?

### 1. Performance
``` bash
# fp16
Expand Down
Loading