I have been trying to dockerize a flask app with Sesame's dependencies, along with a few others for the app, and have been getting an error of:
ERROR: No matching distribution found for bitsandbytes<0.46,>=0.45; sys_platform == "linux"
I have followed Sesame's README and installed Sesame's dependencies as well as the export NO_TORCH_COMPILE=1 command and still received the error.
I am running on a Mac M2.
Any thoughts??
Thanks!
I have been trying to dockerize a flask app with Sesame's dependencies, along with a few others for the app, and have been getting an error of:
ERROR: No matching distribution found for bitsandbytes<0.46,>=0.45; sys_platform == "linux"
I have followed Sesame's README and installed Sesame's dependencies as well as the
export NO_TORCH_COMPILE=1command and still received the error.I am running on a Mac M2.
Any thoughts??
Thanks!