Skip to content

Commit

Permalink
Merge pull request #5 from rhymes-ai/fix_text_input
Browse files Browse the repository at this point in the history
fix auto processor for text only input
  • Loading branch information
aria-hacker authored Oct 1, 2024
2 parents 4d70b52 + 72a42e8 commit efd4c54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aria/model/processing_aria.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ def __call__(

else:
image_inputs = {}
prompt_strings = text

text_inputs = self.tokenizer(
prompt_strings,
Expand Down

0 comments on commit efd4c54

Please sign in to comment.