first commit
Some checks failed
Documentation / build (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Documentation / deploy (push) Has been cancelled

This commit is contained in:
Jeremie Fraeys 2026-01-18 22:16:16 -05:00
parent 3fa4f6ae51
commit d6c8ca66d0

View file

@ -68,7 +68,7 @@ ml --help
# Clone and run (dev)
git clone <your-repo>
cd fetch_ml
docker-compose up -d
make dev-up
# Or build the CLI locally
cd cli && make all
@ -90,7 +90,7 @@ cat > ~/.ml/config.toml <<EOF
worker_host = "127.0.0.1"
worker_user = "dev_user"
worker_base = "/tmp/ml-experiments"
worker_port = 9101
worker_port = 22
api_key = "your-api-key"
EOF