diff --git a/llm_bench/python/requirements_2024.3.txt b/llm_bench/python/requirements_2024.3.txt new file mode 100644 index 0000000000..53d34d39e8 --- /dev/null +++ b/llm_bench/python/requirements_2024.3.txt @@ -0,0 +1,21 @@ +--extra-index-url https://download.pytorch.org/whl/cpu +numpy==1.26.4 +--extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly +auto_gptq==0.7.1 +pillow==10.4.0 +torch==2.4.0+cpu +torchvision==0.19.0+cpu +transformers==4.42.4 +diffusers==0.29.2 +openvino==2024.3.0 +#optimum is in dependency list of optimum-intel +git+https://github.com/huggingface/optimum-intel.git@6388aeb8738b63e28fc594af84df94590e77cb9a#egg=optimum-intel +git+https://github.com/openvinotoolkit/nncf.git@40233c00f2b8e6900a2d920eb6ef6fb7e23ecfb7#egg=nncf +packaging==24.1 +psutil==6.0.0 +timm==1.0.7 +tiktoken==0.7.0 +onnx==1.16.1 +einops==0.8.0 +transformers-stream-generator==0.0.5 +bitsandbytes==0.43.2 \ No newline at end of file