Commit Graph

14 Commits (97baf3d4863cb07130ad5daa1a4faa24ebf3a6cb)

Author SHA1 Message Date
Aaron Miller 5641c365af download: don't read whole file into ram to md5 it
we go to the trouble of using a tempfile and then reintroduce
a case of reading the whole file into ram again?
1 year ago
Aaron Miller 18fa61c025 download: atomically move tempfile when possible
should save unnecessary time and I/O and eliminate the possibility
of the file being improperly truncated when the temp file is on
the same filesystem as the destination path
1 year ago
Adam Treat b2ba17f6f1 Omit the debug stmt 1 year ago
Aaron Miller 15a979b327 new settings (model path, repeat penalty) w/ tabs 1 year ago
Adam Treat 1b0eac2870 Add debugging code for ssl errors. 1 year ago
Adam Treat e6a8681dbe Always download to a local directory outside of the binary directory otherwise
models will be deleted when updates occur. Update version.
1 year ago
Adam Treat 8208ece6d3 Workaround windows *sigh* because it wants to be different. 1 year ago
Adam Treat fa9f4cca62 Disable ssl handshake for now. 1 year ago
Adam Treat 9dbeffc888 Ssl handshake experiment. 1 year ago
Adam Treat 8959b7b563 Fix example json. 1 year ago
Adam Treat fe97a6e04f Make the download use a temp file to save ram and make it threaded. 1 year ago
Adam Treat c086a45173 Provide a non-priviledged place for model downloads when exe is installed to root. 1 year ago
Adam Treat 5a00c83139 Display filesize info in the model downloader. 1 year ago
Adam Treat e6cb6a2ae3 Add a new model download feature. 1 year ago