Update to support embedding with length greater than 1.

This commit is contained in:
AUTOMATIC
2022-09-03 01:01:58 +03:00
parent 4cafad66d2
commit 0dca0db7eb
2 changed files with 10 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ set VENV_DIR=venv
mkdir tmp 2>NUL
set TORCH_COMMAND=pip install torch --extra-index-url https://download.pytorch.org/whl/cu113
set TORCH_COMMAND=pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
set REQS_FILE=requirements_versions.txt
%PYTHON% -c "" >tmp/stdout.txt 2>tmp/stderr.txt