Compare commits

...

1 Commits

Author SHA1 Message Date
dan
feaad732be specific file additions 2023-08-04 17:13:37 -05:00
2 changed files with 5 additions and 1 deletions

View File

@@ -53,7 +53,7 @@ jobs:
$env:SHARK_PACKAGE_VERSION=${{ env.package_version }}
pip wheel -v -w dist . --pre -f https://download.pytorch.org/whl/nightly/cpu -f https://llvm.github.io/torch-mlir/package-index/ -f https://nod-ai.github.io/SHARK-Runtime/pip-release-links.html
python process_skipfiles.py
pyinstaller .\apps\stable_diffusion\shark_sd.spec
pyinstaller .\apps\stable_diffusion\shark_sd.spec
mv ./dist/nodai_shark_studio.exe ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe
signtool sign /f c:\g\shark_02152023.cer /csp "eToken Base Cryptographic Provider" /k "${{ secrets.CI_CERT }}" ./dist/nodai_shark_studio_${{ env.package_version_ }}.exe

View File

@@ -51,6 +51,10 @@ datas += collect_data_files("jsonschema")
datas += collect_data_files("jsonschema_specifications")
datas += collect_data_files("cpuinfo")
datas += collect_data_files("langchain")
datas += [ ("../language_models/src/model_wrappers/vicuna4.py","."),
("../language_models/src/model_wrappers/vicuna_model.py","."),
("../language_models/src/model_wrappers/vicuna_sharded_model.py","."),
]
datas += [
("src/utils/resources/prompts.json", "resources"),
("src/utils/resources/model_db.json", "resources"),