Signed-off-by: stroblme <stroblme@posteo.de>
This commit is contained in:
2026-08-24 19:06:54 +02:00
parent 47e513b658
commit 0926dabb99
3 changed files with 21 additions and 34 deletions
+2 -12
View File
@@ -9,14 +9,7 @@ pip install fluksio
fluksio serve
```
and you're ready to go`serve` signs you in itself and says where it put the
token, so there is no login step. (`fluksio login` is for an engine somewhere
else.)
Install it into the environment you already work in and your nodes run on that
one, so everything you had imported is still importable. Fluksio keeps a SQLite
database, a git repository of your flows and an artifact store in a `.fluksio`
beside your code — one installation per project, found the way `.git` is.
and you're ready to go.
## For data science
@@ -59,9 +52,6 @@ When everything is set, you can launch your first run as follows:
fluksio run train --lr 0.05 --wait
```
That syncs your code and then runs it, so after an edit the command is the same
one again.
Checkout our [documentation](https://docs.fluksio.com/getting-started/data-science/) for more infos.
## Some other features
@@ -80,7 +70,7 @@ Visit us on [fluksio.com](https://fluksio.com) or go straight to our [documentat
## License
Copyright (C) 2026 Melvin Strobl [GNU Affero General Public License v3.0 or
Copyright (C) 2026 Melvin Strobl - [GNU Affero General Public License v3.0 or
later](https://www.gnu.org/licenses/agpl-3.0.en.html). Running a modified
version over a network obliges you to offer its users the corresponding source
(AGPL §13).