From 68017ef43a760be7dceba85df745816012be9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sat, 7 Oct 2023 20:48:00 +0300 Subject: [PATCH 1/6] Fix CI for publishing GGUF package --- .github/workflows/gguf-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gguf-publish.yml b/.github/workflows/gguf-publish.yml index e61bfc6c3..29b114961 100644 --- a/.github/workflows/gguf-publish.yml +++ b/.github/workflows/gguf-publish.yml @@ -36,7 +36,7 @@ jobs: poetry install - name: Build package - run: poetry build + run: cd gguf-py && poetry build - name: Publish package uses: pypa/gh-action-pypi-publish@release/v1 with: From 9ccbb2770b2ad68a2d5855d6378ae1ce142aa06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sat, 7 Oct 2023 20:51:47 +0300 Subject: [PATCH 2/6] Bump version --- gguf-py/README.md | 1 - gguf-py/pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gguf-py/README.md b/gguf-py/README.md index ffe25c495..a28d8c57a 100644 --- a/gguf-py/README.md +++ b/gguf-py/README.md @@ -69,4 +69,3 @@ python -m twine upload dist/* ## TODO - [ ] Add tests - [ ] Include conversion scripts as command line entry points in this package. -- Add CI workflow for releasing the package. diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 400607ce1..f639a0878 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.4.0" +version = "0.4.1" description = "Write ML models in GGUF for GGML" authors = ["GGML "] packages = [ From 0e1010b67dd2e3f60c63663957e23856406bce83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sat, 7 Oct 2023 21:12:28 +0300 Subject: [PATCH 3/6] fix --- .github/workflows/gguf-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gguf-publish.yml b/.github/workflows/gguf-publish.yml index 29b114961..76081b85c 100644 --- a/.github/workflows/gguf-publish.yml +++ b/.github/workflows/gguf-publish.yml @@ -38,6 +38,7 @@ jobs: - name: Build package run: cd gguf-py && poetry build - name: Publish package + run: cd gguf-py uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} From 6dd3e8ea6a0a67115d8ce097e1ddb7a27986d447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sat, 7 Oct 2023 21:29:29 +0300 Subject: [PATCH 4/6] bump version --- gguf-py/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index f639a0878..f50d1f332 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.4.1" +version = "0.4.2" description = "Write ML models in GGUF for GGML" authors = ["GGML "] packages = [ From 5ad84f0ba4c792ee3a7680426834ec4dfe24d20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sat, 7 Oct 2023 21:43:59 +0300 Subject: [PATCH 5/6] bump version --- .github/workflows/gguf-publish.yml | 2 +- gguf-py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gguf-publish.yml b/.github/workflows/gguf-publish.yml index 76081b85c..ebb7ad57b 100644 --- a/.github/workflows/gguf-publish.yml +++ b/.github/workflows/gguf-publish.yml @@ -38,7 +38,7 @@ jobs: - name: Build package run: cd gguf-py && poetry build - name: Publish package - run: cd gguf-py uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} + packages-dir: ggufpy/dist diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index f50d1f332..41a21f31c 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.4.2" +version = "0.4.3" description = "Write ML models in GGUF for GGML" authors = ["GGML "] packages = [ From ba44776dc2c7fcc00da6bf8df96140cfd7cf868c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=2E=20Yusuf=20Sar=C4=B1g=C3=B6z?= Date: Sat, 7 Oct 2023 21:47:48 +0300 Subject: [PATCH 6/6] bump version --- .github/workflows/gguf-publish.yml | 2 +- gguf-py/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gguf-publish.yml b/.github/workflows/gguf-publish.yml index ebb7ad57b..57db17512 100644 --- a/.github/workflows/gguf-publish.yml +++ b/.github/workflows/gguf-publish.yml @@ -41,4 +41,4 @@ jobs: uses: pypa/gh-action-pypi-publish@release/v1 with: password: ${{ secrets.PYPI_API_TOKEN }} - packages-dir: ggufpy/dist + packages-dir: gguf-py/dist diff --git a/gguf-py/pyproject.toml b/gguf-py/pyproject.toml index 41a21f31c..07a7ab4dd 100644 --- a/gguf-py/pyproject.toml +++ b/gguf-py/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gguf" -version = "0.4.3" +version = "0.4.4" description = "Write ML models in GGUF for GGML" authors = ["GGML "] packages = [