File tree 2 files changed +24
-4
lines changed
2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 1
1
--extra-index-url https://download.pytorch.org/whl/cpu
2
2
numpy
3
3
--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
4
- openvino
5
- openvino-tokenizers
6
- openvino_genai
4
+ openvino ~= 2024.4.0
5
+ openvino-tokenizers ~= 2024.4.0
6
+ openvino_genai ~= 2024.4.0
7
7
auto-gptq >= 0.5.1 # for gptq
8
8
pillow
9
9
torch
10
10
transformers >= 4.40.0
11
11
diffusers >= 0.22.0
12
12
#optimum is in dependency list of optimum-intel
13
13
git+https://github.com/huggingface/optimum-intel.git@9a8782446e394ac07283b8bd8b44916c4f297826##egg=optimum-intel
14
- git+https://github.com/openvinotoolkit/ nncf.git@develop#egg=nncf
14
+ nncf ~= 2.13.0
15
15
packaging
16
16
psutil
17
17
timm
Original file line number Diff line number Diff line change
1
+ --extra-index-url https://download.pytorch.org/whl/cpu
2
+ numpy==1.26.4
3
+ --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly
4
+ auto_gptq==0.7.1
5
+ pillow==10.4.0
6
+ torch==2.4.1+cpu
7
+ transformers==4.43.4
8
+ diffusers==0.30.2
9
+ openvino==2024.4.0
10
+ #optimum is in dependency list of optimum-intel
11
+ git+https://github.com/huggingface/optimum-intel.git@9a8782446e394ac07283b8bd8b44916c4f297826#egg=optimum-intel
12
+ git+https://github.com/openvinotoolkit/nncf.git@48b356fe64124f16a67eb719d9b1653503124f8a#egg=nncf
13
+ packaging==24.1
14
+ psutil==6.0.0
15
+ timm==1.0.9
16
+ tiktoken==0.7.0
17
+ onnx==1.16.1
18
+ einops==0.8.0
19
+ transformers-stream-generator==0.0.5
20
+ bitsandbytes==0.43.3
You can’t perform that action at this time.
0 commit comments