Skip to content

Commit 786af63

Browse files
committed
add gsm8k data
1 parent 993784c commit 786af63

File tree

603 files changed

+1821
-79446
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

603 files changed

+1821
-79446
lines changed

.gitattributes

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
*.jsonl filter=lfs diff=lfs merge=lfs -text
2+
/.github/CODEOWNERS filter=lfs diff=lfs merge=lfs -text
3+
*.md filter=lfs diff=lfs merge=lfs -text
4+
*.yaml filter=lfs diff=lfs merge=lfs -text
5+
*.gitignore filter=lfs diff=lfs merge=lfs -text
6+
*.gitmodules filter=lfs diff=lfs merge=lfs -text
7+
/LICENSE filter=lfs diff=lfs merge=lfs -text
8+
/VERSION filter=lfs diff=lfs merge=lfs -text
9+
*.bib filter=lfs diff=lfs merge=lfs -text
10+
*.sh filter=lfs diff=lfs merge=lfs -text
11+
*.cpu filter=lfs diff=lfs merge=lfs -text
12+
*.cu116 filter=lfs diff=lfs merge=lfs -text
13+
*.cu117 filter=lfs diff=lfs merge=lfs -text
14+
*.cu118 filter=lfs diff=lfs merge=lfs -text
15+
*.cu121 filter=lfs diff=lfs merge=lfs -text
16+
*.json filter=lfs diff=lfs merge=lfs -text
17+
*.py filter=lfs diff=lfs merge=lfs -text
18+
/doc/Makefile filter=lfs diff=lfs merge=lfs -text
19+
*.rst filter=lfs diff=lfs merge=lfs -text
20+
*.txt filter=lfs diff=lfs merge=lfs -text
21+
*.png filter=lfs diff=lfs merge=lfs -text
22+
*.svg filter=lfs diff=lfs merge=lfs -text
23+
*.html filter=lfs diff=lfs merge=lfs -text
24+
*.clang-format filter=lfs diff=lfs merge=lfs -text
25+
*.clang-tidy filter=lfs diff=lfs merge=lfs -text
26+
*.supp filter=lfs diff=lfs merge=lfs -text
27+
*.cmake filter=lfs diff=lfs merge=lfs -text
28+
*.cc filter=lfs diff=lfs merge=lfs -text
29+
*.h filter=lfs diff=lfs merge=lfs -text
30+
*.in filter=lfs diff=lfs merge=lfs -text
31+
*.typed filter=lfs diff=lfs merge=lfs -text
32+
*.cu filter=lfs diff=lfs merge=lfs -text
33+
*.patch filter=lfs diff=lfs merge=lfs -text
34+
*.c filter=lfs diff=lfs merge=lfs -text
35+
*.toml filter=lfs diff=lfs merge=lfs -text
36+
*.pt filter=lfs diff=lfs merge=lfs -text
37+
*.ogg filter=lfs diff=lfs merge=lfs -text
38+
*.jpg filter=lfs diff=lfs merge=lfs -text
39+
*.spm filter=lfs diff=lfs merge=lfs -text

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
* @cbalioglu
2-
src/fairseq2/data/parquet/ @artemru
3-
tests/integration/parquet/ @artemru
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:85ae1469faa3ee69316c950045e8de4f5c1347bd841e5bd77d3a5341df58ea89
3+
size 85
Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
---
2-
name: Bug Report
3-
about: Submit a report to help us improve.
4-
labels: 'bug, needs triage'
5-
---
6-
7-
**Describe the bug:**
8-
A clear and concise description of what the bug is.
9-
10-
**Describe how to reproduce:**
11-
Steps to reproduce the behavior. Ideally attach a minimal code sample to reproduce the described issue.
12-
13-
**Describe the expected behavior:**
14-
A clear and concise description of what you expected to happen.
15-
16-
**Environment:**
17-
At the very least, specify the versions of fairseq2, PyTorch, Python, and CUDA along with your operating system and, if relevant, GPU model.
18-
19-
**Additional Context:**
20-
Add any other context about the bug here.
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:6aea433493524960d764b9155d68e75d5e4faca0031aed12542f9a147dff0c93
3+
size 634
Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
---
2-
name: Feature Request
3-
about: Submit a request for a new feature.
4-
labels: 'enhancement, needs triage'
5-
---
6-
7-
**Is your feature request related to a problem? Please describe:**
8-
A clear and concise description of what the problem is.
9-
10-
**Describe the solution you would like:**
11-
A clear and concise description of what you want to happen.
12-
13-
**Describe the alternatives you have considered:**
14-
A clear and concise description of any alternative solutions or features you have considered.
15-
16-
**Additional Context:**
17-
Add any other context about the feature request here.
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:f201eb2f217018c552bab959115040ea2f3ee2755565bea84385d547e9fe4b6c
3+
size 561

.github/ISSUE_TEMPLATE/question.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
name: Question
3-
about: Ask a question to the users and contributors.
4-
labels: 'question, needs triage'
5-
---
6-
7-
Please make sure that you first search existing issues and documentation before asking a question. If you cannot find an answer, be clear and concise. Ideally attach a minimal code sample if it is relevant to your question.
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4cefc6dc3458ac583fdec42366fa05838da1630000e0f325418ec643b8f4d038
3+
size 334
Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
name: Typo or Documentation Issue
3-
about: Report a typo or an issue related to documentation.
4-
labels: 'documentation, needs triage'
5-
---
6-
7-
For typos, please go ahead; fix the typo and submit a PR. For documentation issues, please describe the issue here and wait for approval before submitting a PR.
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:a3bde47c497a65b1561e1a7d8381422770f3c9813edfbafc9ae56dda33759d8a
3+
size 301

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
1-
**What does this PR do? Please describe:**
2-
A summary of the change or the issue that is fixed.
3-
4-
Fixes #{issue number}
5-
6-
**Does your PR introduce any breaking changes? If yes, please list them:**
7-
List of all backwards-incompatible changes.
8-
9-
**Check list:**
10-
- [ ] Was the content of this PR **discussed and approved** via a GitHub issue? (no need for typos or documentation improvements)
11-
- [ ] Did you read the [contributor guideline](https://github.com/facebookresearch/fairseq2/blob/main/CONTRIBUTING.md)?
12-
- [ ] Did you make sure that your **PR does only one thing** instead of bundling different changes together?
13-
- [ ] Did you make sure to **update the documentation** with your changes? (if necessary)
14-
- [ ] Did you write any **new necessary tests**?
15-
- [ ] Did you verify new and **existing tests pass** locally with your changes?
16-
- [ ] Did you **update the [CHANGELOG](https://github.com/facebookresearch/fairseq2/blob/main/CHANGELOG.md)**? (no need for typos, documentation, or minor internal changes)
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:e12b0d0e4a6b6f87f64e5d610e432efae98968daaf0b47e24588262fa8c3753c
3+
size 1006

.github/workflows/_build_doc.yaml

Lines changed: 3 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,79 +1,3 @@
1-
# Copyright (c) Meta Platforms, Inc. and affiliates.
2-
# All rights reserved.
3-
#
4-
# This source code is licensed under the BSD-style license found in the
5-
# LICENSE file in the root directory of this source tree.
6-
7-
on:
8-
workflow_call:
9-
inputs:
10-
torch:
11-
type: string
12-
default: '2.4.0'
13-
py:
14-
type: string
15-
default: '3.12'
16-
version_override:
17-
type: string
18-
default: ''
19-
20-
env:
21-
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
22-
23-
jobs:
24-
build:
25-
name: Build
26-
runs-on:
27-
labels: 4-core-ubuntu
28-
container:
29-
image: ghcr.io/facebookresearch/fairseq2-ci-manylinux_x86_64:2-cpu
30-
defaults:
31-
run:
32-
shell: bash
33-
steps:
34-
- name: Check-out the repository
35-
uses: actions/checkout@v3
36-
with:
37-
submodules: recursive
38-
- name: Create the Python virtual environment
39-
run: |
40-
python${{ inputs.py }} -m venv ~/venv
41-
42-
echo ~/venv/bin >> "$GITHUB_PATH"
43-
- name: Install PyTorch
44-
run: |
45-
pip install --extra-index-url https://download.pytorch.org/whl/cpu\
46-
torch==${{ inputs.torch }}
47-
- name: Install requirements
48-
run: |
49-
pip install --requirement native/python/requirements-build.txt
50-
- name: Install Sphinx
51-
run: |
52-
pip install --requirement doc/requirements.txt
53-
- name: Override project version
54-
if: inputs.version_override
55-
run: |
56-
tools/set-project-version.sh ${{ inputs.version_override }}
57-
- name: Configure fairseq2n
58-
working-directory: native
59-
run: |
60-
cmake -GNinja -B build
61-
- name: Install fairseq2n
62-
run: |
63-
pip install --editable native/python
64-
- name: Install fairseq2
65-
run: |
66-
pip install --editable .
67-
- name: Generate documentation
68-
working-directory: doc
69-
run: |
70-
make html SPHINXOPTS="-W"
71-
- name: Copy VERSION into the documentation
72-
run: |
73-
cp VERSION doc/build/html
74-
- name: Upload documentation to staging
75-
uses: actions/upload-artifact@v3
76-
with:
77-
name: doc
78-
path: doc/build/html/
79-
retention-days: 1
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:756491687041f198aea8ebacbc9b231d0e67ea6917503672ff336f25890abc45
3+
size 2211

0 commit comments

Comments
 (0)