Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macrocosm-os
/
pretraining-leaderboard
like
4
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
CryptAL
commited on
Jun 12, 2024
Commit
299995d
·
1 Parent(s):
c6826fb
Increased retries
Browse files
Files changed (1)
hide
show
utils.py
+1
-1
utils.py
CHANGED
Viewed
@@ -22,7 +22,7 @@ from bittensor.extrinsics.serving import get_metadata
22
23
NETUID = 9
24
DELAY_SECS = 3
25
-
RETRIES =
1# 5
26
27
load_dotenv()
28
22
23
NETUID = 9
24
DELAY_SECS = 3
25
+
RETRIES =
3
26
27
load_dotenv()
28