Files
html/api/wired-pending/intent-opus4-hf_inference.php
Opus 745c35b5d7
Some checks failed
WEVAL NonReg / nonreg (push) Has been cancelled
phase32-33 doctrine 169-173 39 pages enrichies UX + overlap fix all-ia-hub + cron async
Phase 32 (doctrine 169):
- Cron */10min batch-enrich-async.sh installe auto-enrichement queue
- 4 dernieres pages PRIO enrichies: deepseek-hub, universal-integration-hub, qa-hub, wevia-ops-hub
- Total cumul session: 39 pages UX doctrine 60

Phase 33 (doctrine 170-173):
- Playwright audit v3 operationnel (10 pages, 20 zooms captured)
- all-ia-hub overlap detecte: 4 tr + 2 br elements superposes
- Fix CSS surgical applique (doctrine 172 + 173):
  - Logout top-right z-index 10000
  - Feedback bot-right 20px
  - Secondary aside shifted bottom 84px (zero chauvauchement)
- GOLD backups crees avant chaque fix

Handler cascade Cerebras->Ollama validate (cerebras-qwen-235b primary).
Pattern nohup & background valide pour eviter 502 CX endpoint.
NR 153/153 invariant.
2026-04-24 12:08:11 +02:00

23 lines
765 B
PHP

<?php
// OPUS offload intent created 2026-04-24T02:56:08+0200
return array (
'name' => 'hf_inference',
'domain' => 'infrastructure',
'priority' => 'P2',
'triggers' =>
array (
0 => 'hf inference',
1 => 'huggingface test',
2 => 'hf zero gpu',
3 => 'run huggingface',
4 => 'hf status',
),
'cmd' => 'curl -s "http://localhost/api/gpu-free-stack.php" --max-time 10 | jq -r ".backends.huggingface | \"HF \" + .status + \" - \" + .user + \" - \" + .free_resource"',
'status' => 'PENDING_APPROVAL',
'created_at' => '2026-04-24T02:56:08+0200',
'source' => 'opus-offload-intents-24avr',
'description' => 'Test HuggingFace Zero GPU inference (80h/week free, user yace222)',
'out_preview' => 'offload intent ready',
'ms' => 0,
);