We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dff57 commit 0961435Copy full SHA for 0961435
2 files changed
.env/environment.yml
@@ -74,6 +74,7 @@ dependencies:
74
- protobuf==7.34.1
75
- psutil==7.2.2
76
- ptflops==0.7.5
77
+ - torchinfo==1.8.0
78
- Pygments==2.20.0
79
- pyparsing==3.3.2
80
- PySocks==1.7.1
.env/requirements.txt
@@ -43,3 +43,6 @@ timm~=1.0.26
43
44
# TimeLLM (model)
45
sentencepiece~=0.2.1
46
+
47
+# model summary
48
+torchinfo
0 commit comments