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

Replace runners prefix amz2023. #2267

Open
wants to merge 463 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
463 commits
Select commit Hold shift + click to select a range
322cf2b
For Datasets, refactor local functions to be global so that they can …
NivekT May 16, 2022
03b8a05
Remove MACOSX_DEPLOYMENT_TARGET (#1728)
parmeet May 17, 2022
88086d9
fix docs build (#1730)
parmeet May 18, 2022
2a712f4
Add Shuffle and sharding datapipes to datasets (#1729)
parmeet May 18, 2022
ec20f88
Add support for CoLA dataset with unit tests (#1711)
vcm2114 May 18, 2022
bb41e4f
Add support for MRPC dataset with unit tests (#1712)
vcm2114 May 18, 2022
bd0f765
Add support for QQP dataset with unit tests (#1713)
vcm2114 May 18, 2022
e631624
Add support for MNLI dataset with unit tests (#1715)
vcm2114 May 18, 2022
c5f08db
Add support for STS-B dataset with unit tests (#1714)
vcm2114 May 19, 2022
996d9f8
Delete prints in test_qqp.py (#1734)
vcm2114 May 19, 2022
caaa8e3
Remove redundant dataname in test_shuffle_shard_wrapper (#1733)
parmeet May 20, 2022
e548d3f
Adding parameterized dataset pickling tests (#1732)
Nayef211 May 23, 2022
8bbb6ac
Fix STSB and WikiTexts tests (#1737)
parmeet May 23, 2022
da509e1
Add support for Scriptable BERT tokenizer (#1707)
parmeet May 25, 2022
59f4bee
Fix docstring for Tokenizers (#1739)
parmeet May 25, 2022
70fc104
Change root directory for datasets (#1740)
parmeet May 25, 2022
f2fdae2
Take TORCH_HOME env variable into account while setting the cache dir…
parmeet May 26, 2022
fe57328
Fix doc js initialization (#1736)
mthrok May 26, 2022
d963bdb
Pin setuptools to 58.0.4 on Windows (#1746)
Nayef211 May 26, 2022
65f774b
Fix Mock tests due to change in datasets directory (#1749)
parmeet May 27, 2022
b7b99bd
add test for shuffle before shard (#1738)
parmeet May 31, 2022
9411d21
Use _get_torch_home standard utility from torch hub (#1752)
parmeet May 31, 2022
235c9f7
Removed ticks (``) from the url under is_module_available (#1753)
suvigyajain0101 May 31, 2022
8722c8d
add header info for BERT tokenizer (#1754)
parmeet Jun 1, 2022
dc7325a
Add support for QNLI dataset with unit tests (#1717)
vcm2114 Jun 1, 2022
932d776
Add support for RTE dataset with unit tests (#1721)
vcm2114 Jun 1, 2022
73bf4fa
Add support for WNLI dataset with unit tests (#1724)
vcm2114 Jun 1, 2022
60d9d51
Adding support for batch input in BERT Tokenizer with perf benchmark …
parmeet Jun 1, 2022
814aa7e
Added post install script for pywin32 (#1748)
Nayef211 Jun 1, 2022
cb8475e
Add contributing guidelines for third party and custom C++ operators …
Nayef211 Jun 1, 2022
1c1e823
Fix test utils (#1757)
parmeet Jun 2, 2022
2978507
Add recommendations regarding use of datapipes for multi-processing, …
NicolasHug Jun 2, 2022
6aef9c9
Fix bug in RTE and WNLI testing (#1759)
parmeet Jun 3, 2022
ab33a61
Fix bug in QNLI dataset and corresponding test (#1760)
Nayef211 Jun 3, 2022
d6e3550
Fix windows utils test (#1761)
parmeet Jun 3, 2022
cfd1ae2
fix missed mask arg in torchtext transformer (#1758)
erichan1 Jun 6, 2022
d774047
Update nightly version to 0.14 (#1769)
Nayef211 Jun 7, 2022
6e775d1
Migrate RegexTokenizer from experimental/transforms.py to transforms.…
pmabbo13 Jun 7, 2022
1e9d731
Add test to compare encoder inference on input with and without paddi…
erichan1 Jun 7, 2022
87b397a
Pinning Utf8proc version (#1771)
parmeet Jun 8, 2022
04fea7a
Refactor TorchText version handing and adding first version of M1 bui…
atalman Jun 8, 2022
e2fa8d8
Add m1 tagged build for torchtext (#1776)
atalman Jun 10, 2022
d616f07
Add missing type hints (#1782)
ProGamerGov Jun 13, 2022
4f53eb8
Fix typo in nightly branch ref (#1783)
atalman Jun 13, 2022
c4d379e
sharing -> sharding (#1787)
Jun 14, 2022
19dc51c
Migrate MaskTransform from internal to experimental/transforms.py (#1…
pmabbo13 Jun 14, 2022
5b04e74
Making sure we build correctly against release branch (#1790)
atalman Jun 15, 2022
8b35599
Fix push on release reference name (#1792)
atalman Jun 15, 2022
a54be1f
Adding the conda builds for m1 (#1794)
atalman Jun 17, 2022
5f48259
Add benchmark for roberta prepoc pipelines (#1684)
parmeet Jun 17, 2022
a937288
remove padding mask for input embeddings (#1799)
parmeet Jun 21, 2022
a6eb3b7
Add CNN-DM dataset to torchtext (#1789)
pmabbo13 Jun 22, 2022
de07050
Adding Benchmark for TA ops (#1801)
parmeet Jun 23, 2022
6d6a14a
Automatically initialize submodule (#1805)
mthrok Jun 23, 2022
e023ce1
Rename build_tools dir to tools dir (#1804)
mthrok Jun 23, 2022
31eabf8
converting experimental to prototype (#1803)
parmeet Jun 23, 2022
238c414
Add Datasets contribution guidelines (#1798)
parmeet Jun 26, 2022
7cc1807
Adding benchmarks for add tokens operator (#1807)
Nayef211 Jun 27, 2022
583c5b2
Fixing incorrect inputs to add eos and bos operators (#1810)
Nayef211 Jun 27, 2022
d37bb52
Update compatibility matrix for 0.13 release (#1802)
Nayef211 Jun 28, 2022
81c1d75
[Docs] Updating usage docs for Regex Tokenizer (#1815)
Nayef211 Jul 6, 2022
c7e5a07
Fix Multi30k dataset urls (#1816)
Nayef211 Jul 6, 2022
a4a81d2
Update CircleCI Xcode image (#1818)
mthrok Jul 7, 2022
e1c7bc6
Define TORCHTEXT_API macro for visibility control (#1806)
mthrok Jul 7, 2022
cf94d30
Add libtorchtext cpp example (#1817)
Nayef211 Jul 8, 2022
53664ff
Fixing build when CUDA enabled torch is installed (#1814)
Nayef211 Jul 8, 2022
67bb7fc
Use TA functional for adding tokens to the beginning and end of input…
parmeet Jul 11, 2022
1c71947
Add TA Tensor creation operation to the benchmark (#1836)
parmeet Jul 14, 2022
b794794
Remove sphinx_rtd_theme from requirements.txt (#1837)
Nayef211 Jul 14, 2022
5910ea7
Set MACOSX_DEPLOYMENT_TARGET=10.9 for binary job (#1835)
mthrok Jul 14, 2022
3549a50
Remove future dep from windows (#1838)
Nayef211 Jul 14, 2022
5ce9c42
Cache CNNDM extraction and optimize reading in filenames (#1809)
pmabbo13 Jul 14, 2022
e964051
Modify get_local_asset_path to take overwrite option and use it in BE…
parmeet Jul 14, 2022
bb58f6e
fix OBO error for vocab files with empty lines (#1841)
parmeet Jul 18, 2022
8d56ed2
Add T5 Model to TorchText (#1845)
pmabbo13 Jul 18, 2022
ca2e5a4
Bundler API for TorchText T5 Model (#1846)
pmabbo13 Jul 19, 2022
ed69973
Testing T5Model (#1848)
pmabbo13 Jul 21, 2022
4fb43aa
Torcharrow based training using RoBERTa model and SST2 classification…
parmeet Jul 21, 2022
af03d71
Convert TA transform module to prepoc function (#1854)
parmeet Jul 22, 2022
e114e98
T5Transform text pre-processing for t5 model (#1852)
pmabbo13 Jul 22, 2022
4a5f11c
Add text transform to T5 bundler (#1856)
pmabbo13 Jul 25, 2022
f450271
Prepare T5 Model for Language Generation (#1862)
pmabbo13 Jul 28, 2022
ef0808f
Correct typo in SST-2 tutorial (#1865)
joshsmith2 Aug 1, 2022
103551f
ci: Use self hosted runners for build (#1851)
seemethere Aug 1, 2022
2755797
Fix docstring type (#1867)
ProGamerGov Aug 2, 2022
466f2e2
Tutorial on using T5 model for text summarization (#1864)
pmabbo13 Aug 2, 2022
255f4f7
Add missing None type hint to tests (#1868)
ProGamerGov Aug 2, 2022
8eb0561
Make BERT benchmark code more robust (#1871)
parmeet Aug 3, 2022
2bb2562
Updating T5 demo to use beam search for generator (#1869)
pmabbo13 Aug 3, 2022
eaed744
Add torchdata to testing requirements in requirements.txt (#1874)
ronakmal Aug 8, 2022
e1b6984
Demo T5 model on sentiment classification and translation (#1872)
pmabbo13 Aug 8, 2022
e7bcf3c
Make T5 model torchscriptable (#1876)
pmabbo13 Aug 11, 2022
5a351b4
[WIP] wrapper class for end-to-end t5 model (#1880)
pmabbo13 Aug 15, 2022
2fd12f3
Update xcode version to 14.0 in CI (#1881)
Nayef211 Aug 15, 2022
3a0d0a3
Graduate MaskTransform from prototype (#1882)
joecummings Aug 17, 2022
72966f0
Add small, large, 3b, 11b pre-trained weights for t5 (#1879)
pmabbo13 Aug 17, 2022
0225abe
Allow CNNDM to be imported from torchtext.datasets (#1884)
pmabbo13 Aug 19, 2022
6a43bd5
Remove dependency on the torch::jit::script::Module for mobile builds…
joecummings Aug 31, 2022
5087134
Create pytest fixture to auto delete model checkpoints within integra…
Nayef211 Sep 1, 2022
d259856
Make comment paths dynamic (#1894)
joecummings Sep 1, 2022
1b5edec
Move Spacy from Pip dependencies to Conda dependencies (#1890)
joecummings Sep 3, 2022
72ecc0c
Usage setup-minicoda action for m1 build (#1897)
atalman Sep 13, 2022
dfac1ee
Disable `test_vocab_from_raw_text_file` on Linux (#1901)
Nayef211 Sep 15, 2022
6c1708f
Turn off mask checking for torchtext which is known to have a legal m…
Nayef211 Sep 15, 2022
94c53cb
Update doc theme to the latest (#1899)
Nayef211 Sep 16, 2022
67d2692
Fix test execution in torchtext (#1889)
Nayef211 Sep 16, 2022
b0df58b
Add never_split feature to BERTTokenizer (#1898)
reachsumit Sep 19, 2022
befea6e
Add missing Cmake file for in tokenizer dir (#1908)
Nayef211 Sep 20, 2022
9b06d56
Fix Sphinx-gallery display and pin sphinx-related packages (#1907)
Nayef211 Sep 20, 2022
766cf9d
Resolve and remove TODO comments (#1912)
Nayef211 Sep 27, 2022
5c48f4a
Avoid looping through the whole counter in bleu_score method (#1913)
Asugawara Sep 27, 2022
52436c8
Resolve inconsistency in IMDB label output (#1914)
Nayef211 Sep 27, 2022
258a356
Add decoding capability to GPT2BPE tokenizer (#1919)
reachsumit Oct 3, 2022
3f9c349
[Feature] Added capability to add special tokens in GPT2BPEEncoder an…
reachsumit Oct 4, 2022
de54db6
[Feature] Add ability to load HF checkpoints into T5 model (#1918)
joecummings Oct 5, 2022
ff1fdfc
Updating usage of torch.utils.data.graph.traverse in test case (#1927)
NivekT Oct 5, 2022
0026773
[CI] Fix upload channel (#1932)
atalman Oct 6, 2022
6ffe7be
Avoid using std::regex and fix lint errors (#1930)
reachsumit Oct 10, 2022
c776dc1
Update dataset RTE information (#1934)
Geaming2002 Oct 11, 2022
4d88d4e
Revert "[CI] Fix upload channel (#1932)" (#1939)
atalman Oct 11, 2022
fb51653
Fixed on_disk_cache issues (#1942) (#1945)
joecummings Oct 14, 2022
238b342
Update decoding logic to handle special tokens (#1925)
reachsumit Oct 17, 2022
4570a56
Fix device mismatch bug in T5 implementation (#1944)
joecummings Oct 17, 2022
5eb33ce
Add Character Level BPE Tokenizer (#1936) (#1946)
rshraga Oct 18, 2022
31b8aaa
[MERGE 2/2] merge `fbsync` branch to `main` (#1950)
Nayef211 Oct 19, 2022
5b78d07
Use re instead of regex (#1953)
seemethere Oct 19, 2022
d1fc6ee
[Nova] Adding Smoke Tests for Binary Release (#1954)
osalpekar Oct 20, 2022
45b7667
[Nova] Add caller workflow for Linux Wheels Builds (#1959)
osalpekar Oct 24, 2022
5c40217
[Nova] Add caller workflow for Linux Wheels Builds (#1956)
osalpekar Oct 24, 2022
f44bac4
Add Torchdata as a requirement and remove conditional imports of Torc…
abhinavarora Oct 25, 2022
0208a0e
[Nova] Linux CPU GHA for Unittests (#1955)
osalpekar Oct 25, 2022
7d4a518
[Nova] Rename Linux Conda Caller Workflow (#1963)
osalpekar Oct 27, 2022
a21126d
Revert "Add Torchdata as a requirement and remove conditional imports…
Nayef211 Oct 28, 2022
345c2df
[Nova] Updated Smoke Tests that Account for Recursive Import (#1967)
osalpekar Oct 28, 2022
d43a133
[Nova] Binary Build Workflows should use PR and not nightly on PRs (#…
osalpekar Oct 28, 2022
721528b
[Nova] Caller workflow for Mac x86 Wheels (#1964)
osalpekar Oct 28, 2022
c801b55
[Nova] Mac x86 Unittests (#1969)
osalpekar Oct 28, 2022
64f6353
[Nova] Increase Mac x86 CI Timeout (#1972)
osalpekar Oct 31, 2022
055778d
Ensure decoder mask is on same device as other tensors (#1977)
joecummings Oct 31, 2022
8807465
[Nova] Add Caller for Mac x86 Conda Binaries (#1973)
osalpekar Oct 31, 2022
aeee4d1
[Nova] Pass the smoke test scripts to Reusable Workflow (#1974)
osalpekar Oct 31, 2022
86b4226
[Nova] Add M1 Binary Builds (#1978)
osalpekar Nov 2, 2022
27d47ca
Update nightly version to 0.15 (#1981)
Nayef211 Nov 4, 2022
c047efe
Update compatibility matrix for 0.14 release (#1982)
Nayef211 Nov 4, 2022
85b7903
Remove LTS from README (#1984)
mthrok Nov 15, 2022
d49c64a
[Nova] Disable Uploads for Linux Wheels from CircleCI (#1986)
osalpekar Nov 15, 2022
909a8ef
[Nova] Disable Uploads for Linux Conda from CircleCI (#1987)
osalpekar Nov 16, 2022
ba4074d
[Nova] Migrate Mac Wheels and Conda Binaries off of CircleCI (#1989)
osalpekar Nov 17, 2022
b3390fb
[Nova] Remove old M1 Builds (#1990)
osalpekar Nov 17, 2022
ed78e3b
Add TorchData as hard dependency (#1985)
ejguan Nov 21, 2022
702f765
[Nova] Remove CUDA binary builds (#1994)
osalpekar Nov 30, 2022
3c88841
Move read_from_tar to load_from_tar (#1997)
ejguan Nov 30, 2022
b1d9447
[Nova] Remove Linux and Mac Unittests from CircleCI (#1993)
osalpekar Nov 30, 2022
1020fae
Add DistilRoberta Model to OSS (cherry picked commit) (#1998)
rshraga Dec 1, 2022
49930ef
replaced tabs with spaces in order to fix codemod failure (#1999)
rshraga Dec 6, 2022
c4f1e84
update multi30k test dataset hash (#2003)
rshraga Dec 7, 2022
651a033
Fix device setting for T5 model (#2007)
joecummings Dec 13, 2022
7c7b640
Fix 'overwite' typo in parameter name (#2006)
kit1980 Dec 13, 2022
de368d7
Validate binaries (#2010)
atalman Dec 20, 2022
ffa496f
Rename variable to avoid conflict with PIP system variable PIP_PREFIX…
weiwangmeta Dec 21, 2022
f653dac
Rename variable to avoid conflict with PIP system variable PIP_PREFIX…
atalman Dec 21, 2022
a933cbe
Beginning of generation utils and necessary refactors of T5 Model (#…
joecummings Dec 29, 2022
c7cc5fc
Fix lint error (#2019)
joecummings Jan 4, 2023
2e50bf9
Refactor validation using MATRIX vars (#2021)
atalman Jan 11, 2023
8c01462
Migrate Validation Workflows to test-infra. Simplify setup logic (#2022)
atalman Jan 13, 2023
569d48d
Fix memory leake with Regex operator (#2024)
Nayef211 Jan 19, 2023
3e5f77e
Update minimum C++ version to 17 (#2031)
Nayef211 Jan 25, 2023
961dc67
Add GPU testing config and GPU roberta model tests (#2025)
rshraga Jan 26, 2023
e4d2b0f
[TEST] Add torchdata version to smoke tests (#2034)
Nayef211 Jan 27, 2023
81877e7
Removed Python3.7 support (#2037)
Nayef211 Jan 27, 2023
5b21235
Update integration-test.yml (#2038)
joecummings Feb 2, 2023
8a077d8
[CHERRY PICK] flan t5 torchtext (#2027) (#2029)
Nayef211 Feb 2, 2023
04a4c30
Update CUDA version on GPU tests (#2040)
mthrok Feb 2, 2023
11cdc27
fix codeql workflow failure (#2046)
rshraga Feb 3, 2023
bb0efcd
Added min version req + readme instructions for torchdata (#2048)
Nayef211 Feb 6, 2023
765fc07
modify integration test workflow to use pytorch generic CI job (#2051)
rshraga Feb 8, 2023
9db75ab
Add logo (#2050)
rshraga Feb 8, 2023
62a1767
Add prototype GPU tests for T5 (#2055)
rshraga Feb 13, 2023
2b6aceb
3.11 Windows Wheels Support in CircleCI (#2053)
osalpekar Feb 13, 2023
4875857
Install portalocker for testing (#2056)
ejguan Feb 14, 2023
9a7bf8b
Adding RC triggers for all build jobs (#2057)
osalpekar Feb 14, 2023
cbaabea
Update README w/ 3.11 (#2062)
joecummings Feb 17, 2023
19f8bc9
Optimize T5 for sequence generation (#2054)
joecummings Feb 17, 2023
21261ea
Add bundles for FLAN-T5 (#2061)
joecummings Feb 17, 2023
2cd5e12
Add windows 3.11 conda (#2063)
atalman Feb 17, 2023
670e52a
Promote t5 and variants (#2064)
joecummings Feb 17, 2023
7c63ea7
Channel=test for build matrix generation (#2066)
osalpekar Feb 17, 2023
1b72eba
Fixup generation utils for prototype release (#2065)
joecummings Feb 17, 2023
d25b3ef
Version Bumps and Update channels (#2067)
osalpekar Feb 17, 2023
1c84b6e
Revert "Version Bumps and Update channels (#2067)"
atalman Feb 17, 2023
b01660b
Revert "Channel=test for build matrix generation" (#2069)
seemethere Feb 17, 2023
3d8d031
Fix validation workflow for test channel (#2071)
atalman Feb 23, 2023
7499db6
Use index-url for torchtext installs (#2075)
atalman Feb 23, 2023
bd10e28
Turn of circleci 3.11 unit tests (#2078)
atalman Feb 27, 2023
a1dc61b
Test newly uploaded Flan-T5 weights (#2074)
joecummings Feb 27, 2023
bc57394
Update T5 tutorial for 2.0 release (#2080)
joecummings Feb 27, 2023
38399ea
Fix UTF8 decoding error in GPT2BPETokenizer `decode` method (#2091)
Nayef211 Mar 1, 2023
feef6b8
Update tutorial to match PyTorch main tutorials page (#2097)
joecummings Mar 7, 2023
db26565
Make sure to include padding mask in generation (#2096)
joecummings Mar 7, 2023
5b84b7c
Add decorator to skip tests and log a warning if URL is unaccessible …
joecummings Mar 8, 2023
9d42632
Update author and author email (#2105)
joecummings Mar 9, 2023
46e7eef
Add XLMR and RoBERTa transforms as factory functions (#2102)
joecummings Mar 9, 2023
1487817
Update version matrix for 0.15 (#2114)
Nayef211 Mar 17, 2023
7260394
Fix title underline (#2119)
Mar 17, 2023
22a998e
Update version.txt (#2124)
Nayef211 Mar 21, 2023
10d1349
Simplify torchdata version extraction in packaging script (#2129)
atalman Mar 28, 2023
cc0b7b0
Add shift-right method to T5 model (#2131)
yohann-benchetrit Mar 28, 2023
f151b4c
Small fixes in Readme (#2118)
SvenDS9 Mar 29, 2023
726f5df
Optionally ignore utf-8 decoding error for scripted C++ tokenizers. (…
Nayef211 Mar 29, 2023
df95462
Set torchtext version to 0.16.0 (#2141)
malfet Apr 5, 2023
fdc4858
[cherry-pick] Ensure actual lenght of transformed seq by T5 Transform…
joecummings Apr 6, 2023
f3c34f9
Implementing __contains__ for Vectors class (#2144)
saeeddhqan Apr 6, 2023
f5bc19d
Remove temporary channel python 3.11 (#2147)
atalman Apr 7, 2023
dffe2cb
Add top-p and top-k sampling (#2137)
yohann-benchetrit Apr 10, 2023
79100a6
Torchscriptable T5 generation (#2146)
joecummings Apr 11, 2023
167dc69
[NovaX] Windows CPU Unittests (#2148)
osalpekar Apr 17, 2023
60c39d2
typo: torctext -> torchtext (#2157)
raj-magesh Apr 20, 2023
f515a4c
Disable test_download_charngram_vectors on Linux CI (#2161)
Nayef211 Apr 26, 2023
6b0f158
Use `filelock` library for file downloads (#2166)
Nayef211 Apr 27, 2023
b0ebddc
Add windows workflows (#2167)
atalman May 3, 2023
325218a
Switch binary windows workflows to GHA (#2168)
atalman May 16, 2023
47e9563
[Nova] Build docs in GHA (#2170)
atalman May 16, 2023
1116dc1
[Nova] Deprecate Remaining CircleCI unittest jobs (#2169)
osalpekar May 16, 2023
0dc07eb
[Nova] Remove circleci doc build job (#2171)
atalman May 16, 2023
756882f
[NovaX] Lint Job on GHA (#2151)
osalpekar May 30, 2023
8546bbb
[NovaX] Remove CircleCI (#2173)
osalpekar Jun 2, 2023
60bea66
Add TorchFix linter (#2179)
kit1980 Jun 13, 2023
b5e2a1b
Update links to multi30k dataset since original servers are down (#2194)
Nayef211 Jul 28, 2023
45e4b8c
Update to TorchFix 0.0.2 (#2201)
kit1980 Sep 1, 2023
581a3a4
Sync fbsync branch to main (#2210)
abhinavarora Oct 12, 2023
6eba7c0
Release 0.16.0 bump version (#2211)
atalman Oct 12, 2023
c0d0685
Drop RoCM Support for Text Linux Wheels (#2212)
osalpekar Oct 16, 2023
834f7c6
Fix torchdata install command: use index-url for pip install (#2218)
atalman Dec 6, 2023
53ca583
Add script to do branch cut release (#2219)
huydhn Dec 11, 2023
dc94b32
Added notebook torchscriptable_t5_with_torchtext.ipynb (#2122)
rbahumi Jan 8, 2024
2c5e344
[oidc] switch text wheels to oidc (#2220)
atalman Jan 13, 2024
015c326
Macos runner label changed from macos-m1-12 to macos-m1-stable (#2228)
DanilBaibak Feb 7, 2024
cc9c65b
fix IWSLT2017_link (#2195)
nonconvexopt Feb 7, 2024
1c0069a
Update README.rst (#2229)
joecummings Feb 8, 2024
656a3b4
Remove macos x86 nightly builds (#2232)
atalman Feb 27, 2024
52c0d85
Add version to validate from torchtext validate binaries call (#2240)
PaliC Mar 21, 2024
51f373d
Remove torchdata dependency from package and from CI (#2241)
NicolasHug Mar 22, 2024
ecb9ebc
Fix torchdata import error (#2242)
NicolasHug Mar 22, 2024
cee0243
Fix CNNDM dataset tests (#2246)
NicolasHug Apr 2, 2024
4bf6b30
Add removeable warnings indicating this is the last release (#2248)
NicolasHug Apr 2, 2024
f3b7a01
make pytorch dep a lower bound (#2256)
NicolasHug Apr 10, 2024
40dbc55
Update READMEs indicating 0.18 is the last release (#2258)
NicolasHug Apr 16, 2024
f05de0c
Typos (#2261)
NicolasHug Apr 16, 2024
09e2690
Updated compatibility table (#2263)
ahmadsharif1 Apr 24, 2024
a817dd6
Replace runners prefix amz2023.
jeanschmidt Jul 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
35 changes: 0 additions & 35 deletions .circleci/build_docs/commit_docs.sh

This file was deleted.

21 changes: 0 additions & 21 deletions .circleci/cached_datasets_list.txt

This file was deleted.

Loading
Loading