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
+1-1
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ When the simulations finally converge (ΔE/t < threshold), they produce the form
111
111
## Requirements
112
112
Protein folding utilizes an open-source package called [OpenMM](https://openmm.org). To run, you will need:
113
113
1. A Linux-based machine
114
-
2. At least 1 CUDA-compatible GPU. We recommend an RXT 4090.
114
+
2. At least 1 CUDA-compatible GPU. We recommend an RTX 4090.
115
115
3. Conda Distribution (we recommend [Miniconda](https://docs.anaconda.com/miniconda/)). Using conda is an [OpenMM requirement](http://docs.openmm.org/latest/userguide/application/01_getting_started.html#installing-openmm).
116
116
117
117
For more information regarding recommended hardware specifications, look at [min_compute.yml](./min_compute.yml)
logger.success("Telling validator you can serve ✅")
76
78
returnsynapse
77
79
78
-
defrun(self):
79
-
"""
80
-
Initiates and manages the main loop for the miner on the Bittensor network. The main loop handles graceful shutdown on keyboard interrupts and logs unforeseen errors.
81
-
82
-
This function performs the following primary tasks:
83
-
1. Check for registration on the Bittensor network.
84
-
2. Starts the miner's axon, making it active on the network.
85
-
3. Periodically resynchronizes with the chain; updating the metagraph with the latest network state and setting weights.
86
-
87
-
The miner continues its operations until `should_exit` is set to True or an external interruption occurs.
88
-
During each epoch of its operation, the miner waits for new blocks on the Bittensor network, updates its
89
-
knowledge of the network (metagraph), and sets its weights. This process ensures the miner remains active
0 commit comments