I am trying to get pytorch installed. The CPU version is small enough but then replit decides to override it with their GPU version and storage goes full and nothing works.
Can i stop this and just force my replit to use the one i PIPed in?
I am trying to get pytorch installed. The CPU version is small enough but then replit decides to override it with their GPU version and storage goes full and nothing works.
Can i stop this and just force my replit to use the one i PIPed in?
press the three dots on your file bar:
.replit
fileguessImports
under [packager]
under [packager.features]
and change it to falseThanks. I can finally use torch … (kind of at least)