Skip to content

Commit

Permalink
Merge pull request #1063 from EleutherAI/haileyschoelkopf-patch-2
Browse files Browse the repository at this point in the history
Fiddling with READMEs, Reenable CI tests on `main`
  • Loading branch information
StellaAthena authored Dec 4, 2023
2 parents b957a08 + f7fb109 commit f0b9649
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/new_tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Tasks Modified
on:
push:
branches:
- 'big-refactor*'
- 'main'
pull_request:
branches:
- 'big-refactor*'
- 'main'
workflow_dispatch:
# comment/edit out the above to stop/change the triggers
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ name: Unit Tests
on:
push:
branches:
- 'big-refactor*'
- 'main'
pull_request:
branches:
- 'big-refactor*'
- 'main'
workflow_dispatch:
# Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ New updates and features include:

- Internal refactoring
- Config-based task creation and configuration
- Easier import of externally-defined task config files (--include_path, passing path to YAML directly, etc)
- Easier import and sharing of externally-defined task config YAMLs
- Support for Jinja2 prompt design, easy modification of prompts + prompt imports from Promptsource
- More advanced configuration options, including output post-processing, answer extraction, and multiple LM generations per document, configurable fewshot settings, and more
- Speedups and new modeling libraries supported, including: faster data-parallel HF model usage, vLLM support, MPS support with HuggingFace, and more
Expand Down

0 comments on commit f0b9649

Please sign in to comment.