Commit graph

6 commits

Author SHA1 Message Date
Gareth Davidson 097f379c2d Add a docker_data dir and improve caching
Rather than relying on things outside the project dir, have a
data dir with all the caches, model files etc, and exclude them from
git and the docker context with the .ignore files.

Also move the install step to last and put it in its own step, so it
doesn't have to rebuild all the slow conda stuff every time there's
a change to a file in the project.
2023-09-14 08:24:15 +01:00
Kian-Meng Ang 551fe655ff Fix typos
Found via `codespell -S *.json -L splitted,nd,ser,broadcat`
2023-01-06 11:04:36 +08:00
Johan Nordberg de7c5ddec3 Typofix 2022-06-11 21:19:07 +09:00
Johan Nordberg fc4a31028a Expose batch size and device settings in CLI 2022-06-11 20:46:23 +09:00
Johan Nordberg b73d46e811 Typofix 2022-05-29 04:26:11 +00:00
Johan Nordberg 9f6ae0f0b3 Add tortoise_cli.py 2022-05-28 05:25:23 +00:00