Skip to content

Commit

Permalink
revert some config
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryT9 committed Dec 11, 2024
1 parent 66cd9b1 commit 98d1769
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
cmake_minimum_required(VERSION 3.16)
project(nexa_gguf)
if(MSVC)
add_compile_options(/utf-8)
endif()

include(ExternalProject)

Expand Down
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,10 @@ build.verbose = true
cmake.build-type = "Release"
cmake.version = ">=3.16"
cmake.args = [
"-DCMAKE_BUILD_TYPE=Release",
"-DCMAKE_BUILD_PARALLEL_LEVEL=16",
"-DSTABLE_DIFFUSION_BUILD=ON",
"-DLLAMA_BUILD=ON",
"-DBARK_BUILD=OFF",
"-DBUILD_SHARED_LIBS=ON",
"-DLLAMA_BUILD_TESTS=OFF"
]

[tool.scikit-build.metadata.version]
Expand Down

0 comments on commit 98d1769

Please sign in to comment.