Commit Graph

13 Commits (master)

Author SHA1 Message Date
Guillermo Rodriguez d9df50ad63
Minor readme tweaks 2023-10-09 08:52:04 -03:00
Guillermo Rodriguez 3f780d6103
Add logo to readme 2023-10-09 08:44:33 -03:00
Guillermo Rodriguez f106c557f5
Fix readme 2023-10-09 07:43:57 -03:00
Guillermo Rodriguez 409df99a2c
Add frontend container & run instructions 2023-10-09 07:39:23 -03:00
Guillermo Rodriguez 1780f1a360
Update example --env no longer needed on docker 2023-10-07 12:42:05 -03:00
Guillermo Rodriguez b7b267a71b
Dont reference python version on docker instructions 2023-10-07 11:04:57 -03:00
Guillermo Rodriguez b372f50130
Create separate docker images for python 3.10 and 3.11 2023-10-07 11:01:41 -03:00
Guillermo Rodriguez 9ef2442123
Switch config to toml 2023-10-07 11:01:41 -03:00
Guillermo Rodriguez d7ccbe7023
Add --name to docker worker launch command 2023-10-07 11:01:40 -03:00
Guillermo Rodriguez 3622c8ea11
Add venv to dockerignore
Improve readme
Improve dockerization as ipfs cli exec runs not needed anymore
Fix pyproject toml for gpu workers
Add more sections on example config
Drop and siomplify many cli commands, try to use config.ini for everything now
Use more dynamic imports on cli to speed up startup
Improve model pipelines to allow low mem cards to run big models
Add upscaler download to `skynet download` cmd
2023-10-07 11:01:40 -03:00
Guillermo Rodriguez e6e3dc2e63
Update README.md 2023-05-30 00:41:32 -03:00
Guillermo Rodriguez 9afb192251
Started making roboust testing fixtures to init fresh db and skynet
Add simple dgpu worker connection test
Make db connection handler manage schema and table init logic
Keep tweaking dgpu main handler attemtping to fix subactor hangs
Change frontend open rpc logic to return a wrapped rpc_call fn referencing the new socket
Decupled user config request validation from telegram module
Fix next_worker logic, now takes in account multiple tasks per dgpu
Add dgpu_workers and dgpu_next calls
Fixed readme, moved db init code into db module
2022-12-11 11:02:55 -03:00
Guillermo Rodriguez 74d2426793
First decupled architecture, still working on integrating tractor gpu workers 2022-12-10 18:18:03 -03:00