Closed anindya-saha closed 1 year ago
Try to use a more recent version of TGI , it contains many bugfixes along the lines of the one you describe.
Hi @Narsil , Could you please reopen the issue as I do not have reopen permission. The issue is still on the latest version text-generation-inference:1.0.3
as mentioned in the Reproduction
section. Could you please try that ?
@Narsil @anindya-saha I got the same issue when loading Bloomz model. I used the latest version of tgi also
Ok, I reproduced even on t5-small
. Not sure when the breaking happened, but the PR should fix it.
Seems like there are 2 different kinds of checkpoints.... https://github.com/huggingface/text-generation-inference/actions/runs/6258060985/job/16992355093?pr=1042#step:8:2121
Some share this tensor, some don't...
@Narsil I try to fix this error in #1063 , could you help to review?
System Info
Hello Team, I am following the https://huggingface.co/docs/transformers/tasks/summarization tutorial for summarization. We do have TGI server and wanted to check if we can use TGI server to serve this model for summarization. When we try to load the
stevhliu/my_awesome_billsum_model
we getAlso, we are using the following
docker-compose
file to bring up the TGI, Could you please comment on that as well.Information
Tasks
Reproduction
Following the official documentation for the TGI https://github.com/huggingface/text-generation-inference#docker causes the same error
Expected behavior
What is the best way to serve the T5 model on TGI ?