mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: connect ECC to canonical Ito compute CLI (#2558)
This commit is contained in:
parent
9d54ee222d
commit
bc774282e6
32 changed files with 1043 additions and 1275 deletions
|
|
@ -41,8 +41,11 @@ def print_self_host_compute_notice(provider: str) -> None:
|
|||
"https://compute.itomarkets.com"
|
||||
)
|
||||
print(
|
||||
"Any GPU provider works. ECC only links to the Itô dashboard; it does not "
|
||||
"provision compute or serving. Managed inference through Itô is not live yet."
|
||||
"Any GPU provider works. This sponsorship link is passive: it does not invoke "
|
||||
"an RFQ, reserve capacity, provision compute, or configure serving. Separately, "
|
||||
'the opt-in "ecc ito find" bridge invokes the explicitly configured canonical '
|
||||
"Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. "
|
||||
"Managed inference through Itô is not live yet."
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue