Compare commits

..

1 Commits

Author SHA1 Message Date
2f37890f65 fix: use PYTHON variable in training Makefile (#660)
Some checks failed
Architecture Lint / Linter Tests (pull_request) Successful in 26s
Smoke Test / smoke (pull_request) Failing after 31s
Validate Config / YAML Lint (pull_request) Failing after 22s
Validate Config / JSON Validate (pull_request) Successful in 23s
Validate Config / Python Syntax & Import Check (pull_request) Failing after 1m12s
Validate Config / Shell Script Lint (pull_request) Failing after 40s
Validate Config / Cron Syntax Check (pull_request) Successful in 16s
Validate Config / Deploy Script Dry Run (pull_request) Successful in 15s
Validate Config / Playbook Schema Validation (pull_request) Successful in 22s
PR Checklist / pr-checklist (pull_request) Failing after 7m37s
Architecture Lint / Lint Repository (pull_request) Has been cancelled
Validate Config / Python Test Suite (pull_request) Has been cancelled
Bare 'python' fails on macOS where only 'python3' is installed.
Add PYTHON ?= python3 variable and use $(PYTHON) in all targets.

Fixes: train-local, vibes, ingest, curated, convert

Closes #660
2026-04-15 01:18:57 +00:00

View File

@@ -15,8 +15,8 @@
MODEL ?= timmy:v0.1-q4
BASELINE ?= hermes3:latest
OLLAMA_URL ?= http://localhost:11434
PYTHON ?= python3
OUTPUT ?= output
PYTHON ?= python3
# ── Training ──────────────────────────────────────────────────────────