jason-trinidad
jason-trinidad
This should now be possible using LC's `Chain.stream()` function. E.g. for a chatbot: ``` from operator import itemgetter import os from langchain.chat_models import ChatOpenAI from langchain.prompts import ChatPromptTemplate, MessagesPlaceholder from...
Hi @yvrjsharma - thanks for the response. Just tried `debug=True`. I see no error: I also tried stepping through each generation. I see now that each word is replacing the...
Ah I misunderstood the implementation. That works for me! Thank you 😁
Got a chance to try this - I re-trained the model using PyTorch and re-ran the script. Looks like the ONNX export succeeded this time! Thanks for the tip. I...
Hi sorry for the delay. Tried this on a new env with the requirements you linked to, I got the same error. It's looking for `decoder_model_merged.onnx`. Any ideas?
Thanks, I uploaded it to "jason-trinidad/t5-ft-to-convert" on HF. I was using your conversion script.