Skip to content

Commit 0961435

Browse files
committed
chore(env): add torchinfo to environment.yml and requirements.txt
1 parent b5dff57 commit 0961435

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.env/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ dependencies:
7474
- protobuf==7.34.1
7575
- psutil==7.2.2
7676
- ptflops==0.7.5
77+
- torchinfo==1.8.0
7778
- Pygments==2.20.0
7879
- pyparsing==3.3.2
7980
- PySocks==1.7.1

.env/requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@ timm~=1.0.26
4343

4444
# TimeLLM (model)
4545
sentencepiece~=0.2.1
46+
47+
# model summary
48+
torchinfo

0 commit comments

Comments
 (0)