Spaces:
Sleeping
Sleeping
Zbigniew Szymon Fonau
commited on
Commit
·
2ebf70b
1
Parent(s):
bfcef2d
updated project path to historical data
Browse files
utils.py
CHANGED
|
@@ -15,7 +15,7 @@ import bittensor as bt
|
|
| 15 |
MIN_STEPS = 12 # minimum number of steps in wandb run in order to be worth analyzing
|
| 16 |
MAX_RUNS = 100#0000
|
| 17 |
NETUID = 25
|
| 18 |
-
BASE_PATH = '
|
| 19 |
NETWORK = 'finney'
|
| 20 |
KEYS = None
|
| 21 |
ABBREV_CHARS = 8
|
|
|
|
| 15 |
MIN_STEPS = 12 # minimum number of steps in wandb run in order to be worth analyzing
|
| 16 |
MAX_RUNS = 100#0000
|
| 17 |
NETUID = 25
|
| 18 |
+
BASE_PATH = 'macrocosmos/folding-validators--moved'
|
| 19 |
NETWORK = 'finney'
|
| 20 |
KEYS = None
|
| 21 |
ABBREV_CHARS = 8
|