forked from allenai/tango
-
Notifications
You must be signed in to change notification settings - Fork 0
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
pull
wants to merge
206
commits into
vishalbelsare:main
Choose a base branch
from
allenai:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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]>
* 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]>
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: Pete <[email protected]>
Co-authored-by: Pranjali Basmatkar <[email protected]> Co-authored-by: Akshita Bhagia <[email protected]>
Co-authored-by: Akshita Bhagia <[email protected]>
This reverts commit 671525f.
This reverts commit 1a384f7.
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )