Unverified Commit f0b96491 authored by Stella Biderman's avatar Stella Biderman Committed by GitHub
Browse files

Merge pull request #1063 from EleutherAI/haileyschoelkopf-patch-2

Fiddling with READMEs, Reenable CI tests on `main`
parents b957a080 f7fb109c
...@@ -3,10 +3,10 @@ name: Tasks Modified ...@@ -3,10 +3,10 @@ name: Tasks Modified
on: on:
push: push:
branches: branches:
- 'big-refactor*' - 'main'
pull_request: pull_request:
branches: branches:
- 'big-refactor*' - 'main'
workflow_dispatch: workflow_dispatch:
# comment/edit out the above to stop/change the triggers # comment/edit out the above to stop/change the triggers
jobs: jobs:
......
...@@ -6,10 +6,10 @@ name: Unit Tests ...@@ -6,10 +6,10 @@ name: Unit Tests
on: on:
push: push:
branches: branches:
- 'big-refactor*' - 'main'
pull_request: pull_request:
branches: branches:
- 'big-refactor*' - 'main'
workflow_dispatch: workflow_dispatch:
# Jobs run concurrently and steps run sequentially within a job. # Jobs run concurrently and steps run sequentially within a job.
# jobs: linter and cpu_tests. Add more jobs/steps as required. # jobs: linter and cpu_tests. Add more jobs/steps as required.
......
...@@ -9,7 +9,7 @@ New updates and features include: ...@@ -9,7 +9,7 @@ New updates and features include:
- Internal refactoring - Internal refactoring
- Config-based task creation and configuration - 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 - 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 - 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 - Speedups and new modeling libraries supported, including: faster data-parallel HF model usage, vLLM support, MPS support with HuggingFace, and more
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment