Skip to content

Commit

Permalink
Merge pull request #3578 from dfinity/ielashi/ai_roadmap
Browse files Browse the repository at this point in the history
fix: AI roadmap
  • Loading branch information
ielashi authored Oct 8, 2024
2 parents d83142e + f2dd9a7 commit e76d015
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
20 changes: 9 additions & 11 deletions roadmap/entries/data-trusted_ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"eta": ""
},
{
"title": "Increase the instruction limit in queries from 5 billion instructions to 40 billion instructions.",
"overview": "The goal of this feature is to bring the instruction limit of queries on par with that of update calls by introducing a way for canisters to opt in into query charging.",
"title": "Public specification for GPU-enabled nodes",
"overview": "The ICP community needs to agree and adopt the hardware specification for replica nodes with GPUs.",
"status": "future",
"forum": "",
"proposal": "",
Expand All @@ -57,26 +57,24 @@
"in_beta": false
},
{
"title": "Public specification for GPU-enabled nodes",
"overview": "The ICP community needs to agree and adopt the hardware specification for replica nodes with GPUs.",
"status": "",
"milestone_id": "Ignition",
"title": "AI-specialized subnets with GPU-enabled nodes",
"overview": "AI-specialized subnets are created from nodes with GPUs and host AI smart contracts for training and inference of large models.",
"status": "future",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false
},
{
"title": "AI-specialized subnets with GPU-enabled nodes",
"overview": "AI-specialized subnets are created from nodes with GPUs and host AI smart contracts for training and inference of large models.",
"status": "",
"milestone_id": "Ignition",
"title": "Increase the instruction limit in queries from 5 billion instructions to 40 billion instructions.",
"overview": "The goal of this feature is to bring the instruction limit of queries on par with that of update calls by introducing a way for canisters to opt in into query charging.",
"status": "future",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false
}
]
}
}
42 changes: 20 additions & 22 deletions roadmap/roadmap.json
Original file line number Diff line number Diff line change
Expand Up @@ -912,28 +912,6 @@
"docs": "",
"is_community": false,
"in_beta": false
},
{
"title": "Public specification for GPU-enabled nodes",
"overview": "The ICP community needs to agree and adopt the hardware specification for replica nodes with GPUs.",
"status": "",
"milestone_id": "Ignition",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false
},
{
"title": "AI-specialized subnets with GPU-enabled nodes",
"overview": "AI-specialized subnets are created from nodes with GPUs and host AI smart contracts for training and inference of large models.",
"status": "",
"milestone_id": "Ignition",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false
}
]
},
Expand Down Expand Up @@ -1005,6 +983,26 @@
"milestone_id": "Future features",
"eta": "none",
"elements": [
{
"title": "Public specification for GPU-enabled nodes",
"overview": "The ICP community needs to agree and adopt the hardware specification for replica nodes with GPUs.",
"status": "future",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false
},
{
"title": "AI-specialized subnets with GPU-enabled nodes",
"overview": "AI-specialized subnets are created from nodes with GPUs and host AI smart contracts for training and inference of large models.",
"status": "future",
"forum": "",
"proposal": "",
"docs": "",
"is_community": false,
"in_beta": false
},
{
"title": "Increase the instruction limit in queries from 5 billion instructions to 40 billion instructions.",
"overview": "The goal of this feature is to bring the instruction limit of queries on par with that of update calls by introducing a way for canisters to opt in into query charging.",
Expand Down

0 comments on commit e76d015

Please sign in to comment.