We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6dd3ec commit ace0f30Copy full SHA for ace0f30
requirements.txt
@@ -1,19 +1,20 @@
1
-bittensor==6.9.4
2
-datasets==2.*
3
-envparse==0.2.0
4
-openai>=1.3.2, ==1.*
5
-Pillow==10.*
6
-requests==2.*
7
-scikit-learn==1.*
8
-torch==2.*
9
-transformers==4.*
+bittensor
+datasets
+envparse
+openai
+Pillow
+requests
+scikit-learn
+torch
+transformers
10
wandb
11
-anthropic==0.19.2
+anthropic
12
stability-sdk
13
boto3
14
anthropic_bedrock
15
-pyOpenSSL==24.*
+pyOpenSSL
16
google-generativeai
17
-groq==0.5.0
+groq
18
aioboto3
19
-tabulate
+tabulate
20
+httpx==0.27.2
validators/weight_setter.py
@@ -6,7 +6,7 @@
import torch
import time
-from black.trans import defaultdict
+from collections import defaultdict
from substrateinterface import SubstrateInterface
from functools import partial
from typing import Tuple
0 commit comments