You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while not generator.is_done():
generator.generate_next_token()
new_token = generator.get_sequence(0)
and in this new token I see prompt tokens only (I decoded and saw what the content), I don't see response. Please recommend how to get it and what I'm doing wrong?
The text was updated successfully, but these errors were encountered:
Discussed in #1400
Originally posted by dsslight April 15, 2025
hi guys,
I faced with the issue - I'm doing like specified I the test below
onnxruntime-genai/test/python/test_onnxruntime_genai_api.py
Line 269 in b47b4e7
and in this new token I see prompt tokens only (I decoded and saw what the content), I don't see response. Please recommend how to get it and what I'm doing wrong?
The text was updated successfully, but these errors were encountered: