From 8cc4a38706eaa3e4dd93c51cac257cfe35b6a40e Mon Sep 17 00:00:00 2001 From: inikishev <76593873+inikishev@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:50:59 +0300 Subject: [PATCH 1/3] ok --- .github/workflows/run-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/run-pytest.yml index 8b15a18..618c0fb 100644 --- a/.github/workflows/run-pytest.yml +++ b/.github/workflows/run-pytest.yml @@ -1,7 +1,7 @@ # This workflow will install Python dependencies, run tests and lint with a variety of Python versions # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python -name: run pytest +name: tests on: push: From 303c3566bf2c9f2b253a631242bed6224ce94aa9 Mon Sep 17 00:00:00 2001 From: inikishev <76593873+inikishev@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:52:14 +0300 Subject: [PATCH 2/3] ok! --- .github/workflows/{run-pytest.yml => tests.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{run-pytest.yml => tests.yml} (100%) diff --git a/.github/workflows/run-pytest.yml b/.github/workflows/tests.yml similarity index 100% rename from .github/workflows/run-pytest.yml rename to .github/workflows/tests.yml From d8c90511b6199d4dc5d889390e3d2e58534a76b6 Mon Sep 17 00:00:00 2001 From: inikishev <76593873+inikishev@users.noreply.github.com> Date: Thu, 19 Dec 2024 19:53:00 +0300 Subject: [PATCH 3/3] damn --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ae78d4..e3cef9a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +![example workflow](https://github.com/inikishev/torchzero/actions/workflows/tests.yml/badge.svg) # torchzero This is a work-in-progress general purpose optimization library for pytorch. We have zeroth, first, second order and quasi newton methods, gradient approximation, line searches and a whole lot of other stuff.