Commit
·
1c37d30
1
Parent(s):
e5a1467
add requirements.txt
Browse files- ckpt/best.pt.tar +0 -3
- requirements.txt +18 -0
ckpt/best.pt.tar
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:298e4fccf3baacd8623574e7a767d22198f3ddb0c35cdb17e71e03dd4edf0fc5
|
3 |
-
size 11826355083
|
|
|
|
|
|
|
|
requirements.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate==1.1.0
|
2 |
+
aiohttp==3.10.5
|
3 |
+
datasets==3.0.1
|
4 |
+
deepspeed==0.15.1
|
5 |
+
einops==0.8.0
|
6 |
+
huggingface-hub==0.25.1
|
7 |
+
numpy==1.23.5
|
8 |
+
pandas==2.2.3
|
9 |
+
pillow==10.4.0
|
10 |
+
scikit-learn==1.5.2
|
11 |
+
scipy==1.13.1
|
12 |
+
torch==2.4.1
|
13 |
+
torchaudio==2.4.1
|
14 |
+
torchmetrics==1.4.2
|
15 |
+
transformers==4.47.1
|
16 |
+
tqdm==4.66.5
|
17 |
+
torchao==0.5.0
|
18 |
+
torchtune==0.3.1
|