Closed martinmr closed 1 year ago
Are you running this on a mac m1? If that's the case you need --opt platform=linux/amd64
No, I am running it in circlci. I'll check what platform is that.
It's running on an image based on Ubuntu. Adding that argument didn't fix it.
@aarnphm Found the issue, a dash was added to the image name. Instead of google-flan-t5-large-service
as in the past, the image name is now google--flan-t5-large-service
(extra dash between google and flan). Was that intentional?
yes I did change this in 0.3. I do think I did mention this somewhere in the changelog or the release notes?
Ok. I am good then.
We have a makefile to invoke openllm and build a bento, but it's no longer working. It fails with the following error.
I tried to add the
bentoml models pull
to the makefile, but it complains about no config file. I am not sure if that was the right step anyways.How do I get
bento containerize
to work again?