Skip to content

Commit ace0f30

Browse files
author
acer-king
committed
upgrade-version
1 parent d6dd3ec commit ace0f30

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

requirements.txt

+14-13
Original file line numberDiff line numberDiff line change
@@ -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.*
1+
bittensor
2+
datasets
3+
envparse
4+
openai
5+
Pillow
6+
requests
7+
scikit-learn
8+
torch
9+
transformers
1010
wandb
11-
anthropic==0.19.2
11+
anthropic
1212
stability-sdk
1313
boto3
1414
anthropic_bedrock
15-
pyOpenSSL==24.*
15+
pyOpenSSL
1616
google-generativeai
17-
groq==0.5.0
17+
groq
1818
aioboto3
19-
tabulate
19+
tabulate
20+
httpx==0.27.2

validators/weight_setter.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import torch
77
import time
88

9-
from black.trans import defaultdict
9+
from collections import defaultdict
1010
from substrateinterface import SubstrateInterface
1111
from functools import partial
1212
from typing import Tuple

0 commit comments

Comments
 (0)