Basic inference node setup

This commit is contained in:
conache
2024-03-06 17:53:48 +02:00
commit ce1316c202
15 changed files with 761 additions and 0 deletions

11
.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
.DS_Store
__pycache__
*.pyc
.lake_cache/*
logs/*
.env
keys
data
worker-data
head-data
lib