Skip to content

Commit

Permalink
disable bark build
Browse files Browse the repository at this point in the history
  • Loading branch information
TerryT9 committed Dec 11, 2024
1 parent 98d1769 commit a8c690b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions tests/test_text_generation.py
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit a8c690b

Please sign in to comment.