Skip to content

Commit

Permalink
Merge pull request #182 from google-research/rajat_dev
Browse files Browse the repository at this point in the history
Fix median index issue for jax
  • Loading branch information
rajatsen91 authored Nov 9, 2024
2 parents 0706b0f + eb02472 commit 02bc2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# e.g. poetry version 0.1.${{ github.run_number }}
- name: Set Version number
run: |
poetry version 1.2.2
poetry version 1.2.3
- name: Build and Publish to PyPI
run: |
poetry config pypi-token.pypi ${{ secrets.PYPI_API_TOKEN }}
Expand Down
1 change: 1 addition & 0 deletions src/timesfm/timesfm_jax.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def __post_init__(self):
self._pmapped_decode = None
self._model = None
self._train_state = None
self._median_index = -1

def load_from_checkpoint(
self,
Expand Down

0 comments on commit 02bc2f2

Please sign in to comment.