You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@
5
5
<h3>Decentralized Compute Infrastructure for AI</h3>
6
6
</div>
7
7
8
-
> ⚠️ **IMPORTANT**: This project is still under active development. Currently, you can only run the protocol locally - connecting to public RPCs is not yet supported. Please check back later for updates. See our [FAQ](#frequently-asked-questions) for details.
8
+
A peer-to-peer compute protocol for decentralized AI development at scale. This protocol implementation powered distributed training runs including [synthetic-2](https://app.primeintellect.ai/intelligence/synthetic-2) and [intellect-2](https://app.primeintellect.ai/intelligence/intellect-2).
9
9
10
-
Prime Network is a peer-to-peer compute and intelligence network that enables decentralized AI development at scale. This repository contains the core infrastructure for contributing compute resources to the network, including workers, validators, and the coordination layer.
10
+
This repository contains the core infrastructure for coordinating compute resources across a distributed network, including workers, validators, and the orchestration layer.
11
11
12
12
## 📚 Table of Contents
13
13
-[System Architecture](#system-architecture)
@@ -20,7 +20,7 @@ Prime Network is a peer-to-peer compute and intelligence network that enables de
20
20
-[License](#license)
21
21
22
22
## System Architecture
23
-
The Prime Protocol follows a modular architecture designed for decentralized AI compute:
23
+
The protocol follows a modular architecture designed for decentralized AI compute:
24
24
25
25
<divalign="center">
26
26
<imgsrc="docs/assets/overview.png"alt="Prime Protocol System Architecture"width="800"/>
**A:**Prime Protocol is a peer-to-peer compute and intelligence network that enables decentralized AI development at scale. It provides infrastructure for contributing compute resources to the network through workers, validators, and a coordination layer.
63
+
#### Q: What is this protocol?
64
+
**A:**This is a peer-to-peer compute protocol implementation for decentralized AI development at scale. It provides infrastructure for coordinating compute resources across a distributed network through workers, validators, and an orchestration layer. This protocol powered distributed training runs including [synthetic-2](https://app.primeintellect.ai/intelligence/synthetic-2) and [intellect-2](https://app.primeintellect.ai/intelligence/intellect-2).
65
65
66
-
#### Q: Is Prime Protocol ready for production use?
67
-
**A:**No, Prime Protocol is still under active development. Currently, you can only run the protocol locally.
66
+
#### Q: Can I run this protocol locally?
67
+
**A:**Yes, you can run the protocol locally for development and testing purposes.
68
68
69
69
#### Q: What environment variables do I need for local development?
70
70
**A:** We have provided an .env.example file with the required variables.
0 commit comments