Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inikishev committed Dec 21, 2024
2 parents 77947f7 + d8c9051 commit b22ab54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit b22ab54

Please sign in to comment.