From f6c5d6b2973d8c4dc6d5065d0382e4bf84478ef4 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Mon, 21 Oct 2024 23:18:12 +0200 Subject: [PATCH 1/4] bump: `mecab-ko` from fork for py3.12 testing --- requirements/text_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/text_test.txt b/requirements/text_test.txt index cfb179aec40..abc78e14320 100644 --- a/requirements/text_test.txt +++ b/requirements/text_test.txt @@ -7,5 +7,5 @@ bert_score ==0.3.13 huggingface-hub <0.26 sacrebleu >=2.3.0, <2.5.0 -mecab-ko >=1.0.0, <1.1.0 +mecab-ko @ https://github.com/Lightning-Sandbox/pymecab-ko/archive/refs/heads/master.zip # todo: use regular release when fixed suppoer to for py3.12+ mecab-ko-dic >=1.0.0, <1.1.0 From db106c54d1741cabc3662613d9998b40b99d467d Mon Sep 17 00:00:00 2001 From: Jirka B Date: Mon, 21 Oct 2024 23:21:45 +0200 Subject: [PATCH 2/4] bump py3.10 & ubuntu 22 --- .github/workflows/ci-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 20a301cf355..7557b065e77 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -31,8 +31,8 @@ jobs: strategy: fail-fast: false matrix: - os: ["ubuntu-20.04"] - python-version: ["3.9"] + os: ["ubuntu-22.04"] + python-version: ["3.10"] pytorch-version: - "2.0.1" - "2.1.2" From 5b5ebb075140a3f2b312499ff6294564597b9f0b Mon Sep 17 00:00:00 2001 From: Jirka B Date: Mon, 21 Oct 2024 23:30:00 +0200 Subject: [PATCH 3/4] from git --- requirements/text_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/text_test.txt b/requirements/text_test.txt index abc78e14320..9350452e82e 100644 --- a/requirements/text_test.txt +++ b/requirements/text_test.txt @@ -7,5 +7,5 @@ bert_score ==0.3.13 huggingface-hub <0.26 sacrebleu >=2.3.0, <2.5.0 -mecab-ko @ https://github.com/Lightning-Sandbox/pymecab-ko/archive/refs/heads/master.zip # todo: use regular release when fixed suppoer to for py3.12+ +mecab-ko @ git+https://github.com/Lightning-Sandbox/pymecab-ko.git # todo: use regular release when fixed suppoer to for py3.12+ mecab-ko-dic >=1.0.0, <1.1.0 From 117addd54497ea15cbbde174654efdb10fda68da Mon Sep 17 00:00:00 2001 From: Jirka B Date: Tue, 22 Oct 2024 00:16:24 +0200 Subject: [PATCH 4/4] update --- .azure/gpu-unittests.yml | 2 +- .github/workflows/docker-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/gpu-unittests.yml b/.azure/gpu-unittests.yml index 42a5e84d913..cda14e3ec50 100644 --- a/.azure/gpu-unittests.yml +++ b/.azure/gpu-unittests.yml @@ -29,7 +29,7 @@ jobs: docker-image: "ubuntu22.04-cuda11.8.0-py3.10-torch2.0" torch-ver: "2.0" "PyTorch | 2.X stable": - docker-image: "ubuntu22.04-cuda12.1.1-py3.11-torch2.5" + docker-image: "ubuntu22.04-cuda12.1.1-py3.12-torch2.5" torch-ver: "2.5" # how long to run the job before automatically cancelling timeoutInMinutes: "180" diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 946f64cbc0f..30e71122ea9 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -71,7 +71,7 @@ jobs: - { python: "3.11", pytorch: "2.2.2", cuda: "12.1.1", ubuntu: "22.04" } - { python: "3.11", pytorch: "2.3.1", cuda: "12.1.1", ubuntu: "22.04" } - { python: "3.11", pytorch: "2.4.1", cuda: "12.1.1", ubuntu: "22.04" } - - { python: "3.11", pytorch: "2.5.0", cuda: "12.1.1", ubuntu: "22.04" } + - { python: "3.12", pytorch: "2.5.0", cuda: "12.1.1", ubuntu: "22.04" } # the future version - test or RC version #- { python: "3.11", pytorch: "2.6", cuda: "12.1.1", ubuntu: "22.04" } steps: