Merge pull request #182 from google-research/rajat_dev
Fix median index issue for jax
This commit is contained in:
@@ -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 }}
|
||||
|
||||
@@ -89,6 +89,7 @@ class TimesFmJax(timesfm_base.TimesFmBase):
|
||||
self._pmapped_decode = None
|
||||
self._model = None
|
||||
self._train_state = None
|
||||
self._median_index = -1
|
||||
|
||||
def load_from_checkpoint(
|
||||
self,
|
||||
|
||||
Reference in New Issue
Block a user