Skip to content

Commit

Permalink
Merge pull request #236 from NexaAI/david/newfeature
Browse files Browse the repository at this point in the history
update dependency llama.cpp hash; release v0.0.9.2
  • Loading branch information
zhiyuan8 authored Nov 12, 2024
2 parents 286ddea + e0cce51 commit c62acc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nexa/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.9.1"
__version__ = "0.0.9.2"
4 changes: 2 additions & 2 deletions nexa/gguf/nexa_inference_audio_lm.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ def run(self):
while True:
audio_path = self._get_valid_audio_path()
user_input = nexa_prompt("Enter text (leave empty if no prompt): ")

response = self.inference(audio_path, user_input)
with suppress_stdout_stderr():
response = self.inference(audio_path, user_input)
print(response)

except KeyboardInterrupt:
Expand Down

0 comments on commit c62acc6

Please sign in to comment.