Skip to content

Commit

Permalink
revert vlm
Browse files Browse the repository at this point in the history
  • Loading branch information
xyyimian committed Aug 21, 2024
1 parent 85d6ed3 commit be4520d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexa/gguf/nexa_inference_vlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def __init__(self, model_path, stop_words=None, **kwargs):
)
exit(1)

# @SpinningCursorAnimation()
@SpinningCursorAnimation()
def _load_model(self):
logging.debug(f"Loading model from {self.downloaded_path}")
start_time = time.time()
Expand Down

0 comments on commit be4520d

Please sign in to comment.