Skip to content

Commit 8777289

Browse files
install.bat: Resolve safetensors
1 parent d145834 commit 8777289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
echo **** openvino-ai-plugins-gimp Setup started ****
44
python -m pip install virtualenv | find /V "already satisfied"
55
python -m virtualenv gimpenv3
6-
gimpenv3\Scripts\python.exe -m pip install transformers>=4.21.1 diffusers>=0.14.0 tqdm==4.64.0 openvino==2022.3.0 huggingface_hub streamlit==1.12.0 watchdog==2.1.9 ftfy==6.1.1 | find /V "already satisfied"
6+
gimpenv3\Scripts\python.exe -m pip install safetensors==0.3.2 transformers==4.31.0 diffusers>=0.14.0 tqdm==4.64.0 openvino==2022.3.0 huggingface_hub streamlit==1.12.0 watchdog==2.1.9 ftfy==6.1.1 | find /V "already satisfied"
77
gimpenv3\Scripts\python.exe -m pip install openvino-ai-plugins-gimp\.
88
echo *** openvino-ai-plugins-gimp Installed ***
99
gimpenv3\Scripts\python.exe -c "import gimpopenvino; gimpopenvino.setup_python_weights()"

0 commit comments

Comments
 (0)