diff --git a/pyproject.toml b/pyproject.toml index b77f12a4..ef2be1f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -130,7 +130,7 @@ cmake.args = [ "-DCMAKE_BUILD_PARALLEL_LEVEL=16", "-DSTABLE_DIFFUSION_BUILD=ON", "-DLLAMA_BUILD=ON", - "-DBUILD_SHARED_LIBS=ON", + "-DBARK_BUILD=OFF", ] [tool.scikit-build.metadata.version] diff --git a/tests/test_text_generation.py b/tests/test_text_generation.py index 91e5d62d..b5ff3cd4 100644 --- a/tests/test_text_generation.py +++ b/tests/test_text_generation.py @@ -1,7 +1,7 @@ from nexa.gguf import NexaTextInference from nexa.gguf.lib_utils import is_gpu_available -# import pdb; -# pdb.set_trace() +import pdb; +pdb.set_trace() model = NexaTextInference(