Skip to content

Commit 338f933

Browse files
chensuyueXuehaoSun
authored andcommitted
remove index-url global setting in requirements.txt (#2276)
Signed-off-by: chensuyue <[email protected]>
1 parent 1a5e007 commit 338f933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/transformers/weight_only/text-generation/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ We provide the inference benchmarking script `run_generation.py` for large langu
99
python version requests equal or higher than 3.9 due to [text evaluation library](https://github.com/EleutherAI/lm-evaluation-harness/tree/master) limitation, the dependent packages are listed in requirements, we recommend create environment as the following steps.
1010

1111
```bash
12+
pip install oneccl_bind_pt==2.4.0 --index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
1213
pip install -r requirements_cpu_woq.txt
1314
```
1415

examples/3.x_api/pytorch/nlp/huggingface_models/language-modeling/quantization/transformers/weight_only/text-generation/requirements_cpu_woq.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ lm-eval>=0.4.2
1515
huggingface_hub
1616
numba
1717
tbb
18+
--extra-index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
1819
intel-extension-for-pytorch==2.4.0
19-
--index-url https://pytorch-extension.intel.com/release-whl/stable/cpu/us/
20-
oneccl_bind_pt==2.4.0

0 commit comments

Comments
 (0)