Skip to content

Commit

Permalink
vulkan python bindings on windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
apage43 committed Sep 12, 2023
1 parent c953b32 commit f0735ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/continue_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gpt4all-backend/llama.cpp-mainline
2 changes: 1 addition & 1 deletion gpt4all-bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def copy_prebuilt_C_lib(src_dir, dest_dir, dest_build_dir):

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",
Expand Down

0 comments on commit f0735ef

Please sign in to comment.