microsoft / knossos-ksc

Compiler with automatic differentiation
Other
45 stars 10 forks source link

Ensure the preview CI Build has the preview Torch #863

Closed cgravill closed 3 years ago

cgravill commented 3 years ago

This one is a bit messy. After moving Python TS2K into KSC in #860 we need to first get rid of the stable version of Torch before trying to install the preview version of Torch or pip won't install - we don't want to specify the preview version string as that changes.

Currently this breaks on the nightly preview test we have in place to detect Windows breakages.

I'm going to have a think if there's a nicer way to do this by splitting requirements files but this restores a working state for now.

toelli-msft commented 3 years ago

If that's what's required then go for it! It will always be a bit awkward to use the preview so best to try to cope as well as we can.