-
Notifications
You must be signed in to change notification settings - Fork 1
[FIX] fh range should begin at 1; dependencies #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| venv/ | ||
| notebooks/lightning_logs/* | ||
| uv.lock | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 3.13 |
Large diffs are not rendered by default.
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Can you execute this notebook again and check that Moirai_small runs. The following cell seems to fail results = benchmark.run("energy_benchmarking.json", force_rerun =True) |
Large diffs are not rendered by default.
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I am unsure, do you think it is useful to push the result file?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Probably it is not very useful, we can remove it. |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| [project] | ||
| name = "tutorial-haicon-prologue-day" | ||
| version = "0.1.0" | ||
| description = "Add your description here" | ||
| readme = "README.md" | ||
| requires-python = ">=3.13" | ||
| dependencies = [ | ||
| "accelerate>=1.8.1", | ||
| "einops>=0.8.1", | ||
| "gluonts>=0.16.2", | ||
| "hydra-core>=1.3.2", | ||
| "ipykernel>=6.29.5", | ||
| "ipywidgets>=8.1.7", | ||
| "litmodels>=0.1.8", | ||
| "matplotlib>=3.10.3", | ||
| "orjson>=3.10.18", | ||
| "pytorch-forecasting>=1.4.0", | ||
| "seaborn>=0.13.2", | ||
| "sktime>=0.38.3", | ||
| "statsmodels>=0.14.5", | ||
| "transformers>=4.53.1", | ||
| ] |
Uh oh!
There was an error while loading. Please reload this page.