feat: training
Browse files- requirements.txt +2 -0
- train.ipynb +0 -0
requirements.txt
CHANGED
@@ -28,6 +28,7 @@ packaging==25.0
|
|
28 |
parso==0.8.4
|
29 |
pexpect==4.9.0
|
30 |
pillow==11.3.0
|
|
|
31 |
platformdirs==4.3.8
|
32 |
prompt-toolkit==3.0.51
|
33 |
psutil==7.0.0
|
@@ -41,6 +42,7 @@ setuptools==80.9.0
|
|
41 |
six==1.17.0
|
42 |
stack-data==0.6.3
|
43 |
sympy==1.14.0
|
|
|
44 |
torch==2.7.1
|
45 |
torchvision==0.22.1
|
46 |
tornado==6.5.1
|
|
|
28 |
parso==0.8.4
|
29 |
pexpect==4.9.0
|
30 |
pillow==11.3.0
|
31 |
+
pip==25.1.1
|
32 |
platformdirs==4.3.8
|
33 |
prompt-toolkit==3.0.51
|
34 |
psutil==7.0.0
|
|
|
42 |
six==1.17.0
|
43 |
stack-data==0.6.3
|
44 |
sympy==1.14.0
|
45 |
+
tabulate==0.9.0
|
46 |
torch==2.7.1
|
47 |
torchvision==0.22.1
|
48 |
tornado==6.5.1
|
train.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|