Skip to content

Commit

Permalink
Add Time-LLM (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcopeix committed Mar 8, 2024
1 parent 906ea9f commit 076f863
Show file tree
Hide file tree
Showing 9 changed files with 1,556 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: micromamba install -n base -c conda-forge -y python=3.10 git -f environment.yml
command: micromamba install -n base -c conda-forge -y python=3.10 git -f environment-cpu.yml
- run:
name: Run nbdev tests
command: |
Expand All @@ -24,7 +24,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment.yml
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment-cpu.yml
- run:
name: Run model performance tests
command: |
Expand All @@ -48,7 +48,7 @@ jobs:
- checkout
- run:
name: Install dependencies
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment.yml
command: micromamba install -n base -c conda-forge -y python=3.10 -f environment-cpu.yml
- run:
name: Run model performance tests
command: |
Expand Down
4 changes: 2 additions & 2 deletions nbs/core.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
" MLP, NHITS, NBEATS, NBEATSx, DLinear, NLinear,\n",
" TFT, VanillaTransformer,\n",
" Informer, Autoformer, FEDformer,\n",
" StemGNN, PatchTST, TimesNet,\n",
" TSMixer,\n",
" StemGNN, PatchTST, TimesNet, TimeLLM, TSMixer\n",
")"
]
},
Expand Down Expand Up @@ -224,6 +223,7 @@
" 'tft': TFT, 'autotft': TFT,\n",
" 'timesnet': TimesNet, 'autotimesnet': TimesNet,\n",
" 'vanillatransformer': VanillaTransformer, 'autovanillatransformer': VanillaTransformer,\n",
" 'timellm': TimeLLM,\n",
" 'tsmixer': TSMixer, 'autotsmixer': TSMixer,\n",
"}"
]
Expand Down
Binary file added nbs/imgs_models/timellm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 076f863

Please sign in to comment.