ma/experiments/eval/Makefile

8 lines
161 B
Makefile

generate-batch-strong-cpu:
python scripts/substitute.py strong-batch.j2 < strong-cpu.json
clean-logs:
rm logs/*
.PHONY: generate-batch-strong-cpu clean-logs