Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Nov 12, 2024
1 parent 1969190 commit 317c5d8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions services/finetuning/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/finetuning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ __version_tuple__ = (0, 0, 0)
# including 3.9 causes poetry lock to run forever
python = ">=3.10,<3.13"
numpy = { version = "<2" }
tsfm_public = { git = "https://github.com/IBM-granite/granite-tsfm.git", tag = "v0.2.15", markers = "sys_platform != 'win32'" }
tsfm_public = { git = "https://github.com/IBM-granite/granite-tsfm.git", tag = "v0.2.16", markers = "sys_platform != 'win32'" }


# trying to pick up cpu version for tsfmfinetuning
Expand Down
12 changes: 6 additions & 6 deletions services/inference/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/inference/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ __version_tuple__ = (0, 0, 0)
# including 3.9 causes poetry lock to run forever
python = ">=3.10,<3.13"
numpy = { version = "<2" }
tsfm_public = { git = "https://github.com/IBM-granite/granite-tsfm.git", tag = "v0.2.15", markers = "sys_platform != 'win32'" }
tsfm_public = { git = "https://github.com/IBM-granite/granite-tsfm.git", tag = "v0.2.16", markers = "sys_platform != 'win32'" }

# trying to pick up cpu version for tsfminference
# to make image smaller
Expand Down

0 comments on commit 317c5d8

Please sign in to comment.