What I did was, uploaded my models on GitHub using git-lfs then from there i accessed and deployed my application on streamlit,
This was you can upload models having size around 1.5 gb
You could store the weights separately (e.g. on S3 or R2), and download it when starting your application (possibly even without a copy on your local disk).
What I did was, uploaded my models on GitHub using git-lfs then from there i accessed and deployed my application on streamlit, This was you can upload models having size around 1.5 gb
You could store the weights separately (e.g. on S3 or R2), and download it when starting your application (possibly even without a copy on your local disk).