Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from allenai:main #8

Open
wants to merge 206 commits into
base: main
Choose a base branch
from
Open

Conversation

pull[bot]
Copy link

@pull pull bot commented Jun 2, 2022

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

epwalsh and others added 2 commits June 1, 2022 11:49
* Add Beaker integration

* Allow disabling multicore execution with `-j 0`

* Address comments

* Update tango/integrations/beaker/step_cache.py

Co-authored-by: Dirk Groeneveld <[email protected]>

* formatting

* handle workspace race conditions better

* Add a remote lock implementation

* fix

* Add note about lock datasets

* Fix for `FileLock`

* Capture logs for run

* Use thread pool to speed things up

* only use remote lock

* Require beaker-py >= 1.3

Co-authored-by: Dirk Groeneveld <[email protected]>
@pull pull bot added the ⤵️ pull label Jun 2, 2022
IanMagnusson and others added 27 commits June 3, 2022 17:49
* rewrite Registerable section of First Steps with new eg

* remove extra from params eg that I added

* typo

* add changelog

* typo
Updates the requirements on [protobuf]() to permit the latest version.

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.4.7 to 2022.6.4.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2022.04.07...2022.06.04)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Bumps [myst-parser](https://github.com/executablebooks/MyST-Parser) from 0.17.2 to 0.18.0.
- [Release notes](https://github.com/executablebooks/MyST-Parser/releases)
- [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md)
- [Commits](executablebooks/MyST-Parser@v0.17.2...v0.18.0)

---
updated-dependencies:
- dependency-name: myst-parser
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](python/mypy@v0.960...v0.961)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
* Beaker workspace fix

* fix

* clarify docs
Bumps [furo](https://github.com/pradyunsg/furo) from 2022.6.4 to 2022.6.4.1.
- [Release notes](https://github.com/pradyunsg/furo/releases)
- [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md)
- [Commits](pradyunsg/furo@2022.06.04...2022.06.04.1)

---
updated-dependencies:
- dependency-name: furo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES)
- [Commits](sphinx-doc/sphinx@v4.5.0...v5.0.1)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
* fix non-deterministic behavior in TorchTrainStep

* dont force torch to be deterministic
* Maximum 50 concurrent requests

* Doc fixes

* Changelog

* Don't murder Beaker

* Formatting
* Fix bug with how `Workspace` methods are called

* Ensure `Workspace.step_finished()` succeeds

* fix transformers docstring

* fix bug with `WandbWorkspace`

* Fix RuntimeError issue with `WandbWorkspace.step_finished()`
* Modernize our issue templates

* Ask for expected results
* Don't refer to AllenNLP settings files

* Changelog
* Update torch requirement from <1.12,>=1.9 to >=1.9,<1.13

Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/master/RELEASE.md)
- [Commits](pytorch/pytorch@v1.9.0...v1.12.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* update permissions for action

* fix

* try

* fix

* cool

* update hard-coded torch version

* pin python version in images

* fix image build

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: epwalsh <[email protected]>
* Improve performance of `BeakerWorkspace`

* bump beaker-py

Co-authored-by: Dirk Groeneveld <[email protected]>
* Metadata changes, make executor registrable

* fix lints

* fix tests

* fix other test

* Make executor configurable

* fix

* Address comments
* Allow training models

* Changelog

* No custom det hash for `FromParams` objects

* Typo

* Improve documentation

* Let's try making the model lazy by default

* Versions have to be strings

* lint

* Comment

* Fix changelog

* Fix test
* patch TangoTestCase so that test-suite can be run with finished package

* move test_fixture.package.steps to tango.common.testing

* merge import statements of former module with existing

* adapt import-site of moved module

* split the files as requested in review

* adapt imports to new location

* add note in CHANGELOG.md

* stray space

* restore previous imports after splitting files

* last oversight...?

* Fix import

* Fix PROJECT_ROOT

* Fix changelog

Co-authored-by: Dirk Groeneveld <[email protected]>
Co-authored-by: epwalsh <[email protected]>
* fix issue where StepInfo config could be parsed into a Step

* Update tests/step_info_test.py

Co-authored-by: Pete <[email protected]>

* Update tests/step_info_test.py

Co-authored-by: Pete <[email protected]>

* Update tests/step_info_test.py

Co-authored-by: Pete <[email protected]>

* fix tests

Co-authored-by: Pete <[email protected]>
dependabot bot and others added 30 commits April 18, 2023 23:03
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <[email protected]>
Co-authored-by: Pranjali Basmatkar <[email protected]>
Co-authored-by: Akshita Bhagia <[email protected]>
This reverts commit 671525f.
Co-authored-by: Tanmay Gupta <[email protected]>
Co-authored-by: Tanmay Gupta <[email protected]>
Co-authored-by: Akshita Bhagia <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dirk Groeneveld <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.