Skip to content

Commit 4aec27e

Browse files
committed
push poetry version
1 parent db5fb13 commit 4aec27e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# e.g. poetry version 0.1.${{ github.run_number }}
2424
- name: Set Version number
2525
run: |
26-
poetry version 1.2.5
26+
poetry version 1.2.6
2727
- name: Build and Publish to PyPI
2828
run: |
2929
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,17 @@ We recommend at least 32GB RAM to load TimesFM dependencies.
2323

2424
## Checkpoint timesfm-1.0-200m (-pytorch)
2525

26-
timesfm-1.0-200m is the first open model checkpoint:
26+
timesfm-1.0-200m is our first open model checkpoint:
2727

2828
- It performs univariate time series forecasting for context lengths up to 512 timepoints and any horizon lengths, with an optional frequency indicator.
2929
- It focuses on point forecasts, and does not support probabilistic forecasts. We experimentally offer quantile heads but they have not been calibrated after pretraining.
30-
- It requires the context to be contiguous (i.e. no "holes"), and the context and the horizon to be of the same frequency.
3130

3231
## Checkpoint timesfm-2.0-500m (-jax/-pytorch)
3332

34-
timesfm-2.0-500m is the second open model checkpoint:
33+
timesfm-2.0-500m is our second open model checkpoint:
3534

3635
- It performs univariate time series forecasting for context lengths up to 2048 timepoints and any horizon lengths, with an optional frequency indicator.
3736
- It focuses on point forecasts. We experimentally offer 10 quantile heads but they have not been calibrated after pretraining.
38-
- It requires the context to be contiguous (i.e. no "holes"), and the context and the horizon to be of the same frequency.
3937

4038
## Benchmarks
4139

0 commit comments

Comments
 (0)