vulkan python bindings on windows fixes

dupe-gpu-name-fix python-v1.0.11
Aaron Miller 10 months ago
parent c953b321b7
commit f0735efa7d

@ -312,7 +312,7 @@ jobs:
mkdir build
cd build
$env:Path += ";C:\VulkanSDK\1.3.261.1\bin"
cmake -G "MinGW Makefiles" .. -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
cmake -G "MinGW Makefiles" .. -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=OFF
cmake --build . --parallel
- run:
name: Build wheel

@ -1 +1 @@
Subproject commit 0412ec287ccc648bf691f3309546d69dca18ae8c
Subproject commit 9bee309a7c8db77ca53fab49c2d896d486905617

@ -61,7 +61,7 @@ copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY,
setup(
name=package_name,
version="1.0.10",
version="1.0.11",
description="Python bindings for GPT4All",
author="Nomic and the Open Source Community",
author_email="support@nomic.ai",

Loading…
Cancel
Save